COLOR #9FA250

HEX: #9FA250
RGB: (159,162,80)

Color info

#9FA250 contains mainly red and green colors. Web safe color of #9FA250 is #999966 (or #996).

RGB color model

#9FA250 color RGB value is (159,162,80).

  • red value is 159;
  • green value is 162;
  • blue value is 80.
RGB:
(159,162,80)
(62%,64%,31%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 80 of 255 = 31%

159
162
80

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

Portions of RGB colors in percentages

R + G + B =
159 + 162 + 80 = 401 (100%)
R 159 of 401 ~ 39.65%
G 162 of 401 ~ 40.4%
B 80 of 401 ~ 19.95%

%39.65
%40.4
%19.95

CMYK color model

#9FA250 color CMYK value is (2,0,51,36).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 50.62%
  • key color value is 36.47%
CMYK:
(2,0,51,36)
C2M0Y51K36 
(2%,0%,51%,36%)
(0.02/0.00/0.51/0.36)	

CMYK percentages

%1.85
%0
%50.62
%36.47

Codes

Color #9FA250 in popluar color models

9FA250
RGB15916280
HSL62°33.88%47.45%
HSB/HSV62°50.62%63.53%
CMYK1.85%0.00%50.62%
36.47%

Color #9FA250 in popluar number systems.

HEX9FA250
Decimal15916280
Binary10011111101000101010000
Octal237242120

Shades and tints

Shades of #9FA250

#9FA250
(159,162,80)
#919449
(145,148,73)
#838642
(131,134,66)
#75783B
(117,120,59)
#676A34
(103,106,52)
#595C2D
(89,92,45)
#4B4E26
(75,78,38)
#3D401F
(61,64,31)
#2F3218
(47,50,24)
#212411
(33,36,17)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #9FA250

#9FA250
(159,162,80)
#A7AA5F
(167,170,95)
#AFB26E
(175,178,110)
#B7BA7D
(183,186,125)
#BFC28C
(191,194,140)
#C7CA9B
(199,202,155)
#CFD2AA
(207,210,170)
#D7DAB9
(215,218,185)
#DFE2C8
(223,226,200)
#E7EAD7
(231,234,215)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA250 color. Also use rgb(159,162,80) instead hex code.

Text Font Color

.myTextColor { color: #9FA250; }

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

This text font color is #9FA250.


Background Color

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

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

This div background color is #9FA250.


Border color

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

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

This div border color is #9FA250.


Opacity

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

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

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

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

This text has shadow with #9FA250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA250 on black background.


Color preview on white background

This text has color #9FA250 on white background.



Black color preview on #9FA250 background

This text has black color on #9FA250 background.


White color preview on #9FA250 background

This text has white color on #9FA250 background.