COLOR #9CC05D

HEX: #9CC05D
RGB: (156,192,93)

Color info

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

RGB color model

#9CC05D color RGB value is (156,192,93).

  • red value is 156;
  • green value is 192;
  • blue value is 93.
RGB:
(156,192,93)
(61%,75%,36%)

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 93 of 255 = 36%

156
192
93

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

Portions of RGB colors in percentages

R + G + B =
156 + 192 + 93 = 441 (100%)
R 156 of 441 ~ 35.37%
G 192 of 441 ~ 43.54%
B 93 of 441 ~ 21.09%

%35.37
%43.54
%21.09

CMYK color model

#9CC05D color CMYK value is (19,0,52,25).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 51.56%
  • key color value is 24.71%
CMYK:
(19,0,52,25)
C19M0Y52K25 
(19%,0%,52%,25%)
(0.19/0.00/0.52/0.25)	

CMYK percentages

%18.75
%0
%51.56
%24.71

Codes

Color #9CC05D in popluar color models

9CC05D
RGB15619293
HSL82°44.00%55.88%
HSB/HSV82°51.56%75.29%
CMYK18.75%0.00%51.56%
24.71%

Color #9CC05D in popluar number systems.

HEX9CC05D
Decimal15619293
Binary10011100110000001011101
Octal234300135

Shades and tints

Shades of #9CC05D

#9CC05D
(156,192,93)
#8EAF55
(142,175,85)
#809E4D
(128,158,77)
#728D45
(114,141,69)
#647C3D
(100,124,61)
#566B35
(86,107,53)
#485A2D
(72,90,45)
#3A4925
(58,73,37)
#2C381D
(44,56,29)
#1E2715
(30,39,21)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #9CC05D

#9CC05D
(156,192,93)
#A5C56B
(165,197,107)
#AECA79
(174,202,121)
#B7CF87
(183,207,135)
#C0D495
(192,212,149)
#C9D9A3
(201,217,163)
#D2DEB1
(210,222,177)
#DBE3BF
(219,227,191)
#E4E8CD
(228,232,205)
#EDEDDB
(237,237,219)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC05D color. Also use rgb(156,192,93) instead hex code.

Text Font Color

.myTextColor { color: #9CC05D; }

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

This text font color is #9CC05D.


Background Color

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

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

This div background color is #9CC05D.


Border color

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

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

This div border color is #9CC05D.


Opacity

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

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

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

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

This text has shadow with #9CC05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC05D on black background.


Color preview on white background

This text has color #9CC05D on white background.



Black color preview on #9CC05D background

This text has black color on #9CC05D background.


White color preview on #9CC05D background

This text has white color on #9CC05D background.