COLOR #9CC99E

HEX: #9CC99E RGB: (156,201,158)

Color info

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

RGB color model

#9CC99E color RGB value is (156,201,158).

RGB: (156,201,158) (61%, 79%, 62%)

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 158 of 255 = 62%

156
201
158

R + G + B ~ 67%. #9CC99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 201 + 158 = 515 (100%)
R 156 of 515 ~ 30.29%
G 201 of 515 ~ 39.03%
B 158 of 515 ~ 30.68'%

%30.29
%39.03
%30.68

CMYK color model

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

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%

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

CMYK percentages

%22.39
%0
%21.39
%21.18

Codes

Color #9CC99E in popluar color models

9C C9 9E
RGB 156 201 158
HSL 123° 29.41% 70.00%
HSB/HSV 123° 22.39% 78.82%
CMYK 22.39% 0.00% 21.39%
21.18%

Color #9CC99E in popluar number systems.

HEX 9C C9 9E
Decimal 156 201 158
Binary 10011100 11001001 10011110
Octal 234 311 236

Shades and tints

Shades of #9CC99E

#9CC99E
(156,201,158)
#8EB790
(142,183,144)
#80A582
(128,165,130)
#729374
(114,147,116)
#648166
(100,129,102)
#566F58
(86,111,88)
#485D4A
(72,93,74)
#3A4B3C
(58,75,60)
#2C392E
(44,57,46)
#1E2720
(30,39,32)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #9CC99E

#9CC99E
(156,201,158)
#A5CDA6
(165,205,166)
#AED1AE
(174,209,174)
#B7D5B6
(183,213,182)
#C0D9BE
(192,217,190)
#C9DDC6
(201,221,198)
#D2E1CE
(210,225,206)
#DBE5D6
(219,229,214)
#E4E9DE
(228,233,222)
#EDEDE6
(237,237,230)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC99E color. Also use rgb(156,201,158) instead hex code.

Text Font Color

.myTextColor { color: #9CC99E; }

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

This text font color is #9CC99E.

Background Color

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

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

This div background color is #9CC99E.

Border color

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

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

This div border color is #9CC99E.

Opacity

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

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

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

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

This text has shadow with #9CC99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC99E.

Preview

Color preview on black background

This text has color #9CC99E on black background.


Color preview on white background

This text has color #9CC99E on white background.


Black color preview on #9CC99E background

This text has black color on #9CC99E background.


White color preview on #9CC99E background

This text has white color on #9CC99E background.


Related colors

Complementary color

Complementary color for #hex is #633661.


I love getcolorcode.com

Triadic colors

1 #9E9CC9 and #C99E9C with #9CC99E are triadic colors.

2 #9EC99C and #C99C9E with #9CC99E are triadic colors.