COLOR #9FB60C

HEX: #9FB60C
RGB: (159,182,12)

Color info

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

RGB color model

#9FB60C color RGB value is (159,182,12).

  • red value is 159;
  • green value is 182;
  • blue value is 12.
RGB:
(159,182,12)
(62%,71%,5%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 12 of 255 = 5%

159
182
12

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 12 = 353 (100%)
R 159 of 353 ~ 45.04%
G 182 of 353 ~ 51.56%
B 12 of 353 ~ 3.4%

%45.04
%51.56

CMYK color model

#9FB60C color CMYK value is (13,0,93,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 93.41%
  • key color value is 28.63%
CMYK:
(13,0,93,29)
C13M0Y93K29 
(13%,0%,93%,29%)
(0.13/0.00/0.93/0.29)	

CMYK percentages

%12.64
%0
%93.41
%28.63

Codes

Color #9FB60C in popluar color models

9FB60C
RGB15918212
HSL68°87.63%38.04%
HSB/HSV68°93.41%71.37%
CMYK12.64%0.00%93.41%
28.63%

Color #9FB60C in popluar number systems.

HEX9FB60C
Decimal15918212
Binary10011111101101101100
Octal23726614

Shades and tints

Shades of #9FB60C

#9FB60C
(159,182,12)
#91A60B
(145,166,11)
#83960A
(131,150,10)
#758609
(117,134,9)
#677608
(103,118,8)
#596607
(89,102,7)
#4B5606
(75,86,6)
#3D4605
(61,70,5)
#2F3604
(47,54,4)
#212603
(33,38,3)
#131602
(19,22,2)
#000000
(0,0,0)

Tints of #9FB60C

#9FB60C
(159,182,12)
#A7BC22
(167,188,34)
#AFC238
(175,194,56)
#B7C84E
(183,200,78)
#BFCE64
(191,206,100)
#C7D47A
(199,212,122)
#CFDA90
(207,218,144)
#D7E0A6
(215,224,166)
#DFE6BC
(223,230,188)
#E7ECD2
(231,236,210)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB60C color. Also use rgb(159,182,12) instead hex code.

Text Font Color

.myTextColor { color: #9FB60C; }

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

This text font color is #9FB60C.


Background Color

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

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

This div background color is #9FB60C.


Border color

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

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

This div border color is #9FB60C.


Opacity

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

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

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

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

This text has shadow with #9FB60C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB60C on black background.


Color preview on white background

This text has color #9FB60C on white background.



Black color preview on #9FB60C background

This text has black color on #9FB60C background.


White color preview on #9FB60C background

This text has white color on #9FB60C background.