COLOR #9CC29B

HEX: #9CC29B
RGB: (156,194,155)

Color info

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

RGB color model

#9CC29B color RGB value is (156,194,155).

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

RGB channels and saturation

R 156 of 255 = 61%
G 194 of 255 = 76%
B 155 of 255 = 61%

156
194
155

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

Portions of RGB colors in percentages

R + G + B =
156 + 194 + 155 = 505 (100%)
R 156 of 505 ~ 30.89%
G 194 of 505 ~ 38.42%
B 155 of 505 ~ 30.69%

%30.89
%38.42
%30.69

CMYK color model

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

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK:
(20,0,20,24)
C20M0Y20K24 
(20%,0%,20%,24%)
(0.20/0.00/0.20/0.24)	

CMYK percentages

%19.59
%0
%20.1
%23.92

Codes

Color #9CC29B in popluar color models

9CC29B
RGB156194155
HSL118°24.22%68.43%
HSB/HSV118°20.10%76.08%
CMYK19.59%0.00%20.10%
23.92%

Color #9CC29B in popluar number systems.

HEX9CC29B
Decimal156194155
Binary100111001100001010011011
Octal234302233

Shades and tints

Shades of #9CC29B

#9CC29B
(156,194,155)
#8EB18D
(142,177,141)
#80A07F
(128,160,127)
#728F71
(114,143,113)
#647E63
(100,126,99)
#566D55
(86,109,85)
#485C47
(72,92,71)
#3A4B39
(58,75,57)
#2C3A2B
(44,58,43)
#1E291D
(30,41,29)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #9CC29B

#9CC29B
(156,194,155)
#A5C7A4
(165,199,164)
#AECCAD
(174,204,173)
#B7D1B6
(183,209,182)
#C0D6BF
(192,214,191)
#C9DBC8
(201,219,200)
#D2E0D1
(210,224,209)
#DBE5DA
(219,229,218)
#E4EAE3
(228,234,227)
#EDEFEC
(237,239,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC29B; }

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

This text font color is #9CC29B.


Background Color

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

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

This div background color is #9CC29B.


Border color

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

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

This div border color is #9CC29B.


Opacity

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

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

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

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

This text has shadow with #9CC29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC29B on black background.


Color preview on white background

This text has color #9CC29B on white background.



Black color preview on #9CC29B background

This text has black color on #9CC29B background.


White color preview on #9CC29B background

This text has white color on #9CC29B background.