COLOR #9EE0AC

HEX: #9EE0AC RGB: (158,224,172)

Color info

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

RGB color model

#9EE0AC color RGB value is (158,224,172).

RGB: (158,224,172) (62%, 88%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 224 of 255 = 88%
B 172 of 255 = 67%

158
224
172

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

Portions of RGB colors in percentages

R + G + B = 158 + 224 + 172 = 554 (100%)
R 158 of 554 ~ 28.52%
G 224 of 554 ~ 40.43%
B 172 of 554 ~ 31.05'%

%28.52
%40.43
%31.05

CMYK color model

#9EE0AC color CMYK value is (29,0,23,12).

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

CMYK: (29,0,23,12)
C29M0Y23K12 (29%, 0%, 23%, 12%)
(0.29 / 0.00 / 0.23 / 0.12)

CMYK percentages

%29.46
%0
%23.21
%12.16

Codes

Color #9EE0AC in popluar color models

9E E0 AC
RGB 158 224 172
HSL 133° 51.56% 74.90%
HSB/HSV 133° 29.46% 87.84%
CMYK 29.46% 0.00% 23.21%
12.16%

Color #9EE0AC in popluar number systems.

HEX 9E E0 AC
Decimal 158 224 172
Binary 10011110 11100000 10101100
Octal 236 340 254

Shades and tints

Shades of #9EE0AC

#9EE0AC
(158,224,172)
#90CC9D
(144,204,157)
#82B88E
(130,184,142)
#74A47F
(116,164,127)
#669070
(102,144,112)
#587C61
(88,124,97)
#4A6852
(74,104,82)
#3C5443
(60,84,67)
#2E4034
(46,64,52)
#202C25
(32,44,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #9EE0AC

#9EE0AC
(158,224,172)
#A6E2B3
(166,226,179)
#AEE4BA
(174,228,186)
#B6E6C1
(182,230,193)
#BEE8C8
(190,232,200)
#C6EACF
(198,234,207)
#CEECD6
(206,236,214)
#D6EEDD
(214,238,221)
#DEF0E4
(222,240,228)
#E6F2EB
(230,242,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE0AC; }

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

This text font color is #9EE0AC.

Background Color

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

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

This div background color is #9EE0AC.

Border color

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

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

This div border color is #9EE0AC.

Opacity

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

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

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

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

This text has shadow with #9EE0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE0AC.

Preview

Color preview on black background

This text has color #9EE0AC on black background.


Color preview on white background

This text has color #9EE0AC on white background.


Black color preview on #9EE0AC background

This text has black color on #9EE0AC background.


White color preview on #9EE0AC background

This text has white color on #9EE0AC background.


Related colors

Complementary color

Complementary color for #hex is #611F53.


I love getcolorcode.com

Triadic colors

1 #AC9EE0 and #E0AC9E with #9EE0AC are triadic colors.

2 #ACE09E and #E09EAC with #9EE0AC are triadic colors.