COLOR #9F9C24

HEX: #9F9C24
RGB: (159,156,36)

Color info

#9F9C24 contains mainly red and green colors. Web safe color of #9F9C24 is #999933 (or #993).

RGB color model

#9F9C24 color RGB value is (159,156,36).

  • red value is 159;
  • green value is 156;
  • blue value is 36.
RGB:
(159,156,36)
(62%,61%,14%)

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 36 of 255 = 14%

159
156
36

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

Portions of RGB colors in percentages

R + G + B =
159 + 156 + 36 = 351 (100%)
R 159 of 351 ~ 45.3%
G 156 of 351 ~ 44.44%
B 36 of 351 ~ 10.26%

%45.3
%44.44
%10.26

CMYK color model

#9F9C24 color CMYK value is (0,2,77,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 77.36%
  • key color value is 37.65%
CMYK:
(0,2,77,38)
C0M2Y77K38 
(0%,2%,77%,38%)
(0.00/0.02/0.77/0.38)	

CMYK percentages

%0
%1.89
%77.36
%37.65

Codes

Color #9F9C24 in popluar color models

9F9C24
RGB15915636
HSL59°63.08%38.24%
HSB/HSV59°77.36%62.35%
CMYK0.00%1.89%77.36%
37.65%

Color #9F9C24 in popluar number systems.

HEX9F9C24
Decimal15915636
Binary1001111110011100100100
Octal23723444

Shades and tints

Shades of #9F9C24

#9F9C24
(159,156,36)
#918E21
(145,142,33)
#83801E
(131,128,30)
#75721B
(117,114,27)
#676418
(103,100,24)
#595615
(89,86,21)
#4B4812
(75,72,18)
#3D3A0F
(61,58,15)
#2F2C0C
(47,44,12)
#211E09
(33,30,9)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #9F9C24

#9F9C24
(159,156,36)
#A7A537
(167,165,55)
#AFAE4A
(175,174,74)
#B7B75D
(183,183,93)
#BFC070
(191,192,112)
#C7C983
(199,201,131)
#CFD296
(207,210,150)
#D7DBA9
(215,219,169)
#DFE4BC
(223,228,188)
#E7EDCF
(231,237,207)
#EFF6E2
(239,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9C24 color. Also use rgb(159,156,36) instead hex code.

Text Font Color

.myTextColor { color: #9F9C24; }

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

This text font color is #9F9C24.


Background Color

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

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

This div background color is #9F9C24.


Border color

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

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

This div border color is #9F9C24.


Opacity

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

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

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

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

This text has shadow with #9F9C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9C24 on black background.


Color preview on white background

This text has color #9F9C24 on white background.



Black color preview on #9F9C24 background

This text has black color on #9F9C24 background.


White color preview on #9F9C24 background

This text has white color on #9F9C24 background.