COLOR #9EA25B

HEX: #9EA25B
RGB: (158,162,91)

Color info

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

RGB color model

#9EA25B color RGB value is (158,162,91).

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

RGB channels and saturation

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

158
162
91

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 91 = 411 (100%)
R 158 of 411 ~ 38.44%
G 162 of 411 ~ 39.42%
B 91 of 411 ~ 22.14%

%38.44
%39.42
%22.14

CMYK color model

#9EA25B color CMYK value is (2,0,44,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 43.83%
  • key color value is 36.47%
CMYK:
(2,0,44,36)
C2M0Y44K36 
(2%,0%,44%,36%)
(0.02/0.00/0.44/0.36)	

CMYK percentages

%2.47
%0
%43.83
%36.47

Codes

Color #9EA25B in popluar color models

9EA25B
RGB15816291
HSL63°28.06%49.61%
HSB/HSV63°43.83%63.53%
CMYK2.47%0.00%43.83%
36.47%

Color #9EA25B in popluar number systems.

HEX9EA25B
Decimal15816291
Binary10011110101000101011011
Octal236242133

Shades and tints

Shades of #9EA25B

#9EA25B
(158,162,91)
#909453
(144,148,83)
#82864B
(130,134,75)
#747843
(116,120,67)
#666A3B
(102,106,59)
#585C33
(88,92,51)
#4A4E2B
(74,78,43)
#3C4023
(60,64,35)
#2E321B
(46,50,27)
#202413
(32,36,19)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #9EA25B

#9EA25B
(158,162,91)
#A6AA69
(166,170,105)
#AEB277
(174,178,119)
#B6BA85
(182,186,133)
#BEC293
(190,194,147)
#C6CAA1
(198,202,161)
#CED2AF
(206,210,175)
#D6DABD
(214,218,189)
#DEE2CB
(222,226,203)
#E6EAD9
(230,234,217)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA25B; }

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

This text font color is #9EA25B.


Background Color

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

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

This div background color is #9EA25B.


Border color

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

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

This div border color is #9EA25B.


Opacity

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

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

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

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

This text has shadow with #9EA25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA25B on black background.


Color preview on white background

This text has color #9EA25B on white background.



Black color preview on #9EA25B background

This text has black color on #9EA25B background.


White color preview on #9EA25B background

This text has white color on #9EA25B background.