COLOR #9EA03C

HEX: #9EA03C
RGB: (158,160,60)

Color info

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

RGB color model

#9EA03C color RGB value is (158,160,60).

  • red value is 158;
  • green value is 160;
  • blue value is 60.
RGB:
(158,160,60)
(62%,63%,24%)

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 60 of 255 = 24%

158
160
60

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 60 = 378 (100%)
R 158 of 378 ~ 41.8%
G 160 of 378 ~ 42.33%
B 60 of 378 ~ 15.87%

%41.8
%42.33
%15.87

CMYK color model

#9EA03C color CMYK value is (1,0,63,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 37.25%
CMYK:
(1,0,63,37)
C1M0Y63K37 
(1%,0%,63%,37%)
(0.01/0.00/0.63/0.37)	

CMYK percentages

%1.25
%0
%62.5
%37.25

Codes

Color #9EA03C in popluar color models

9EA03C
RGB15816060
HSL61°45.45%43.14%
HSB/HSV61°62.50%62.75%
CMYK1.25%0.00%62.50%
37.25%

Color #9EA03C in popluar number systems.

HEX9EA03C
Decimal15816060
Binary1001111010100000111100
Octal23624074

Shades and tints

Shades of #9EA03C

#9EA03C
(158,160,60)
#909237
(144,146,55)
#828432
(130,132,50)
#74762D
(116,118,45)
#666828
(102,104,40)
#585A23
(88,90,35)
#4A4C1E
(74,76,30)
#3C3E19
(60,62,25)
#2E3014
(46,48,20)
#20220F
(32,34,15)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #9EA03C

#9EA03C
(158,160,60)
#A6A84D
(166,168,77)
#AEB05E
(174,176,94)
#B6B86F
(182,184,111)
#BEC080
(190,192,128)
#C6C891
(198,200,145)
#CED0A2
(206,208,162)
#D6D8B3
(214,216,179)
#DEE0C4
(222,224,196)
#E6E8D5
(230,232,213)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA03C color. Also use rgb(158,160,60) instead hex code.

Text Font Color

.myTextColor { color: #9EA03C; }

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

This text font color is #9EA03C.


Background Color

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

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

This div background color is #9EA03C.


Border color

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

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

This div border color is #9EA03C.


Opacity

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

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

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

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

This text has shadow with #9EA03C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA03C on black background.


Color preview on white background

This text has color #9EA03C on white background.



Black color preview on #9EA03C background

This text has black color on #9EA03C background.


White color preview on #9EA03C background

This text has white color on #9EA03C background.