COLOR #9ED09E

HEX: #9ED09E
RGB: (158,208,158)

Color info

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

RGB color model

#9ED09E color RGB value is (158,208,158).

  • red value is 158;
  • green value is 208;
  • blue value is 158.
RGB:
(158,208,158)
(62%,82%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 208 of 255 = 82%
B 158 of 255 = 62%

158
208
158

R + G + B ~ 69%. #9ED09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 208 + 158 = 524 (100%)
R 158 of 524 ~ 30.15%
G 208 of 524 ~ 39.69%
B 158 of 524 ~ 30.15%

%30.15
%39.69
%30.15

CMYK color model

#9ED09E color CMYK value is (24,0,24,18).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%
CMYK:
(24,0,24,18)
C24M0Y24K18 
(24%,0%,24%,18%)
(0.24/0.00/0.24/0.18)	

CMYK percentages

%24.04
%0
%24.04
%18.43

Codes

Color #9ED09E in popluar color models

9ED09E
RGB158208158
HSL120°34.72%71.76%
HSB/HSV120°24.04%81.57%
CMYK24.04%0.00%24.04%
18.43%

Color #9ED09E in popluar number systems.

HEX9ED09E
Decimal158208158
Binary100111101101000010011110
Octal236320236

Shades and tints

Shades of #9ED09E

#9ED09E
(158,208,158)
#90BE90
(144,190,144)
#82AC82
(130,172,130)
#749A74
(116,154,116)
#668866
(102,136,102)
#587658
(88,118,88)
#4A644A
(74,100,74)
#3C523C
(60,82,60)
#2E402E
(46,64,46)
#202E20
(32,46,32)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #9ED09E

#9ED09E
(158,208,158)
#A6D4A6
(166,212,166)
#AED8AE
(174,216,174)
#B6DCB6
(182,220,182)
#BEE0BE
(190,224,190)
#C6E4C6
(198,228,198)
#CEE8CE
(206,232,206)
#D6ECD6
(214,236,214)
#DEF0DE
(222,240,222)
#E6F4E6
(230,244,230)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED09E; }

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

This text font color is #9ED09E.


Background Color

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

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

This div background color is #9ED09E.


Border color

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

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

This div border color is #9ED09E.


Opacity

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

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

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

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

This text has shadow with #9ED09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED09E on black background.


Color preview on white background

This text has color #9ED09E on white background.



Black color preview on #9ED09E background

This text has black color on #9ED09E background.


White color preview on #9ED09E background

This text has white color on #9ED09E background.