COLOR #9CC29E

HEX: #9CC29E
RGB: (156,194,158)

Color info

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

RGB color model

#9CC29E color RGB value is (156,194,158).

  • red value is 156;
  • green value is 194;
  • blue value is 158.
RGB:
(156,194,158)
(61%,76%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 194 of 255 = 76%
B 158 of 255 = 62%

156
194
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 194 + 158 = 508 (100%)
R 156 of 508 ~ 30.71%
G 194 of 508 ~ 38.19%
B 158 of 508 ~ 31.1%

%30.71
%38.19
%31.1

CMYK color model

#9CC29E color CMYK value is (20,0,19,24).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 23.92%
CMYK:
(20,0,19,24)
C20M0Y19K24 
(20%,0%,19%,24%)
(0.20/0.00/0.19/0.24)	

CMYK percentages

%19.59
%0
%18.56
%23.92

Codes

Color #9CC29E in popluar color models

9CC29E
RGB156194158
HSL123°23.75%68.63%
HSB/HSV123°19.59%76.08%
CMYK19.59%0.00%18.56%
23.92%

Color #9CC29E in popluar number systems.

HEX9CC29E
Decimal156194158
Binary100111001100001010011110
Octal234302236

Shades and tints

Shades of #9CC29E

#9CC29E
(156,194,158)
#8EB190
(142,177,144)
#80A082
(128,160,130)
#728F74
(114,143,116)
#647E66
(100,126,102)
#566D58
(86,109,88)
#485C4A
(72,92,74)
#3A4B3C
(58,75,60)
#2C3A2E
(44,58,46)
#1E2920
(30,41,32)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #9CC29E

#9CC29E
(156,194,158)
#A5C7A6
(165,199,166)
#AECCAE
(174,204,174)
#B7D1B6
(183,209,182)
#C0D6BE
(192,214,190)
#C9DBC6
(201,219,198)
#D2E0CE
(210,224,206)
#DBE5D6
(219,229,214)
#E4EADE
(228,234,222)
#EDEFE6
(237,239,230)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC29E; }

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

This text font color is #9CC29E.


Background Color

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

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

This div background color is #9CC29E.


Border color

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

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

This div border color is #9CC29E.


Opacity

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

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

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

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

This text has shadow with #9CC29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC29E on black background.


Color preview on white background

This text has color #9CC29E on white background.



Black color preview on #9CC29E background

This text has black color on #9CC29E background.


White color preview on #9CC29E background

This text has white color on #9CC29E background.