COLOR #9EA45B

HEX: #9EA45B
RGB: (158,164,91)

Color info

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

RGB color model

#9EA45B color RGB value is (158,164,91).

  • red value is 158;
  • green value is 164;
  • blue value is 91.
RGB:
(158,164,91)
(62%,64%,36%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 91 of 255 = 36%

158
164
91

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

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 91 = 413 (100%)
R 158 of 413 ~ 38.26%
G 164 of 413 ~ 39.71%
B 91 of 413 ~ 22.03%

%38.26
%39.71
%22.03

CMYK color model

#9EA45B color CMYK value is (4,0,45,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 44.51%
  • key color value is 35.69%
CMYK:
(4,0,45,36)
C4M0Y45K36 
(4%,0%,45%,36%)
(0.04/0.00/0.45/0.36)	

CMYK percentages

%3.66
%0
%44.51
%35.69

Codes

Color #9EA45B in popluar color models

9EA45B
RGB15816491
HSL65°28.63%50.00%
HSB/HSV65°44.51%64.31%
CMYK3.66%0.00%44.51%
35.69%

Color #9EA45B in popluar number systems.

HEX9EA45B
Decimal15816491
Binary10011110101001001011011
Octal236244133

Shades and tints

Shades of #9EA45B

#9EA45B
(158,164,91)
#909653
(144,150,83)
#82884B
(130,136,75)
#747A43
(116,122,67)
#666C3B
(102,108,59)
#585E33
(88,94,51)
#4A502B
(74,80,43)
#3C4223
(60,66,35)
#2E341B
(46,52,27)
#202613
(32,38,19)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #9EA45B

#9EA45B
(158,164,91)
#A6AC69
(166,172,105)
#AEB477
(174,180,119)
#B6BC85
(182,188,133)
#BEC493
(190,196,147)
#C6CCA1
(198,204,161)
#CED4AF
(206,212,175)
#D6DCBD
(214,220,189)
#DEE4CB
(222,228,203)
#E6ECD9
(230,236,217)
#EEF4E7
(238,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA45B color. Also use rgb(158,164,91) instead hex code.

Text Font Color

.myTextColor { color: #9EA45B; }

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

This text font color is #9EA45B.


Background Color

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

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

This div background color is #9EA45B.


Border color

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

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

This div border color is #9EA45B.


Opacity

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

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

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

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

This text has shadow with #9EA45B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA45B on black background.


Color preview on white background

This text has color #9EA45B on white background.



Black color preview on #9EA45B background

This text has black color on #9EA45B background.


White color preview on #9EA45B background

This text has white color on #9EA45B background.