COLOR #9FB224

HEX: #9FB224
RGB: (159,178,36)

Color info

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

RGB color model

#9FB224 color RGB value is (159,178,36).

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

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 36 of 255 = 14%

159
178
36

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

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 36 = 373 (100%)
R 159 of 373 ~ 42.63%
G 178 of 373 ~ 47.72%
B 36 of 373 ~ 9.65%

%42.63
%47.72
%9.65

CMYK color model

#9FB224 color CMYK value is (11,0,80,30).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 79.78%
  • key color value is 30.20%
CMYK:
(11,0,80,30)
C11M0Y80K30 
(11%,0%,80%,30%)
(0.11/0.00/0.80/0.30)	

CMYK percentages

%10.67
%0
%79.78
%30.2

Codes

Color #9FB224 in popluar color models

9FB224
RGB15917836
HSL68°66.36%41.96%
HSB/HSV68°79.78%69.80%
CMYK10.67%0.00%79.78%
30.20%

Color #9FB224 in popluar number systems.

HEX9FB224
Decimal15917836
Binary1001111110110010100100
Octal23726244

Shades and tints

Shades of #9FB224

#9FB224
(159,178,36)
#91A221
(145,162,33)
#83921E
(131,146,30)
#75821B
(117,130,27)
#677218
(103,114,24)
#596215
(89,98,21)
#4B5212
(75,82,18)
#3D420F
(61,66,15)
#2F320C
(47,50,12)
#212209
(33,34,9)
#131206
(19,18,6)
#000000
(0,0,0)

Tints of #9FB224

#9FB224
(159,178,36)
#A7B937
(167,185,55)
#AFC04A
(175,192,74)
#B7C75D
(183,199,93)
#BFCE70
(191,206,112)
#C7D583
(199,213,131)
#CFDC96
(207,220,150)
#D7E3A9
(215,227,169)
#DFEABC
(223,234,188)
#E7F1CF
(231,241,207)
#EFF8E2
(239,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB224; }

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

This text font color is #9FB224.


Background Color

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

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

This div background color is #9FB224.


Border color

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

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

This div border color is #9FB224.


Opacity

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

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

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

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

This text has shadow with #9FB224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB224 on black background.


Color preview on white background

This text has color #9FB224 on white background.



Black color preview on #9FB224 background

This text has black color on #9FB224 background.


White color preview on #9FB224 background

This text has white color on #9FB224 background.