COLOR #9EA45A

HEX: #9EA45A
RGB: (158,164,90)

Color info

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

RGB color model

#9EA45A color RGB value is (158,164,90).

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

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 90 of 255 = 35%

158
164
90

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

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 90 = 412 (100%)
R 158 of 412 ~ 38.35%
G 164 of 412 ~ 39.81%
B 90 of 412 ~ 21.84%

%38.35
%39.81
%21.84

CMYK color model

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

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 45.12%
  • 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
%45.12
%35.69

Codes

Color #9EA45A in popluar color models

9EA45A
RGB15816490
HSL65°29.13%49.80%
HSB/HSV65°45.12%64.31%
CMYK3.66%0.00%45.12%
35.69%

Color #9EA45A in popluar number systems.

HEX9EA45A
Decimal15816490
Binary10011110101001001011010
Octal236244132

Shades and tints

Shades of #9EA45A

#9EA45A
(158,164,90)
#909652
(144,150,82)
#82884A
(130,136,74)
#747A42
(116,122,66)
#666C3A
(102,108,58)
#585E32
(88,94,50)
#4A502A
(74,80,42)
#3C4222
(60,66,34)
#2E341A
(46,52,26)
#202612
(32,38,18)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #9EA45A

#9EA45A
(158,164,90)
#A6AC69
(166,172,105)
#AEB478
(174,180,120)
#B6BC87
(182,188,135)
#BEC496
(190,196,150)
#C6CCA5
(198,204,165)
#CED4B4
(206,212,180)
#D6DCC3
(214,220,195)
#DEE4D2
(222,228,210)
#E6ECE1
(230,236,225)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA45A; }

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

This text font color is #9EA45A.


Background Color

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

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

This div background color is #9EA45A.


Border color

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

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

This div border color is #9EA45A.


Opacity

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

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

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

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

This text has shadow with #9EA45A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA45A on black background.


Color preview on white background

This text has color #9EA45A on white background.



Black color preview on #9EA45A background

This text has black color on #9EA45A background.


White color preview on #9EA45A background

This text has white color on #9EA45A background.