COLOR #9ED77E

HEX: #9ED77E
RGB: (158,215,126)

Color info

#9ED77E contains mainly red and green colors. Web safe color of #9ED77E is #99CC66 (or #9C6).

RGB color model

#9ED77E color RGB value is (158,215,126).

  • red value is 158;
  • green value is 215;
  • blue value is 126.
RGB:
(158,215,126)
(62%,84%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 215 of 255 = 84%
B 126 of 255 = 49%

158
215
126

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

Portions of RGB colors in percentages

R + G + B =
158 + 215 + 126 = 499 (100%)
R 158 of 499 ~ 31.66%
G 215 of 499 ~ 43.09%
B 126 of 499 ~ 25.25%

%31.66
%43.09
%25.25

CMYK color model

#9ED77E color CMYK value is (27,0,41,16).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 15.69%
CMYK:
(27,0,41,16)
C27M0Y41K16 
(27%,0%,41%,16%)
(0.27/0.00/0.41/0.16)	

CMYK percentages

%26.51
%0
%41.4
%15.69

Codes

Color #9ED77E in popluar color models

9ED77E
RGB158215126
HSL98°52.66%66.86%
HSB/HSV98°41.40%84.31%
CMYK26.51%0.00%41.40%
15.69%

Color #9ED77E in popluar number systems.

HEX9ED77E
Decimal158215126
Binary10011110110101111111110
Octal236327176

Shades and tints

Shades of #9ED77E

#9ED77E
(158,215,126)
#90C473
(144,196,115)
#82B168
(130,177,104)
#749E5D
(116,158,93)
#668B52
(102,139,82)
#587847
(88,120,71)
#4A653C
(74,101,60)
#3C5231
(60,82,49)
#2E3F26
(46,63,38)
#202C1B
(32,44,27)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #9ED77E

#9ED77E
(158,215,126)
#A6DA89
(166,218,137)
#AEDD94
(174,221,148)
#B6E09F
(182,224,159)
#BEE3AA
(190,227,170)
#C6E6B5
(198,230,181)
#CEE9C0
(206,233,192)
#D6ECCB
(214,236,203)
#DEEFD6
(222,239,214)
#E6F2E1
(230,242,225)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED77E; }

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

This text font color is #9ED77E.


Background Color

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

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

This div background color is #9ED77E.


Border color

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

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

This div border color is #9ED77E.


Opacity

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

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

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

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

This text has shadow with #9ED77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED77E on black background.


Color preview on white background

This text has color #9ED77E on white background.



Black color preview on #9ED77E background

This text has black color on #9ED77E background.


White color preview on #9ED77E background

This text has white color on #9ED77E background.