COLOR #9CC09A

HEX: #9CC09A RGB: (156,192,154)

Color info

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

RGB color model

#9CC09A color RGB value is (156,192,154).

RGB: (156,192,154) (61%, 75%, 60%)

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 154 of 255 = 60%

156
192
154

R + G + B ~ 65%. #9CC09A is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 192 + 154 = 502 (100%)
R 156 of 502 ~ 31.08%
G 192 of 502 ~ 38.25%
B 154 of 502 ~ 30.68'%

%31.08
%38.25
%30.68

CMYK color model

#9CC09A color CMYK value is (19,0,20,25).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 24.71%

CMYK: (19,0,20,25)
C19M0Y20K25 (19%, 0%, 20%, 25%)
(0.19 / 0.00 / 0.20 / 0.25)

CMYK percentages

%18.75
%0
%19.79
%24.71

Codes

Color #9CC09A in popluar color models

9C C0 9A
RGB 156 192 154
HSL 117° 23.17% 67.84%
HSB/HSV 117° 19.79% 75.29%
CMYK 18.75% 0.00% 19.79%
24.71%

Color #9CC09A in popluar number systems.

HEX 9C C0 9A
Decimal 156 192 154
Binary 10011100 11000000 10011010
Octal 234 300 232

Shades and tints

Shades of #9CC09A

#9CC09A
(156,192,154)
#8EAF8C
(142,175,140)
#809E7E
(128,158,126)
#728D70
(114,141,112)
#647C62
(100,124,98)
#566B54
(86,107,84)
#485A46
(72,90,70)
#3A4938
(58,73,56)
#2C382A
(44,56,42)
#1E271C
(30,39,28)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #9CC09A

#9CC09A
(156,192,154)
#A5C5A3
(165,197,163)
#AECAAC
(174,202,172)
#B7CFB5
(183,207,181)
#C0D4BE
(192,212,190)
#C9D9C7
(201,217,199)
#D2DED0
(210,222,208)
#DBE3D9
(219,227,217)
#E4E8E2
(228,232,226)
#EDEDEB
(237,237,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC09A; }

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

This text font color is #9CC09A.

Background Color

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

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

This div background color is #9CC09A.

Border color

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

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

This div border color is #9CC09A.

Opacity

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

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

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

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

This text has shadow with #9CC09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC09A.

Preview

Color preview on black background

This text has color #9CC09A on black background.


Color preview on white background

This text has color #9CC09A on white background.


Black color preview on #9CC09A background

This text has black color on #9CC09A background.


White color preview on #9CC09A background

This text has white color on #9CC09A background.


Related colors

Complementary color

Complementary color for #hex is #633F65.


I love getcolorcode.com

Triadic colors

1 #9A9CC0 and #C09A9C with #9CC09A are triadic colors.

2 #9AC09C and #C09C9A with #9CC09A are triadic colors.