COLOR #9CC49B

HEX: #9CC49B
RGB: (156,196,155)

Color info

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

RGB color model

#9CC49B color RGB value is (156,196,155).

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

RGB channels and saturation

R 156 of 255 = 61%
G 196 of 255 = 77%
B 155 of 255 = 61%

156
196
155

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

Portions of RGB colors in percentages

R + G + B =
156 + 196 + 155 = 507 (100%)
R 156 of 507 ~ 30.77%
G 196 of 507 ~ 38.66%
B 155 of 507 ~ 30.57%

%30.77
%38.66
%30.57

CMYK color model

#9CC49B color CMYK value is (20,0,21,23).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK:
(20,0,21,23)
C20M0Y21K23 
(20%,0%,21%,23%)
(0.20/0.00/0.21/0.23)	

CMYK percentages

%20.41
%0
%20.92
%23.14

Codes

Color #9CC49B in popluar color models

9CC49B
RGB156196155
HSL119°25.79%68.82%
HSB/HSV119°20.92%76.86%
CMYK20.41%0.00%20.92%
23.14%

Color #9CC49B in popluar number systems.

HEX9CC49B
Decimal156196155
Binary100111001100010010011011
Octal234304233

Shades and tints

Shades of #9CC49B

#9CC49B
(156,196,155)
#8EB38D
(142,179,141)
#80A27F
(128,162,127)
#729171
(114,145,113)
#648063
(100,128,99)
#566F55
(86,111,85)
#485E47
(72,94,71)
#3A4D39
(58,77,57)
#2C3C2B
(44,60,43)
#1E2B1D
(30,43,29)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #9CC49B

#9CC49B
(156,196,155)
#A5C9A4
(165,201,164)
#AECEAD
(174,206,173)
#B7D3B6
(183,211,182)
#C0D8BF
(192,216,191)
#C9DDC8
(201,221,200)
#D2E2D1
(210,226,209)
#DBE7DA
(219,231,218)
#E4ECE3
(228,236,227)
#EDF1EC
(237,241,236)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC49B; }

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

This text font color is #9CC49B.


Background Color

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

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

This div background color is #9CC49B.


Border color

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

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

This div border color is #9CC49B.


Opacity

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

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

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

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

This text has shadow with #9CC49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC49B on black background.


Color preview on white background

This text has color #9CC49B on white background.



Black color preview on #9CC49B background

This text has black color on #9CC49B background.


White color preview on #9CC49B background

This text has white color on #9CC49B background.