COLOR #9ED88C

HEX: #9ED88C
RGB: (158,216,140)

Color info

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

RGB color model

#9ED88C color RGB value is (158,216,140).

  • red value is 158;
  • green value is 216;
  • blue value is 140.
RGB:
(158,216,140)
(62%,85%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 140 of 255 = 55%

158
216
140

R + G + B ~ 67%. #9ED88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 216 + 140 = 514 (100%)
R 158 of 514 ~ 30.74%
G 216 of 514 ~ 42.02%
B 140 of 514 ~ 27.24%

%30.74
%42.02
%27.24

CMYK color model

#9ED88C color CMYK value is (27,0,35,15).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 15.29%
CMYK:
(27,0,35,15)
C27M0Y35K15 
(27%,0%,35%,15%)
(0.27/0.00/0.35/0.15)	

CMYK percentages

%26.85
%0
%35.19
%15.29

Codes

Color #9ED88C in popluar color models

9ED88C
RGB158216140
HSL106°49.35%69.80%
HSB/HSV106°35.19%84.71%
CMYK26.85%0.00%35.19%
15.29%

Color #9ED88C in popluar number systems.

HEX9ED88C
Decimal158216140
Binary100111101101100010001100
Octal236330214

Shades and tints

Shades of #9ED88C

#9ED88C
(158,216,140)
#90C580
(144,197,128)
#82B274
(130,178,116)
#749F68
(116,159,104)
#668C5C
(102,140,92)
#587950
(88,121,80)
#4A6644
(74,102,68)
#3C5338
(60,83,56)
#2E402C
(46,64,44)
#202D20
(32,45,32)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #9ED88C

#9ED88C
(158,216,140)
#A6DB96
(166,219,150)
#AEDEA0
(174,222,160)
#B6E1AA
(182,225,170)
#BEE4B4
(190,228,180)
#C6E7BE
(198,231,190)
#CEEAC8
(206,234,200)
#D6EDD2
(214,237,210)
#DEF0DC
(222,240,220)
#E6F3E6
(230,243,230)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED88C; }

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

This text font color is #9ED88C.


Background Color

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

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

This div background color is #9ED88C.


Border color

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

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

This div border color is #9ED88C.


Opacity

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

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

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

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

This text has shadow with #9ED88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED88C on black background.


Color preview on white background

This text has color #9ED88C on white background.



Black color preview on #9ED88C background

This text has black color on #9ED88C background.


White color preview on #9ED88C background

This text has white color on #9ED88C background.