COLOR #9CC69A

HEX: #9CC69A RGB: (156,198,154)

Color info

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

RGB color model

#9CC69A color RGB value is (156,198,154).

RGB: (156,198,154) (61%, 78%, 60%)

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 154 of 255 = 60%

156
198
154

R + G + B ~ 66%. #9CC69A is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 198 + 154 = 508 (100%)
R 156 of 508 ~ 30.71%
G 198 of 508 ~ 38.98%
B 154 of 508 ~ 30.31'%

%30.71
%38.98
%30.31

CMYK color model

#9CC69A color CMYK value is (21,0,22,22).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 22.35%

CMYK: (21,0,22,22)
C21M0Y22K22 (21%, 0%, 22%, 22%)
(0.21 / 0.00 / 0.22 / 0.22)

CMYK percentages

%21.21
%0
%22.22
%22.35

Codes

Color #9CC69A in popluar color models

9C C6 9A
RGB 156 198 154
HSL 117° 27.85% 69.02%
HSB/HSV 117° 22.22% 77.65%
CMYK 21.21% 0.00% 22.22%
22.35%

Color #9CC69A in popluar number systems.

HEX 9C C6 9A
Decimal 156 198 154
Binary 10011100 11000110 10011010
Octal 234 306 232

Shades and tints

Shades of #9CC69A

#9CC69A
(156,198,154)
#8EB48C
(142,180,140)
#80A27E
(128,162,126)
#729070
(114,144,112)
#647E62
(100,126,98)
#566C54
(86,108,84)
#485A46
(72,90,70)
#3A4838
(58,72,56)
#2C362A
(44,54,42)
#1E241C
(30,36,28)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #9CC69A

#9CC69A
(156,198,154)
#A5CBA3
(165,203,163)
#AED0AC
(174,208,172)
#B7D5B5
(183,213,181)
#C0DABE
(192,218,190)
#C9DFC7
(201,223,199)
#D2E4D0
(210,228,208)
#DBE9D9
(219,233,217)
#E4EEE2
(228,238,226)
#EDF3EB
(237,243,235)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC69A; }

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

This text font color is #9CC69A.

Background Color

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

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

This div background color is #9CC69A.

Border color

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

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

This div border color is #9CC69A.

Opacity

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

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

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

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

This text has shadow with #9CC69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC69A.

Preview

Color preview on black background

This text has color #9CC69A on black background.


Color preview on white background

This text has color #9CC69A on white background.


Black color preview on #9CC69A background

This text has black color on #9CC69A background.


White color preview on #9CC69A background

This text has white color on #9CC69A background.


Related colors

Complementary color

Complementary color for #hex is #633965.


I love getcolorcode.com

Triadic colors

1 #9A9CC6 and #C69A9C with #9CC69A are triadic colors.

2 #9AC69C and #C69C9A with #9CC69A are triadic colors.