COLOR #9EE0A6

HEX: #9EE0A6 RGB: (158,224,166)

Color info

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

RGB color model

#9EE0A6 color RGB value is (158,224,166).

RGB: (158,224,166) (62%, 88%, 65%)

RGB channels and saturation

R 158 of 255 = 62%
G 224 of 255 = 88%
B 166 of 255 = 65%

158
224
166

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

Portions of RGB colors in percentages

R + G + B = 158 + 224 + 166 = 548 (100%)
R 158 of 548 ~ 28.83%
G 224 of 548 ~ 40.88%
B 166 of 548 ~ 30.29'%

%28.83
%40.88
%30.29

CMYK color model

#9EE0A6 color CMYK value is (29,0,26,12).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 12.16%

CMYK: (29,0,26,12)
C29M0Y26K12 (29%, 0%, 26%, 12%)
(0.29 / 0.00 / 0.26 / 0.12)

CMYK percentages

%29.46
%0
%25.89
%12.16

Codes

Color #9EE0A6 in popluar color models

9E E0 A6
RGB 158 224 166
HSL 127° 51.56% 74.90%
HSB/HSV 127° 29.46% 87.84%
CMYK 29.46% 0.00% 25.89%
12.16%

Color #9EE0A6 in popluar number systems.

HEX 9E E0 A6
Decimal 158 224 166
Binary 10011110 11100000 10100110
Octal 236 340 246

Shades and tints

Shades of #9EE0A6

#9EE0A6
(158,224,166)
#90CC97
(144,204,151)
#82B888
(130,184,136)
#74A479
(116,164,121)
#66906A
(102,144,106)
#587C5B
(88,124,91)
#4A684C
(74,104,76)
#3C543D
(60,84,61)
#2E402E
(46,64,46)
#202C1F
(32,44,31)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #9EE0A6

#9EE0A6
(158,224,166)
#A6E2AE
(166,226,174)
#AEE4B6
(174,228,182)
#B6E6BE
(182,230,190)
#BEE8C6
(190,232,198)
#C6EACE
(198,234,206)
#CEECD6
(206,236,214)
#D6EEDE
(214,238,222)
#DEF0E6
(222,240,230)
#E6F2EE
(230,242,238)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE0A6; }

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

This text font color is #9EE0A6.

Background Color

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

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

This div background color is #9EE0A6.

Border color

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

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

This div border color is #9EE0A6.

Opacity

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

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

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

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

This text has shadow with #9EE0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE0A6.

Preview

Color preview on black background

This text has color #9EE0A6 on black background.


Color preview on white background

This text has color #9EE0A6 on white background.


Black color preview on #9EE0A6 background

This text has black color on #9EE0A6 background.


White color preview on #9EE0A6 background

This text has white color on #9EE0A6 background.


Related colors

Complementary color

Complementary color for #hex is #611F59.


I love getcolorcode.com

Triadic colors

1 #A69EE0 and #E0A69E with #9EE0A6 are triadic colors.

2 #A6E09E and #E09EA6 with #9EE0A6 are triadic colors.