COLOR #9EE89E

HEX: #9EE89E
RGB: (158,232,158)

Color info

#9EE89E contains mainly green color. Web safe color of #9EE89E is #99FF99 (or #9F9).

RGB color model

#9EE89E color RGB value is (158,232,158).

  • red value is 158;
  • green value is 232;
  • blue value is 158.
RGB:
(158,232,158)
(62%,91%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 232 of 255 = 91%
B 158 of 255 = 62%

158
232
158

R + G + B ~ 72%. #9EE89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 232 + 158 = 548 (100%)
R 158 of 548 ~ 28.83%
G 232 of 548 ~ 42.34%
B 158 of 548 ~ 28.83%

%28.83
%42.34
%28.83

CMYK color model

#9EE89E color CMYK value is (32,0,32,9).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 9.02%
CMYK:
(32,0,32,9)
C32M0Y32K9 
(32%,0%,32%,9%)
(0.32/0.00/0.32/0.09)	

CMYK percentages

%31.9
%0
%31.9
%9.02

Codes

Color #9EE89E in popluar color models

9EE89E
RGB158232158
HSL120°61.67%76.47%
HSB/HSV120°31.90%90.98%
CMYK31.90%0.00%31.90%
9.02%

Color #9EE89E in popluar number systems.

HEX9EE89E
Decimal158232158
Binary100111101110100010011110
Octal236350236

Shades and tints

Shades of #9EE89E

#9EE89E
(158,232,158)
#90D390
(144,211,144)
#82BE82
(130,190,130)
#74A974
(116,169,116)
#669466
(102,148,102)
#587F58
(88,127,88)
#4A6A4A
(74,106,74)
#3C553C
(60,85,60)
#2E402E
(46,64,46)
#202B20
(32,43,32)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9EE89E

#9EE89E
(158,232,158)
#A6EAA6
(166,234,166)
#AEECAE
(174,236,174)
#B6EEB6
(182,238,182)
#BEF0BE
(190,240,190)
#C6F2C6
(198,242,198)
#CEF4CE
(206,244,206)
#D6F6D6
(214,246,214)
#DEF8DE
(222,248,222)
#E6FAE6
(230,250,230)
#EEFCEE
(238,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE89E; }

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

This text font color is #9EE89E.


Background Color

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

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

This div background color is #9EE89E.


Border color

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

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

This div border color is #9EE89E.


Opacity

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

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

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

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

This text has shadow with #9EE89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE89E on black background.


Color preview on white background

This text has color #9EE89E on white background.



Black color preview on #9EE89E background

This text has black color on #9EE89E background.


White color preview on #9EE89E background

This text has white color on #9EE89E background.