COLOR #9ED08A

HEX: #9ED08A
RGB: (158,208,138)

Color info

#9ED08A contains mainly red and green colors. Web safe color of #9ED08A is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

158
208
138

R + G + B ~ 66%. #9ED08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 208 + 138 = 504 (100%)
R 158 of 504 ~ 31.35%
G 208 of 504 ~ 41.27%
B 138 of 504 ~ 27.38%

%31.35
%41.27
%27.38

CMYK color model

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

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

CMYK percentages

%24.04
%0
%33.65
%18.43

Codes

Color #9ED08A in popluar color models

9ED08A
RGB158208138
HSL103°42.68%67.84%
HSB/HSV103°33.65%81.57%
CMYK24.04%0.00%33.65%
18.43%

Color #9ED08A in popluar number systems.

HEX9ED08A
Decimal158208138
Binary100111101101000010001010
Octal236320212

Shades and tints

Shades of #9ED08A

#9ED08A
(158,208,138)
#90BE7E
(144,190,126)
#82AC72
(130,172,114)
#749A66
(116,154,102)
#66885A
(102,136,90)
#58764E
(88,118,78)
#4A6442
(74,100,66)
#3C5236
(60,82,54)
#2E402A
(46,64,42)
#202E1E
(32,46,30)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #9ED08A

#9ED08A
(158,208,138)
#A6D494
(166,212,148)
#AED89E
(174,216,158)
#B6DCA8
(182,220,168)
#BEE0B2
(190,224,178)
#C6E4BC
(198,228,188)
#CEE8C6
(206,232,198)
#D6ECD0
(214,236,208)
#DEF0DA
(222,240,218)
#E6F4E4
(230,244,228)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED08A; }

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

This text font color is #9ED08A.


Background Color

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

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

This div background color is #9ED08A.


Border color

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

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

This div border color is #9ED08A.


Opacity

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

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

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

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

This text has shadow with #9ED08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED08A on black background.


Color preview on white background

This text has color #9ED08A on white background.



Black color preview on #9ED08A background

This text has black color on #9ED08A background.


White color preview on #9ED08A background

This text has white color on #9ED08A background.