Color Hex Logo

#9ea45e Color Hex

#9EA45E
(158,164,94)
0 Favorites   0 Comments

Color spaces of #9ea45e

RGB 15816494
HSL0.180.280.51
HSV65°43°64°
CMYK 0.040.000.43   0.36
XYZ29.396434.628215.7242
Yxy34.62820.36860.4342
Hunter Lab58.8457-13.810325.3491
CIE-Lab65.4582-12.979035.5152

#9ea45e color RGB value is (158,164,94).

#9ea45e hex color red value is 158, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9ea45e hue: 0.18 , saturation: 0.28 and the lightness value of 9ea45e is 0.51.

The process color (four color CMYK) of #9ea45e color hex is 0.04, 0.00, 0.43, 0.36. Web safe color of #9ea45e is #999966. Color #9ea45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100100 01011110
Octal 236 244 136
Decimal 158 164 94
Hex 9E A4 5E

RGB Percentages of Color #9ea45e

%37.98
%39.42
%22.60

CMYK Percentages of Color #9ea45e

%4
%0
%43
%36

Triadic Colors of #9ea45e

#9ea45e #5e9ea4 #a45e9e

Analogous Colors of #9ea45e

#9ea45e #7ba45e #a4875e

Monochromatic Colors of #9ea45e

#9ea45e

Complementary Color

#9ea45e #645ea4

#9ea45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea45e Color CSS Codes

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

#9ea45e Text Font Color

<p style="color:#9ea45e">Text here</p>

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


#9ea45e Background Color

<div style="background-color:#9ea45e">
Div content here</div>

This div background color is #9ea45e


#9ea45e Border Color

<div style="border:3px solid #9ea45e">
Div here</div>

This div border color is #9ea45e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,164,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ea45e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ea45e;
  -webkit-box-shadow: 1px 1px 3px 2px #9ea45e;
  box-shadow:         1px 1px 3px 2px #9ea45e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,164,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea45e


Comments

No comments written yet.

Please login to write comment.