Color Hex Logo

#5aa77e Color Hex

#5AA77E
(90,167,126)
0 Favorites   0 Comments

Color spaces of #5aa77e

RGB 90167126
HSL0.410.300.50
HSV148°46°65°
CMYK 0.460.000.25   0.35
XYZ21.801131.317524.6345
Yxy31.31750.28040.4028
Hunter Lab55.9620-28.395413.0740
CIE-Lab62.7747-33.479213.9501

#5aa77e color RGB value is (90,167,126).

#5aa77e hex color red value is 90, green value is 167 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5aa77e hue: 0.41 , saturation: 0.30 and the lightness value of 5aa77e is 0.50.

The process color (four color CMYK) of #5aa77e color hex is 0.46, 0.00, 0.25, 0.35. Web safe color of #5aa77e is #669966. Color #5aa77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100111 01111110
Octal 132 247 176
Decimal 90 167 126
Hex 5A A7 7E

RGB Percentages of Color #5aa77e

%23.50
%43.60
%32.90

CMYK Percentages of Color #5aa77e

%46
%0
%25
%35

Triadic Colors of #5aa77e

#5aa77e #7e5aa7 #a77e5a

Analogous Colors of #5aa77e

#5aa77e #5aa7a5 #5ca75a

Monochromatic Colors of #5aa77e

#5aa77e

Complementary Color

#5aa77e #a75a83

#5aa77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa77e Color CSS Codes

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

#5aa77e Text Font Color

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

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


#5aa77e Background Color

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

This div background color is #5aa77e


#5aa77e Border Color

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

This div border color is #5aa77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa77e


Comments

No comments written yet.

Please login to write comment.