COLOR #9EA05F

HEX: #9EA05F
RGB: (158,160,95)

Color info

#9EA05F contains mainly red and green colors. Web safe color of #9EA05F is #999966 (or #996).

RGB color model

#9EA05F color RGB value is (158,160,95).

  • red value is 158;
  • green value is 160;
  • blue value is 95.
RGB:
(158,160,95)
(62%,63%,37%)

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 95 of 255 = 37%

158
160
95

R + G + B ~ 54%. #9EA05F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 95 = 413 (100%)
R 158 of 413 ~ 38.26%
G 160 of 413 ~ 38.74%
B 95 of 413 ~ 23%

%38.26
%38.74
%23

CMYK color model

#9EA05F color CMYK value is (1,0,41,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 37.25%
CMYK:
(1,0,41,37)
C1M0Y41K37 
(1%,0%,41%,37%)
(0.01/0.00/0.41/0.37)	

CMYK percentages

%1.25
%0
%40.63
%37.25

Codes

Color #9EA05F in popluar color models

9EA05F
RGB15816095
HSL62°25.49%50.00%
HSB/HSV62°40.63%62.75%
CMYK1.25%0.00%40.63%
37.25%

Color #9EA05F in popluar number systems.

HEX9EA05F
Decimal15816095
Binary10011110101000001011111
Octal236240137

Shades and tints

Shades of #9EA05F

#9EA05F
(158,160,95)
#909257
(144,146,87)
#82844F
(130,132,79)
#747647
(116,118,71)
#66683F
(102,104,63)
#585A37
(88,90,55)
#4A4C2F
(74,76,47)
#3C3E27
(60,62,39)
#2E301F
(46,48,31)
#202217
(32,34,23)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #9EA05F

#9EA05F
(158,160,95)
#A6A86D
(166,168,109)
#AEB07B
(174,176,123)
#B6B889
(182,184,137)
#BEC097
(190,192,151)
#C6C8A5
(198,200,165)
#CED0B3
(206,208,179)
#D6D8C1
(214,216,193)
#DEE0CF
(222,224,207)
#E6E8DD
(230,232,221)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA05F color. Also use rgb(158,160,95) instead hex code.

Text Font Color

.myTextColor { color: #9EA05F; }

<p style="color:#9EA05F">This sample text font color is #9EA05F.</p>

This text font color is #9EA05F.


Background Color

.myBgColor { background-color: #9EA05F; }

<div style="background-color:#9EA05F">Inner text</div>

This div background color is #9EA05F.


Border color

.myBorderColor { border: 1px solid #9EA05F; }

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

This div border color is #9EA05F.


Opacity

.myOpacity80 { color: #9EA05F; opacity: 0.8; }

<p style="color:#9EA05F;opacity:0.8;">80%</p>

Text with #9EA05F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9EA05F;}

<p style="text-shadow: 3px 3px 1px #9EA05F">Text here.</p>

This text has shadow with #9EA05F color.

.textShadow {text-shadow: 3px 3px 1px #9EA05F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9EA05F, 5px 5px 20px red">Text here.</p>

This text has shadow with #9EA05F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EA05F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9EA05F, Direction=45, Strength=4)">Text</p>

This text has shadow with #9EA05F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9EA05F;
  -webkit-box-shadow:	1px 1px 3px 2px #9EA05F;
  box-shadow:		1px 1px 3px 2px #9EA05F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EA05F;
-webkit-box-shadow: 1px 1px 3px 2px #9EA05F;
box-shadow:1px 1px 3px 2px #9EA05F;">
Div content here</div>
This div box has shadow with color #9EA05F.

Preview

Color preview on black background

This text has color #9EA05F on black background.


Color preview on white background

This text has color #9EA05F on white background.



Black color preview on #9EA05F background

This text has black color on #9EA05F background.


White color preview on #9EA05F background

This text has white color on #9EA05F background.