Color Hex Logo

#5aa92b Color Hex

#5AA92B
(90,169,43)
0 Favorites   0 Comments

Color spaces of #5aa92b

RGB 9016943
HSL0.270.590.42
HSV98°75°66°
CMYK 0.470.000.75   0.34
XYZ18.840530.72407.2228
Yxy30.72400.33180.5410
Hunter Lab55.4292-36.328731.0746
CIE-Lab62.2739-45.854553.9936

#5aa92b color RGB value is (90,169,43).

#5aa92b hex color red value is 90, green value is 169 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #5aa92b hue: 0.27 , saturation: 0.59 and the lightness value of 5aa92b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101001 00101011
Octal 132 251 53
Decimal 90 169 43
Hex 5A A9 2B

RGB Percentages of Color #5aa92b

%29.80
%55.96
%14.24

CMYK Percentages of Color #5aa92b

%47
%0
%75
%34

Triadic Colors of #5aa92b

#5aa92b #2b5aa9 #a92b5a

Analogous Colors of #5aa92b

#5aa92b #2ba93b #99a92b

Monochromatic Colors of #5aa92b

#5aa92b

Complementary Color

#5aa92b #7a2ba9

#5aa92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa92b Color CSS Codes

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

#5aa92b Text Font Color

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

This sample text font color is #5aa92b
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.


#5aa92b Background Color

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

This div background color is #5aa92b


#5aa92b Border Color

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

This div border color is #5aa92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa92b


Comments

No comments written yet.

Please login to write comment.