COLOR #9CC50F

HEX: #9CC50F
RGB: (156,197,15)

Color info

#9CC50F contains mainly red and green colors. Web safe color of #9CC50F is #99CC00 (or #9C0).

RGB color model

#9CC50F color RGB value is (156,197,15).

  • red value is 156;
  • green value is 197;
  • blue value is 15.
RGB:
(156,197,15)
(61%,77%,6%)

RGB channels and saturation

R 156 of 255 = 61%
G 197 of 255 = 77%
B 15 of 255 = 6%

156
197
15

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

Portions of RGB colors in percentages

R + G + B =
156 + 197 + 15 = 368 (100%)
R 156 of 368 ~ 42.39%
G 197 of 368 ~ 53.53%
B 15 of 368 ~ 4.08%

%42.39
%53.53

CMYK color model

#9CC50F color CMYK value is (21,0,92,23).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 92.39%
  • key color value is 22.75%
CMYK:
(21,0,92,23)
C21M0Y92K23 
(21%,0%,92%,23%)
(0.21/0.00/0.92/0.23)	

CMYK percentages

%20.81
%0
%92.39
%22.75

Codes

Color #9CC50F in popluar color models

9CC50F
RGB15619715
HSL74°85.85%41.57%
HSB/HSV74°92.39%77.25%
CMYK20.81%0.00%92.39%
22.75%

Color #9CC50F in popluar number systems.

HEX9CC50F
Decimal15619715
Binary10011100110001011111
Octal23430517

Shades and tints

Shades of #9CC50F

#9CC50F
(156,197,15)
#8EB40E
(142,180,14)
#80A30D
(128,163,13)
#72920C
(114,146,12)
#64810B
(100,129,11)
#56700A
(86,112,10)
#485F09
(72,95,9)
#3A4E08
(58,78,8)
#2C3D07
(44,61,7)
#1E2C06
(30,44,6)
#101B05
(16,27,5)
#000000
(0,0,0)

Tints of #9CC50F

#9CC50F
(156,197,15)
#A5CA24
(165,202,36)
#AECF39
(174,207,57)
#B7D44E
(183,212,78)
#C0D963
(192,217,99)
#C9DE78
(201,222,120)
#D2E38D
(210,227,141)
#DBE8A2
(219,232,162)
#E4EDB7
(228,237,183)
#EDF2CC
(237,242,204)
#F6F7E1
(246,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC50F color. Also use rgb(156,197,15) instead hex code.

Text Font Color

.myTextColor { color: #9CC50F; }

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

This text font color is #9CC50F.


Background Color

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

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

This div background color is #9CC50F.


Border color

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

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

This div border color is #9CC50F.


Opacity

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

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

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

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

This text has shadow with #9CC50F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC50F on black background.


Color preview on white background

This text has color #9CC50F on white background.



Black color preview on #9CC50F background

This text has black color on #9CC50F background.


White color preview on #9CC50F background

This text has white color on #9CC50F background.