COLOR #9EA22A

HEX: #9EA22A
RGB: (158,162,42)

Color info

#9EA22A contains mainly red and green colors. Web safe color of #9EA22A is #999933 (or #993).

RGB color model

#9EA22A color RGB value is (158,162,42).

  • red value is 158;
  • green value is 162;
  • blue value is 42.
RGB:
(158,162,42)
(62%,64%,16%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 42 of 255 = 16%

158
162
42

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 42 = 362 (100%)
R 158 of 362 ~ 43.65%
G 162 of 362 ~ 44.75%
B 42 of 362 ~ 11.6%

%43.65
%44.75
%11.6

CMYK color model

#9EA22A color CMYK value is (2,0,74,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 36.47%
CMYK:
(2,0,74,36)
C2M0Y74K36 
(2%,0%,74%,36%)
(0.02/0.00/0.74/0.36)	

CMYK percentages

%2.47
%0
%74.07
%36.47

Codes

Color #9EA22A in popluar color models

9EA22A
RGB15816242
HSL62°58.82%40.00%
HSB/HSV62°74.07%63.53%
CMYK2.47%0.00%74.07%
36.47%

Color #9EA22A in popluar number systems.

HEX9EA22A
Decimal15816242
Binary1001111010100010101010
Octal23624252

Shades and tints

Shades of #9EA22A

#9EA22A
(158,162,42)
#909427
(144,148,39)
#828624
(130,134,36)
#747821
(116,120,33)
#666A1E
(102,106,30)
#585C1B
(88,92,27)
#4A4E18
(74,78,24)
#3C4015
(60,64,21)
#2E3212
(46,50,18)
#20240F
(32,36,15)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #9EA22A

#9EA22A
(158,162,42)
#A6AA3D
(166,170,61)
#AEB250
(174,178,80)
#B6BA63
(182,186,99)
#BEC276
(190,194,118)
#C6CA89
(198,202,137)
#CED29C
(206,210,156)
#D6DAAF
(214,218,175)
#DEE2C2
(222,226,194)
#E6EAD5
(230,234,213)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA22A color. Also use rgb(158,162,42) instead hex code.

Text Font Color

.myTextColor { color: #9EA22A; }

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

This text font color is #9EA22A.


Background Color

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

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

This div background color is #9EA22A.


Border color

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

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

This div border color is #9EA22A.


Opacity

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

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

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

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

This text has shadow with #9EA22A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA22A on black background.


Color preview on white background

This text has color #9EA22A on white background.



Black color preview on #9EA22A background

This text has black color on #9EA22A background.


White color preview on #9EA22A background

This text has white color on #9EA22A background.