COLOR #9ED882

HEX: #9ED882
RGB: (158,216,130)

Color info

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

RGB color model

#9ED882 color RGB value is (158,216,130).

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

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 130 of 255 = 51%

158
216
130

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

Portions of RGB colors in percentages

R + G + B =
158 + 216 + 130 = 504 (100%)
R 158 of 504 ~ 31.35%
G 216 of 504 ~ 42.86%
B 130 of 504 ~ 25.79%

%31.35
%42.86
%25.79

CMYK color model

#9ED882 color CMYK value is (27,0,40,15).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 15.29%
CMYK:
(27,0,40,15)
C27M0Y40K15 
(27%,0%,40%,15%)
(0.27/0.00/0.40/0.15)	

CMYK percentages

%26.85
%0
%39.81
%15.29

Codes

Color #9ED882 in popluar color models

9ED882
RGB158216130
HSL100°52.44%67.84%
HSB/HSV100°39.81%84.71%
CMYK26.85%0.00%39.81%
15.29%

Color #9ED882 in popluar number systems.

HEX9ED882
Decimal158216130
Binary100111101101100010000010
Octal236330202

Shades and tints

Shades of #9ED882

#9ED882
(158,216,130)
#90C577
(144,197,119)
#82B26C
(130,178,108)
#749F61
(116,159,97)
#668C56
(102,140,86)
#58794B
(88,121,75)
#4A6640
(74,102,64)
#3C5335
(60,83,53)
#2E402A
(46,64,42)
#202D1F
(32,45,31)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #9ED882

#9ED882
(158,216,130)
#A6DB8D
(166,219,141)
#AEDE98
(174,222,152)
#B6E1A3
(182,225,163)
#BEE4AE
(190,228,174)
#C6E7B9
(198,231,185)
#CEEAC4
(206,234,196)
#D6EDCF
(214,237,207)
#DEF0DA
(222,240,218)
#E6F3E5
(230,243,229)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED882; }

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

This text font color is #9ED882.


Background Color

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

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

This div background color is #9ED882.


Border color

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

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

This div border color is #9ED882.


Opacity

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

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

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

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

This text has shadow with #9ED882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED882 on black background.


Color preview on white background

This text has color #9ED882 on white background.



Black color preview on #9ED882 background

This text has black color on #9ED882 background.


White color preview on #9ED882 background

This text has white color on #9ED882 background.