COLOR #9CC39B

HEX: #9CC39B
RGB: (156,195,155)

Color info

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

RGB color model

#9CC39B color RGB value is (156,195,155).

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

RGB channels and saturation

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

156
195
155

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

Portions of RGB colors in percentages

R + G + B =
156 + 195 + 155 = 506 (100%)
R 156 of 506 ~ 30.83%
G 195 of 506 ~ 38.54%
B 155 of 506 ~ 30.63%

%30.83
%38.54
%30.63

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(20,0,21,24)
C20M0Y21K24 
(20%,0%,21%,24%)
(0.20/0.00/0.21/0.24)	

CMYK percentages

%20
%0
%20.51
%23.53

Codes

Color #9CC39B in popluar color models

9CC39B
RGB156195155
HSL119°25.00%68.63%
HSB/HSV119°20.51%76.47%
CMYK20.00%0.00%20.51%
23.53%

Color #9CC39B in popluar number systems.

HEX9CC39B
Decimal156195155
Binary100111001100001110011011
Octal234303233

Shades and tints

Shades of #9CC39B

#9CC39B
(156,195,155)
#8EB28D
(142,178,141)
#80A17F
(128,161,127)
#729071
(114,144,113)
#647F63
(100,127,99)
#566E55
(86,110,85)
#485D47
(72,93,71)
#3A4C39
(58,76,57)
#2C3B2B
(44,59,43)
#1E2A1D
(30,42,29)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #9CC39B

#9CC39B
(156,195,155)
#A5C8A4
(165,200,164)
#AECDAD
(174,205,173)
#B7D2B6
(183,210,182)
#C0D7BF
(192,215,191)
#C9DCC8
(201,220,200)
#D2E1D1
(210,225,209)
#DBE6DA
(219,230,218)
#E4EBE3
(228,235,227)
#EDF0EC
(237,240,236)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC39B; }

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

This text font color is #9CC39B.


Background Color

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

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

This div background color is #9CC39B.


Border color

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

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

This div border color is #9CC39B.


Opacity

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

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

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

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

This text has shadow with #9CC39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC39B on black background.


Color preview on white background

This text has color #9CC39B on white background.



Black color preview on #9CC39B background

This text has black color on #9CC39B background.


White color preview on #9CC39B background

This text has white color on #9CC39B background.