COLOR #9CC05F

HEX: #9CC05F
RGB: (156,192,95)

Color info

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

RGB color model

#9CC05F color RGB value is (156,192,95).

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

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 95 of 255 = 37%

156
192
95

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

Portions of RGB colors in percentages

R + G + B =
156 + 192 + 95 = 443 (100%)
R 156 of 443 ~ 35.21%
G 192 of 443 ~ 43.34%
B 95 of 443 ~ 21.44%

%35.21
%43.34
%21.44

CMYK color model

#9CC05F color CMYK value is (19,0,51,25).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 50.52%
  • key color value is 24.71%
CMYK: (19,0,51,25) C19M0Y51K25 (19%,0%,51%,25%) (0.19/0.00/0.51/0.25)

CMYK percentages

%18.75
%0
%50.52
%24.71

Codes

Color #9CC05F in popluar color models

9CC05F
RGB15619295
HSL82°43.50%56.27%
HSB/HSV82°50.52%75.29%
CMYK18.75%0.00%50.52%
24.71%

Color #9CC05F in popluar number systems.

HEX9CC05F
Decimal15619295
Binary10011100110000001011111
Octal234300137

Shades and tints

Shades of #9CC05F

#9CC05F
(156,192,95)
#8EAF57
(142,175,87)
#809E4F
(128,158,79)
#728D47
(114,141,71)
#647C3F
(100,124,63)
#566B37
(86,107,55)
#485A2F
(72,90,47)
#3A4927
(58,73,39)
#2C381F
(44,56,31)
#1E2717
(30,39,23)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #9CC05F

#9CC05F
(156,192,95)
#A5C56D
(165,197,109)
#AECA7B
(174,202,123)
#B7CF89
(183,207,137)
#C0D497
(192,212,151)
#C9D9A5
(201,217,165)
#D2DEB3
(210,222,179)
#DBE3C1
(219,227,193)
#E4E8CF
(228,232,207)
#EDEDDD
(237,237,221)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC05F; }

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

This text font color is #9CC05F.


Background Color

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

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

This div background color is #9CC05F.


Border color

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

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

This div border color is #9CC05F.


Opacity

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

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

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

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

This text has shadow with #9CC05F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9CC05F on black background.


Color preview on white background

This text has color #9CC05F on white background.



Black color preview on #9CC05F background

This text has black color on #9CC05F background.


White color preview on #9CC05F background

This text has white color on #9CC05F background.