Color Hex Logo

#9ea947 Color Hex

#9EA947
(158,169,71)
0 Favorites   0 Comments

Color spaces of #9ea947

RGB 15816971
HSL0.190.410.47
HSV67°58°66°
CMYK 0.070.000.58   0.34
XYZ29.425836.100011.3783
Yxy36.10000.38260.4694
Hunter Lab60.0833-17.725330.8302
CIE-Lab66.5963-17.771948.2034

#9ea947 color RGB value is (158,169,71).

#9ea947 hex color red value is 158, green value is 169 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #9ea947 hue: 0.19 , saturation: 0.41 and the lightness value of 9ea947 is 0.47.

The process color (four color CMYK) of #9ea947 color hex is 0.07, 0.00, 0.58, 0.34. Web safe color of #9ea947 is #999933. Color #9ea947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101001 01000111
Octal 236 251 107
Decimal 158 169 71
Hex 9E A9 47

RGB Percentages of Color #9ea947

%39.70
%42.46
%17.84

CMYK Percentages of Color #9ea947

%7
%0
%58
%34

Triadic Colors of #9ea947

#9ea947 #479ea9 #a9479e

Analogous Colors of #9ea947

#9ea947 #6da947 #a98347

Monochromatic Colors of #9ea947

#9ea947

Complementary Color

#9ea947 #5247a9

#9ea947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea947 Color CSS Codes

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

#9ea947 Text Font Color

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

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


#9ea947 Background Color

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

This div background color is #9ea947


#9ea947 Border Color

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

This div border color is #9ea947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea947


Comments

No comments written yet.

Please login to write comment.