COLOR #9EE5AC

HEX: #9EE5AC RGB: (158,229,172)

Color info

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

RGB color model

#9EE5AC color RGB value is (158,229,172).

RGB: (158,229,172) (62%, 90%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 172 of 255 = 67%

158
229
172

R + G + B ~ 73%. #9EE5AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 229 + 172 = 559 (100%)
R 158 of 559 ~ 28.26%
G 229 of 559 ~ 40.97%
B 172 of 559 ~ 30.77'%

%28.26
%40.97
%30.77

CMYK color model

#9EE5AC color CMYK value is (31,0,25,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 10.20%

CMYK: (31,0,25,10)
C31M0Y25K10 (31%, 0%, 25%, 10%)
(0.31 / 0.00 / 0.25 / 0.10)

CMYK percentages

%31
%0
%24.89
%10.2

Codes

Color #9EE5AC in popluar color models

9E E5 AC
RGB 158 229 172
HSL 132° 57.72% 75.88%
HSB/HSV 132° 31.00% 89.80%
CMYK 31.00% 0.00% 24.89%
10.20%

Color #9EE5AC in popluar number systems.

HEX 9E E5 AC
Decimal 158 229 172
Binary 10011110 11100101 10101100
Octal 236 345 254

Shades and tints

Shades of #9EE5AC

#9EE5AC
(158,229,172)
#90D19D
(144,209,157)
#82BD8E
(130,189,142)
#74A97F
(116,169,127)
#669570
(102,149,112)
#588161
(88,129,97)
#4A6D52
(74,109,82)
#3C5943
(60,89,67)
#2E4534
(46,69,52)
#203125
(32,49,37)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #9EE5AC

#9EE5AC
(158,229,172)
#A6E7B3
(166,231,179)
#AEE9BA
(174,233,186)
#B6EBC1
(182,235,193)
#BEEDC8
(190,237,200)
#C6EFCF
(198,239,207)
#CEF1D6
(206,241,214)
#D6F3DD
(214,243,221)
#DEF5E4
(222,245,228)
#E6F7EB
(230,247,235)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE5AC; }

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

This text font color is #9EE5AC.

Background Color

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

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

This div background color is #9EE5AC.

Border color

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

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

This div border color is #9EE5AC.

Opacity

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

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

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

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

This text has shadow with #9EE5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE5AC.

Preview

Color preview on black background

This text has color #9EE5AC on black background.


Color preview on white background

This text has color #9EE5AC on white background.


Black color preview on #9EE5AC background

This text has black color on #9EE5AC background.


White color preview on #9EE5AC background

This text has white color on #9EE5AC background.


Related colors

Complementary color

Complementary color for #hex is #611A53.


I love getcolorcode.com

Triadic colors

1 #AC9EE5 and #E5AC9E with #9EE5AC are triadic colors.

2 #ACE59E and #E59EAC with #9EE5AC are triadic colors.