Color Hex Logo

#5aa159 Color Hex

#5AA159
(90,161,89)
0 Favorites   0 Comments

Color spaces of #5aa159

RGB 9016189
HSL0.330.290.49
HSV119°45°63°
CMYK 0.440.000.45   0.37
XYZ18.764528.384713.9410
Yxy28.38470.30720.4646
Hunter Lab53.2773-30.366821.7798
CIE-Lab60.2347-37.457230.6359

#5aa159 color RGB value is (90,161,89).

#5aa159 hex color red value is 90, green value is 161 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5aa159 hue: 0.33 , saturation: 0.29 and the lightness value of 5aa159 is 0.49.

The process color (four color CMYK) of #5aa159 color hex is 0.44, 0.00, 0.45, 0.37. Web safe color of #5aa159 is #669966. Color #5aa159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100001 01011001
Octal 132 241 131
Decimal 90 161 89
Hex 5A A1 59

RGB Percentages of Color #5aa159

%26.47
%47.35
%26.18

CMYK Percentages of Color #5aa159

%44
%0
%45
%37

Triadic Colors of #5aa159

#5aa159 #595aa1 #a1595a

Analogous Colors of #5aa159

#5aa159 #59a17c #7ea159

Monochromatic Colors of #5aa159

#5aa159

Complementary Color

#5aa159 #a059a1

#5aa159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa159 Color CSS Codes

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

#5aa159 Text Font Color

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

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


#5aa159 Background Color

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

This div background color is #5aa159


#5aa159 Border Color

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

This div border color is #5aa159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa159


Comments

No comments written yet.

Please login to write comment.