COLOR #9EAC6A

HEX: #9EAC6A
RGB: (158,172,106)

Color info

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

RGB color model

#9EAC6A color RGB value is (158,172,106).

  • red value is 158;
  • green value is 172;
  • blue value is 106.
RGB:
(158,172,106)
(62%,67%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 106 of 255 = 42%

158
172
106

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

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 106 = 436 (100%)
R 158 of 436 ~ 36.24%
G 172 of 436 ~ 39.45%
B 106 of 436 ~ 24.31%

%36.24
%39.45
%24.31

CMYK color model

#9EAC6A color CMYK value is (8,0,38,33).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 38.37%
  • key color value is 32.55%
CMYK:
(8,0,38,33)
C8M0Y38K33 
(8%,0%,38%,33%)
(0.08/0.00/0.38/0.33)	

CMYK percentages

%8.14
%0
%38.37
%32.55

Codes

Color #9EAC6A in popluar color models

9EAC6A
RGB158172106
HSL73°28.45%54.51%
HSB/HSV73°38.37%67.45%
CMYK8.14%0.00%38.37%
32.55%

Color #9EAC6A in popluar number systems.

HEX9EAC6A
Decimal158172106
Binary10011110101011001101010
Octal236254152

Shades and tints

Shades of #9EAC6A

#9EAC6A
(158,172,106)
#909D61
(144,157,97)
#828E58
(130,142,88)
#747F4F
(116,127,79)
#667046
(102,112,70)
#58613D
(88,97,61)
#4A5234
(74,82,52)
#3C432B
(60,67,43)
#2E3422
(46,52,34)
#202519
(32,37,25)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #9EAC6A

#9EAC6A
(158,172,106)
#A6B377
(166,179,119)
#AEBA84
(174,186,132)
#B6C191
(182,193,145)
#BEC89E
(190,200,158)
#C6CFAB
(198,207,171)
#CED6B8
(206,214,184)
#D6DDC5
(214,221,197)
#DEE4D2
(222,228,210)
#E6EBDF
(230,235,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAC6A color. Also use rgb(158,172,106) instead hex code.

Text Font Color

.myTextColor { color: #9EAC6A; }

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

This text font color is #9EAC6A.


Background Color

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

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

This div background color is #9EAC6A.


Border color

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

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

This div border color is #9EAC6A.


Opacity

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

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

Text with #9EAC6A 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 #9EAC6A;}

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

This text has shadow with #9EAC6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAC6A on black background.


Color preview on white background

This text has color #9EAC6A on white background.



Black color preview on #9EAC6A background

This text has black color on #9EAC6A background.


White color preview on #9EAC6A background

This text has white color on #9EAC6A background.