COLOR #9ED89D

HEX: #9ED89D RGB: (158,216,157)

Color info

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

RGB color model

#9ED89D color RGB value is (158,216,157).

RGB: (158,216,157) (62%, 85%, 62%)

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 157 of 255 = 62%

158
216
157

R + G + B ~ 70%. #9ED89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 216 + 157 = 531 (100%)
R 158 of 531 ~ 29.76%
G 216 of 531 ~ 40.68%
B 157 of 531 ~ 29.57'%

%29.76
%40.68
%29.57

CMYK color model

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

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK: (27,0,27,15) C27M0Y27K15 (27%,0%,27%,15%) (0.27/0.00/0.27/0.15) 

CMYK percentages

%26.85
%0
%27.31
%15.29

Codes

Color #9ED89D in popluar color models

9E D8 9D
RGB 158 216 157
HSL 119° 43.07% 73.14%
HSB/HSV 119° 27.31% 84.71%
CMYK 26.85% 0.00% 27.31%
15.29%

Color #9ED89D in popluar number systems.

HEX 9E D8 9D
Decimal 158 216 157
Binary 10011110 11011000 10011101
Octal 236 330 235

Shades and tints

Shades of #9ED89D

#9ED89D
(158,216,157)
#90C58F
(144,197,143)
#82B281
(130,178,129)
#749F73
(116,159,115)
#668C65
(102,140,101)
#587957
(88,121,87)
#4A6649
(74,102,73)
#3C533B
(60,83,59)
#2E402D
(46,64,45)
#202D1F
(32,45,31)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #9ED89D

#9ED89D
(158,216,157)
#A6DBA5
(166,219,165)
#AEDEAD
(174,222,173)
#B6E1B5
(182,225,181)
#BEE4BD
(190,228,189)
#C6E7C5
(198,231,197)
#CEEACD
(206,234,205)
#D6EDD5
(214,237,213)
#DEF0DD
(222,240,221)
#E6F3E5
(230,243,229)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED89D; }

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

This text font color is #9ED89D.

Background Color

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

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

This div background color is #9ED89D.

Border color

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

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

This div border color is #9ED89D.

Opacity

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

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

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

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

This text has shadow with #9ED89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED89D.

Preview

Color preview on black background

This text has color #9ED89D on black background.


Color preview on white background

This text has color #9ED89D on white background.


Black color preview on #9ED89D background

This text has black color on #9ED89D background.


White color preview on #9ED89D background

This text has white color on #9ED89D background.


Related colors

Complementary color

Complementary color for #hex is #612762.


I love getcolorcode.com

Triadic colors

1 #9D9ED8 and #D89D9E with #9ED89D are triadic colors.

2 #9DD89E and #D89E9D with #9ED89D are triadic colors.