COLOR #9EBA70

HEX: #9EBA70
RGB: (158,186,112)

Color info

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

RGB color model

#9EBA70 color RGB value is (158,186,112).

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

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 112 of 255 = 44%

158
186
112

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

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 112 = 456 (100%)
R 158 of 456 ~ 34.65%
G 186 of 456 ~ 40.79%
B 112 of 456 ~ 24.56%

%34.65
%40.79
%24.56

CMYK color model

#9EBA70 color CMYK value is (15,0,40,27).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 27.06%
CMYK:
(15,0,40,27)
C15M0Y40K27 
(15%,0%,40%,27%)
(0.15/0.00/0.40/0.27)	

CMYK percentages

%15.05
%0
%39.78
%27.06

Codes

Color #9EBA70 in popluar color models

9EBA70
RGB158186112
HSL83°34.91%58.43%
HSB/HSV83°39.78%72.94%
CMYK15.05%0.00%39.78%
27.06%

Color #9EBA70 in popluar number systems.

HEX9EBA70
Decimal158186112
Binary10011110101110101110000
Octal236272160

Shades and tints

Shades of #9EBA70

#9EBA70
(158,186,112)
#90AA66
(144,170,102)
#829A5C
(130,154,92)
#748A52
(116,138,82)
#667A48
(102,122,72)
#586A3E
(88,106,62)
#4A5A34
(74,90,52)
#3C4A2A
(60,74,42)
#2E3A20
(46,58,32)
#202A16
(32,42,22)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #9EBA70

#9EBA70
(158,186,112)
#A6C07D
(166,192,125)
#AEC68A
(174,198,138)
#B6CC97
(182,204,151)
#BED2A4
(190,210,164)
#C6D8B1
(198,216,177)
#CEDEBE
(206,222,190)
#D6E4CB
(214,228,203)
#DEEAD8
(222,234,216)
#E6F0E5
(230,240,229)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBA70; }

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

This text font color is #9EBA70.


Background Color

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

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

This div background color is #9EBA70.


Border color

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

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

This div border color is #9EBA70.


Opacity

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

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

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

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

This text has shadow with #9EBA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBA70 on black background.


Color preview on white background

This text has color #9EBA70 on white background.



Black color preview on #9EBA70 background

This text has black color on #9EBA70 background.


White color preview on #9EBA70 background

This text has white color on #9EBA70 background.