COLOR #9EC08A

HEX: #9EC08A
RGB: (158,192,138)

Color info

#9EC08A contains red, green and blue colors in about the same proportion. Web safe color of #9EC08A is #99CC99 (or #9C9).

RGB color model

#9EC08A color RGB value is (158,192,138).

  • red value is 158;
  • green value is 192;
  • blue value is 138.
RGB:
(158,192,138)
(62%,75%,54%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 138 of 255 = 54%

158
192
138

R + G + B ~ 64%. #9EC08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 192 + 138 = 488 (100%)
R 158 of 488 ~ 32.38%
G 192 of 488 ~ 39.34%
B 138 of 488 ~ 28.28%

%32.38
%39.34
%28.28

CMYK color model

#9EC08A color CMYK value is (18,0,28,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 24.71%
CMYK:
(18,0,28,25)
C18M0Y28K25 
(18%,0%,28%,25%)
(0.18/0.00/0.28/0.25)	

CMYK percentages

%17.71
%0
%28.13
%24.71

Codes

Color #9EC08A in popluar color models

9EC08A
RGB158192138
HSL98°30.00%64.71%
HSB/HSV98°28.13%75.29%
CMYK17.71%0.00%28.13%
24.71%

Color #9EC08A in popluar number systems.

HEX9EC08A
Decimal158192138
Binary100111101100000010001010
Octal236300212

Shades and tints

Shades of #9EC08A

#9EC08A
(158,192,138)
#90AF7E
(144,175,126)
#829E72
(130,158,114)
#748D66
(116,141,102)
#667C5A
(102,124,90)
#586B4E
(88,107,78)
#4A5A42
(74,90,66)
#3C4936
(60,73,54)
#2E382A
(46,56,42)
#20271E
(32,39,30)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9EC08A

#9EC08A
(158,192,138)
#A6C594
(166,197,148)
#AECA9E
(174,202,158)
#B6CFA8
(182,207,168)
#BED4B2
(190,212,178)
#C6D9BC
(198,217,188)
#CEDEC6
(206,222,198)
#D6E3D0
(214,227,208)
#DEE8DA
(222,232,218)
#E6EDE4
(230,237,228)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC08A color. Also use rgb(158,192,138) instead hex code.

Text Font Color

.myTextColor { color: #9EC08A; }

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

This text font color is #9EC08A.


Background Color

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

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

This div background color is #9EC08A.


Border color

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

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

This div border color is #9EC08A.


Opacity

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

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

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

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

This text has shadow with #9EC08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC08A on black background.


Color preview on white background

This text has color #9EC08A on white background.



Black color preview on #9EC08A background

This text has black color on #9EC08A background.


White color preview on #9EC08A background

This text has white color on #9EC08A background.