Color Hex Logo

#5aa91a Color Hex

#5AA91A
(90,169,26)
0 Favorites   0 Comments

Color spaces of #5aa91a

RGB 9016926
HSL0.260.730.38
HSV93°85°66°
CMYK 0.470.000.85   0.34
XYZ18.590930.62425.9085
Yxy30.62420.33730.5556
Hunter Lab55.3391-36.877332.4071
CIE-Lab62.1891-46.782059.0902

#5aa91a color RGB value is (90,169,26).

#5aa91a hex color red value is 90, green value is 169 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #5aa91a hue: 0.26 , saturation: 0.73 and the lightness value of 5aa91a is 0.38.

The process color (four color CMYK) of #5aa91a color hex is 0.47, 0.00, 0.85, 0.34. Web safe color of #5aa91a is #669933. Color #5aa91a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101001 00011010
Octal 132 251 32
Decimal 90 169 26
Hex 5A A9 1A

RGB Percentages of Color #5aa91a

%31.58
%59.30
%9.12

CMYK Percentages of Color #5aa91a

%47
%0
%85
%34

Triadic Colors of #5aa91a

#5aa91a #1a5aa9 #a91a5a

Analogous Colors of #5aa91a

#5aa91a #1aa921 #a2a91a

Monochromatic Colors of #5aa91a

#5aa91a

Complementary Color

#5aa91a #691aa9

#5aa91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa91a Color CSS Codes

.mybgcolor {background-color:#5aa91a; } 
.myforecolor {color:#5aa91a; }
.mybordercolor {border:3px solid #5aa91a; }

#5aa91a Text Font Color

<p style="color:#5aa91a">Text here</p>

This sample text font color is #5aa91a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5aa91a Background Color

<div style="background-color:#5aa91a">
Div content here</div>

This div background color is #5aa91a


#5aa91a Border Color

<div style="border:3px solid #5aa91a">
Div here</div>

This div border color is #5aa91a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,169,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5aa91a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5aa91a;
  -webkit-box-shadow: 1px 1px 3px 2px #5aa91a;
  box-shadow:         1px 1px 3px 2px #5aa91a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,169,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5aa91a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5aa91a;
  -webkit-box-shadow: 1px 1px 3px 2px #5aa91a;
  box-shadow:         1px 1px 3px 2px #5aa91a;">
Div content here</div>

This div box has shadow with color #5aa91a


Comments

No comments written yet.

Please login to write comment.