COLOR #9EC390

HEX: #9EC390
RGB: (158,195,144)

Color info

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

RGB color model

#9EC390 color RGB value is (158,195,144).

  • red value is 158;
  • green value is 195;
  • blue value is 144.
RGB:
(158,195,144)
(62%,76%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 195 of 255 = 76%
B 144 of 255 = 56%

158
195
144

R + G + B ~ 65%. #9EC390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 195 + 144 = 497 (100%)
R 158 of 497 ~ 31.79%
G 195 of 497 ~ 39.24%
B 144 of 497 ~ 28.97%

%31.79
%39.24
%28.97

CMYK color model

#9EC390 color CMYK value is (19,0,26,24).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK:
(19,0,26,24)
C19M0Y26K24 
(19%,0%,26%,24%)
(0.19/0.00/0.26/0.24)	

CMYK percentages

%18.97
%0
%26.15
%23.53

Codes

Color #9EC390 in popluar color models

9EC390
RGB158195144
HSL104°29.82%66.47%
HSB/HSV104°26.15%76.47%
CMYK18.97%0.00%26.15%
23.53%

Color #9EC390 in popluar number systems.

HEX9EC390
Decimal158195144
Binary100111101100001110010000
Octal236303220

Shades and tints

Shades of #9EC390

#9EC390
(158,195,144)
#90B283
(144,178,131)
#82A176
(130,161,118)
#749069
(116,144,105)
#667F5C
(102,127,92)
#586E4F
(88,110,79)
#4A5D42
(74,93,66)
#3C4C35
(60,76,53)
#2E3B28
(46,59,40)
#202A1B
(32,42,27)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #9EC390

#9EC390
(158,195,144)
#A6C89A
(166,200,154)
#AECDA4
(174,205,164)
#B6D2AE
(182,210,174)
#BED7B8
(190,215,184)
#C6DCC2
(198,220,194)
#CEE1CC
(206,225,204)
#D6E6D6
(214,230,214)
#DEEBE0
(222,235,224)
#E6F0EA
(230,240,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC390 color. Also use rgb(158,195,144) instead hex code.

Text Font Color

.myTextColor { color: #9EC390; }

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

This text font color is #9EC390.


Background Color

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

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

This div background color is #9EC390.


Border color

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

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

This div border color is #9EC390.


Opacity

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

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

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

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

This text has shadow with #9EC390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC390 on black background.


Color preview on white background

This text has color #9EC390 on white background.



Black color preview on #9EC390 background

This text has black color on #9EC390 background.


White color preview on #9EC390 background

This text has white color on #9EC390 background.