COLOR #9CC395

HEX: #9CC395 RGB: (156,195,149)

Color info

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

RGB color model

#9CC395 color RGB value is (156,195,149).

RGB: (156,195,149) (61%, 76%, 58%)

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 149 of 255 = 58%

156
195
149

R + G + B ~ 65%. #9CC395 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 195 + 149 = 500 (100%)
R 156 of 500 ~ 31.2%
G 195 of 500 ~ 39%
B 149 of 500 ~ 29.8'%

%31.2
%39
%29.8

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 23.59%
  • key color value is 23.53%

CMYK: (20,0,24,24)
C20M0Y24K24 (20%, 0%, 24%, 24%)
(0.20 / 0.00 / 0.24 / 0.24)

CMYK percentages

%20
%0
%23.59
%23.53

Codes

Color #9CC395 in popluar color models

9C C3 95
RGB 156 195 149
HSL 111° 27.71% 67.45%
HSB/HSV 111° 23.59% 76.47%
CMYK 20.00% 0.00% 23.59%
23.53%

Color #9CC395 in popluar number systems.

HEX 9C C3 95
Decimal 156 195 149
Binary 10011100 11000011 10010101
Octal 234 303 225

Shades and tints

Shades of #9CC395

#9CC395
(156,195,149)
#8EB288
(142,178,136)
#80A17B
(128,161,123)
#72906E
(114,144,110)
#647F61
(100,127,97)
#566E54
(86,110,84)
#485D47
(72,93,71)
#3A4C3A
(58,76,58)
#2C3B2D
(44,59,45)
#1E2A20
(30,42,32)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #9CC395

#9CC395
(156,195,149)
#A5C89E
(165,200,158)
#AECDA7
(174,205,167)
#B7D2B0
(183,210,176)
#C0D7B9
(192,215,185)
#C9DCC2
(201,220,194)
#D2E1CB
(210,225,203)
#DBE6D4
(219,230,212)
#E4EBDD
(228,235,221)
#EDF0E6
(237,240,230)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC395; }

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

This text font color is #9CC395.

Background Color

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

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

This div background color is #9CC395.

Border color

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

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

This div border color is #9CC395.

Opacity

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

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

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

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

This text has shadow with #9CC395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC395.

Preview

Color preview on black background

This text has color #9CC395 on black background.


Color preview on white background

This text has color #9CC395 on white background.


Black color preview on #9CC395 background

This text has black color on #9CC395 background.


White color preview on #9CC395 background

This text has white color on #9CC395 background.


Related colors

Complementary color

Complementary color for #hex is #633C6A.


I love getcolorcode.com

Triadic colors

1 #959CC3 and #C3959C with #9CC395 are triadic colors.

2 #95C39C and #C39C95 with #9CC395 are triadic colors.