COLOR #9EBA66

HEX: #9EBA66
RGB: (158,186,102)

Color info

#9EBA66 contains mainly red and green colors. Web safe color of #9EBA66 is #99CC66 (or #9C6).

RGB color model

#9EBA66 color RGB value is (158,186,102).

  • red value is 158;
  • green value is 186;
  • blue value is 102.
RGB:
(158,186,102)
(62%,73%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 102 of 255 = 40%

158
186
102

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

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 102 = 446 (100%)
R 158 of 446 ~ 35.43%
G 186 of 446 ~ 41.7%
B 102 of 446 ~ 22.87%

%35.43
%41.7
%22.87

CMYK color model

#9EBA66 color CMYK value is (15,0,45,27).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 27.06%
CMYK:
(15,0,45,27)
C15M0Y45K27 
(15%,0%,45%,27%)
(0.15/0.00/0.45/0.27)	

CMYK percentages

%15.05
%0
%45.16
%27.06

Codes

Color #9EBA66 in popluar color models

9EBA66
RGB158186102
HSL80°37.84%56.47%
HSB/HSV80°45.16%72.94%
CMYK15.05%0.00%45.16%
27.06%

Color #9EBA66 in popluar number systems.

HEX9EBA66
Decimal158186102
Binary10011110101110101100110
Octal236272146

Shades and tints

Shades of #9EBA66

#9EBA66
(158,186,102)
#90AA5D
(144,170,93)
#829A54
(130,154,84)
#748A4B
(116,138,75)
#667A42
(102,122,66)
#586A39
(88,106,57)
#4A5A30
(74,90,48)
#3C4A27
(60,74,39)
#2E3A1E
(46,58,30)
#202A15
(32,42,21)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #9EBA66

#9EBA66
(158,186,102)
#A6C073
(166,192,115)
#AEC680
(174,198,128)
#B6CC8D
(182,204,141)
#BED29A
(190,210,154)
#C6D8A7
(198,216,167)
#CEDEB4
(206,222,180)
#D6E4C1
(214,228,193)
#DEEACE
(222,234,206)
#E6F0DB
(230,240,219)
#EEF6E8
(238,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBA66 color. Also use rgb(158,186,102) instead hex code.

Text Font Color

.myTextColor { color: #9EBA66; }

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

This text font color is #9EBA66.


Background Color

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

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

This div background color is #9EBA66.


Border color

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

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

This div border color is #9EBA66.


Opacity

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

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

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

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

This text has shadow with #9EBA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBA66 on black background.


Color preview on white background

This text has color #9EBA66 on white background.



Black color preview on #9EBA66 background

This text has black color on #9EBA66 background.


White color preview on #9EBA66 background

This text has white color on #9EBA66 background.