COLOR #9CD49A

HEX: #9CD49A RGB: (156,212,154)

Color info

#9CD49A contains red, green and blue colors in about the same proportion. Web safe color of #9CD49A is #99CC99 (or #9C9).

RGB color model

#9CD49A color RGB value is (156,212,154).

RGB: (156,212,154) (61%, 83%, 60%)

RGB channels and saturation

R 156 of 255 = 61%
G 212 of 255 = 83%
B 154 of 255 = 60%

156
212
154

R + G + B ~ 68%. #9CD49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 212 + 154 = 522 (100%)
R 156 of 522 ~ 29.89%
G 212 of 522 ~ 40.61%
B 154 of 522 ~ 29.5'%

%29.89
%40.61
%29.5

CMYK color model

#9CD49A color CMYK value is (26,0,27,17).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK: (26,0,27,17) C26M0Y27K17 (26%,0%,27%,17%) (0.26/0.00/0.27/0.17) 

CMYK percentages

%26.42
%0
%27.36
%16.86

Codes

Color #9CD49A in popluar color models

9C D4 9A
RGB 156 212 154
HSL 118° 40.28% 71.76%
HSB/HSV 118° 27.36% 83.14%
CMYK 26.42% 0.00% 27.36%
16.86%

Color #9CD49A in popluar number systems.

HEX 9C D4 9A
Decimal 156 212 154
Binary 10011100 11010100 10011010
Octal 234 324 232

Shades and tints

Shades of #9CD49A

#9CD49A
(156,212,154)
#8EC18C
(142,193,140)
#80AE7E
(128,174,126)
#729B70
(114,155,112)
#648862
(100,136,98)
#567554
(86,117,84)
#486246
(72,98,70)
#3A4F38
(58,79,56)
#2C3C2A
(44,60,42)
#1E291C
(30,41,28)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #9CD49A

#9CD49A
(156,212,154)
#A5D7A3
(165,215,163)
#AEDAAC
(174,218,172)
#B7DDB5
(183,221,181)
#C0E0BE
(192,224,190)
#C9E3C7
(201,227,199)
#D2E6D0
(210,230,208)
#DBE9D9
(219,233,217)
#E4ECE2
(228,236,226)
#EDEFEB
(237,239,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD49A color. Also use rgb(156,212,154) instead hex code.

Text Font Color

.myTextColor { color: #9CD49A; }

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

This text font color is #9CD49A.

Background Color

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

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

This div background color is #9CD49A.

Border color

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

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

This div border color is #9CD49A.

Opacity

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

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

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

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

This text has shadow with #9CD49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD49A.

Preview

Color preview on black background

This text has color #9CD49A on black background.


Color preview on white background

This text has color #9CD49A on white background.


Black color preview on #9CD49A background

This text has black color on #9CD49A background.


White color preview on #9CD49A background

This text has white color on #9CD49A background.


Related colors

Complementary color

Complementary color for #hex is #632B65.


I love getcolorcode.com

Triadic colors

1 #9A9CD4 and #D49A9C with #9CD49A are triadic colors.

2 #9AD49C and #D49C9A with #9CD49A are triadic colors.