COLOR #9EA65C

HEX: #9EA65C
RGB: (158,166,92)

Color info

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

RGB color model

#9EA65C color RGB value is (158,166,92).

  • red value is 158;
  • green value is 166;
  • blue value is 92.
RGB:
(158,166,92)
(62%,65%,36%)

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 92 of 255 = 36%

158
166
92

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

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 92 = 416 (100%)
R 158 of 416 ~ 37.98%
G 166 of 416 ~ 39.9%
B 92 of 416 ~ 22.12%

%37.98
%39.9
%22.12

CMYK color model

#9EA65C color CMYK value is (5,0,45,35).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 44.58%
  • key color value is 34.90%
CMYK:
(5,0,45,35)
C5M0Y45K35 
(5%,0%,45%,35%)
(0.05/0.00/0.45/0.35)	

CMYK percentages

%4.82
%0
%44.58
%34.9

Codes

Color #9EA65C in popluar color models

9EA65C
RGB15816692
HSL66°29.37%50.59%
HSB/HSV66°44.58%65.10%
CMYK4.82%0.00%44.58%
34.90%

Color #9EA65C in popluar number systems.

HEX9EA65C
Decimal15816692
Binary10011110101001101011100
Octal236246134

Shades and tints

Shades of #9EA65C

#9EA65C
(158,166,92)
#909754
(144,151,84)
#82884C
(130,136,76)
#747944
(116,121,68)
#666A3C
(102,106,60)
#585B34
(88,91,52)
#4A4C2C
(74,76,44)
#3C3D24
(60,61,36)
#2E2E1C
(46,46,28)
#201F14
(32,31,20)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9EA65C

#9EA65C
(158,166,92)
#A6AE6A
(166,174,106)
#AEB678
(174,182,120)
#B6BE86
(182,190,134)
#BEC694
(190,198,148)
#C6CEA2
(198,206,162)
#CED6B0
(206,214,176)
#D6DEBE
(214,222,190)
#DEE6CC
(222,230,204)
#E6EEDA
(230,238,218)
#EEF6E8
(238,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA65C color. Also use rgb(158,166,92) instead hex code.

Text Font Color

.myTextColor { color: #9EA65C; }

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

This text font color is #9EA65C.


Background Color

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

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

This div background color is #9EA65C.


Border color

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

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

This div border color is #9EA65C.


Opacity

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

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

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

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

This text has shadow with #9EA65C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA65C on black background.


Color preview on white background

This text has color #9EA65C on white background.



Black color preview on #9EA65C background

This text has black color on #9EA65C background.


White color preview on #9EA65C background

This text has white color on #9EA65C background.