COLOR #9CCC5C

HEX: #9CCC5C RGB: (156,204,92)

Color info

#9CCC5C contains mainly red and green colors. Web safe color of #9CCC5C is #99CC66 (or #9C6).

RGB color model

#9CCC5C color RGB value is (156,204,92).

RGB: (156,204,92) (61%, 80%, 36%)

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 92 of 255 = 36%

156
204
92

R + G + B ~ 59%. #9CCC5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 204 + 92 = 452 (100%)
R 156 of 452 ~ 34.51%
G 204 of 452 ~ 45.13%
B 92 of 452 ~ 20.35'%

%34.51
%45.13
%20.35

CMYK color model

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

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

CMYK: (24,0,55,20)
C24M0Y55K20 (24%, 0%, 55%, 20%)
(0.24 / 0.00 / 0.55 / 0.20)

CMYK percentages

%23.53
%0
%54.9
%20

Codes

Color #9CCC5C in popluar color models

9C CC 5C
RGB 156 204 92
HSL 86° 52.34% 58.04%
HSB/HSV 86° 54.90% 80.00%
CMYK 23.53% 0.00% 54.90%
20.00%

Color #9CCC5C in popluar number systems.

HEX 9C CC 5C
Decimal 156 204 92
Binary 10011100 11001100 1011100
Octal 234 314 134

Shades and tints

Shades of #9CCC5C

#9CCC5C
(156,204,92)
#8EBA54
(142,186,84)
#80A84C
(128,168,76)
#729644
(114,150,68)
#64843C
(100,132,60)
#567234
(86,114,52)
#48602C
(72,96,44)
#3A4E24
(58,78,36)
#2C3C1C
(44,60,28)
#1E2A14
(30,42,20)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #9CCC5C

#9CCC5C
(156,204,92)
#A5D06A
(165,208,106)
#AED478
(174,212,120)
#B7D886
(183,216,134)
#C0DC94
(192,220,148)
#C9E0A2
(201,224,162)
#D2E4B0
(210,228,176)
#DBE8BE
(219,232,190)
#E4ECCC
(228,236,204)
#EDF0DA
(237,240,218)
#F6F4E8
(246,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCC5C color. Also use rgb(156,204,92) instead hex code.

Text Font Color

.myTextColor { color: #9CCC5C; }

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

This text font color is #9CCC5C.

Background Color

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

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

This div background color is #9CCC5C.

Border color

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

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

This div border color is #9CCC5C.

Opacity

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

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

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

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

This text has shadow with #9CCC5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCC5C.

Preview

Color preview on black background

This text has color #9CCC5C on black background.


Color preview on white background

This text has color #9CCC5C on white background.


Black color preview on #9CCC5C background

This text has black color on #9CCC5C background.


White color preview on #9CCC5C background

This text has white color on #9CCC5C background.


Related colors

Complementary color

Complementary color for #hex is #6333A3.


I love getcolorcode.com

Triadic colors

1 #5C9CCC and #CC5C9C with #9CCC5C are triadic colors.

2 #5CCC9C and #CC9C5C with #9CCC5C are triadic colors.