COLOR #9ED89B

HEX: #9ED89B
RGB: (158,216,155)

Color info

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

RGB color model

#9ED89B color RGB value is (158,216,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 155 of 255 = 61%

158
216
155

R + G + B ~ 69%. #9ED89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 216 + 155 = 529 (100%)
R 158 of 529 ~ 29.87%
G 216 of 529 ~ 40.83%
B 155 of 529 ~ 29.3%

%29.87
%40.83
%29.3

CMYK color model

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

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 15.29%
CMYK:
(27,0,28,15)
C27M0Y28K15 
(27%,0%,28%,15%)
(0.27/0.00/0.28/0.15)	

CMYK percentages

%26.85
%0
%28.24
%15.29

Codes

Color #9ED89B in popluar color models

9ED89B
RGB158216155
HSL117°43.88%72.75%
HSB/HSV117°28.24%84.71%
CMYK26.85%0.00%28.24%
15.29%

Color #9ED89B in popluar number systems.

HEX9ED89B
Decimal158216155
Binary100111101101100010011011
Octal236330233

Shades and tints

Shades of #9ED89B

#9ED89B
(158,216,155)
#90C58D
(144,197,141)
#82B27F
(130,178,127)
#749F71
(116,159,113)
#668C63
(102,140,99)
#587955
(88,121,85)
#4A6647
(74,102,71)
#3C5339
(60,83,57)
#2E402B
(46,64,43)
#202D1D
(32,45,29)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #9ED89B

#9ED89B
(158,216,155)
#A6DBA4
(166,219,164)
#AEDEAD
(174,222,173)
#B6E1B6
(182,225,182)
#BEE4BF
(190,228,191)
#C6E7C8
(198,231,200)
#CEEAD1
(206,234,209)
#D6EDDA
(214,237,218)
#DEF0E3
(222,240,227)
#E6F3EC
(230,243,236)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED89B; }

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

This text font color is #9ED89B.


Background Color

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

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

This div background color is #9ED89B.


Border color

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

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

This div border color is #9ED89B.


Opacity

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

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

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

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

This text has shadow with #9ED89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED89B on black background.


Color preview on white background

This text has color #9ED89B on white background.



Black color preview on #9ED89B background

This text has black color on #9ED89B background.


White color preview on #9ED89B background

This text has white color on #9ED89B background.