COLOR #9CC32A

HEX: #9CC32A
RGB: (156,195,42)

Color info

#9CC32A contains mainly red and green colors. Web safe color of #9CC32A is #99CC33 (or #9C3).

RGB color model

#9CC32A color RGB value is (156,195,42).

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

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 42 of 255 = 16%

156
195
42

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

Portions of RGB colors in percentages

R + G + B =
156 + 195 + 42 = 393 (100%)
R 156 of 393 ~ 39.69%
G 195 of 393 ~ 49.62%
B 42 of 393 ~ 10.69%

%39.69
%49.62
%10.69

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 78.46%
  • key color value is 23.53%
CMYK:
(20,0,78,24)
C20M0Y78K24 
(20%,0%,78%,24%)
(0.20/0.00/0.78/0.24)	

CMYK percentages

%20
%0
%78.46
%23.53

Codes

Color #9CC32A in popluar color models

9CC32A
RGB15619542
HSL75°64.56%46.47%
HSB/HSV75°78.46%76.47%
CMYK20.00%0.00%78.46%
23.53%

Color #9CC32A in popluar number systems.

HEX9CC32A
Decimal15619542
Binary1001110011000011101010
Octal23430352

Shades and tints

Shades of #9CC32A

#9CC32A
(156,195,42)
#8EB227
(142,178,39)
#80A124
(128,161,36)
#729021
(114,144,33)
#647F1E
(100,127,30)
#566E1B
(86,110,27)
#485D18
(72,93,24)
#3A4C15
(58,76,21)
#2C3B12
(44,59,18)
#1E2A0F
(30,42,15)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #9CC32A

#9CC32A
(156,195,42)
#A5C83D
(165,200,61)
#AECD50
(174,205,80)
#B7D263
(183,210,99)
#C0D776
(192,215,118)
#C9DC89
(201,220,137)
#D2E19C
(210,225,156)
#DBE6AF
(219,230,175)
#E4EBC2
(228,235,194)
#EDF0D5
(237,240,213)
#F6F5E8
(246,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC32A; }

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

This text font color is #9CC32A.


Background Color

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

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

This div background color is #9CC32A.


Border color

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

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

This div border color is #9CC32A.


Opacity

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

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

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

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

This text has shadow with #9CC32A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC32A on black background.


Color preview on white background

This text has color #9CC32A on white background.



Black color preview on #9CC32A background

This text has black color on #9CC32A background.


White color preview on #9CC32A background

This text has white color on #9CC32A background.