COLOR #9CE0AA

HEX: #9CE0AA RGB: (156,224,170)

Color info

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

RGB color model

#9CE0AA color RGB value is (156,224,170).

RGB: (156,224,170) (61%, 88%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 224 of 255 = 88%
B 170 of 255 = 67%

156
224
170

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

Portions of RGB colors in percentages

R + G + B = 156 + 224 + 170 = 550 (100%)
R 156 of 550 ~ 28.36%
G 224 of 550 ~ 40.73%
B 170 of 550 ~ 30.91'%

%28.36
%40.73
%30.91

CMYK color model

#9CE0AA color CMYK value is (30,0,24,12).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 12.16%

CMYK: (30,0,24,12)
C30M0Y24K12 (30%, 0%, 24%, 12%)
(0.30 / 0.00 / 0.24 / 0.12)

CMYK percentages

%30.36
%0
%24.11
%12.16

Codes

Color #9CE0AA in popluar color models

9C E0 AA
RGB 156 224 170
HSL 132° 52.31% 74.51%
HSB/HSV 132° 30.36% 87.84%
CMYK 30.36% 0.00% 24.11%
12.16%

Color #9CE0AA in popluar number systems.

HEX 9C E0 AA
Decimal 156 224 170
Binary 10011100 11100000 10101010
Octal 234 340 252

Shades and tints

Shades of #9CE0AA

#9CE0AA
(156,224,170)
#8ECC9B
(142,204,155)
#80B88C
(128,184,140)
#72A47D
(114,164,125)
#64906E
(100,144,110)
#567C5F
(86,124,95)
#486850
(72,104,80)
#3A5441
(58,84,65)
#2C4032
(44,64,50)
#1E2C23
(30,44,35)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #9CE0AA

#9CE0AA
(156,224,170)
#A5E2B1
(165,226,177)
#AEE4B8
(174,228,184)
#B7E6BF
(183,230,191)
#C0E8C6
(192,232,198)
#C9EACD
(201,234,205)
#D2ECD4
(210,236,212)
#DBEEDB
(219,238,219)
#E4F0E2
(228,240,226)
#EDF2E9
(237,242,233)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE0AA color. Also use rgb(156,224,170) instead hex code.

Text Font Color

.myTextColor { color: #9CE0AA; }

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

This text font color is #9CE0AA.

Background Color

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

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

This div background color is #9CE0AA.

Border color

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

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

This div border color is #9CE0AA.

Opacity

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

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

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

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

This text has shadow with #9CE0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE0AA.

Preview

Color preview on black background

This text has color #9CE0AA on black background.


Color preview on white background

This text has color #9CE0AA on white background.


Black color preview on #9CE0AA background

This text has black color on #9CE0AA background.


White color preview on #9CE0AA background

This text has white color on #9CE0AA background.


Related colors

Complementary color

Complementary color for #hex is #631F55.


I love getcolorcode.com

Triadic colors

1 #AA9CE0 and #E0AA9C with #9CE0AA are triadic colors.

2 #AAE09C and #E09CAA with #9CE0AA are triadic colors.