COLOR #9FA950

HEX: #9FA950 RGB: (159,169,80)

Color info

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

RGB color model

#9FA950 color RGB value is (159,169,80).

RGB: (159,169,80) (62%, 66%, 31%)

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 80 of 255 = 31%

159
169
80

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

Portions of RGB colors in percentages

R + G + B = 159 + 169 + 80 = 408 (100%)
R 159 of 408 ~ 38.97%
G 169 of 408 ~ 41.42%
B 80 of 408 ~ 19.61'%

%38.97
%41.42
%19.61

CMYK color model

#9FA950 color CMYK value is (6,0,53,34).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 52.66%
  • key color value is 33.73%

CMYK: (6,0,53,34)
C6M0Y53K34 (6%, 0%, 53%, 34%)
(0.06 / 0.00 / 0.53 / 0.34)

CMYK percentages

%5.92
%0
%52.66
%33.73

Codes

Color #9FA950 in popluar color models

9F A9 50
RGB 159 169 80
HSL 67° 35.74% 48.82%
HSB/HSV 67° 52.66% 66.27%
CMYK 5.92% 0.00% 52.66%
33.73%

Color #9FA950 in popluar number systems.

HEX 9F A9 50
Decimal 159 169 80
Binary 10011111 10101001 1010000
Octal 237 251 120

Shades and tints

Shades of #9FA950

#9FA950
(159,169,80)
#919A49
(145,154,73)
#838B42
(131,139,66)
#757C3B
(117,124,59)
#676D34
(103,109,52)
#595E2D
(89,94,45)
#4B4F26
(75,79,38)
#3D401F
(61,64,31)
#2F3118
(47,49,24)
#212211
(33,34,17)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #9FA950

#9FA950
(159,169,80)
#A7B05F
(167,176,95)
#AFB76E
(175,183,110)
#B7BE7D
(183,190,125)
#BFC58C
(191,197,140)
#C7CC9B
(199,204,155)
#CFD3AA
(207,211,170)
#D7DAB9
(215,218,185)
#DFE1C8
(223,225,200)
#E7E8D7
(231,232,215)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA950; }

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

This text font color is #9FA950.

Background Color

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

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

This div background color is #9FA950.

Border color

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

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

This div border color is #9FA950.

Opacity

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

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

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

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

This text has shadow with #9FA950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA950.

Preview

Color preview on black background

This text has color #9FA950 on black background.


Color preview on white background

This text has color #9FA950 on white background.


Black color preview on #9FA950 background

This text has black color on #9FA950 background.


White color preview on #9FA950 background

This text has white color on #9FA950 background.


Related colors

Complementary color

Complementary color for #hex is #6056AF.


I love getcolorcode.com

Triadic colors

1 #509FA9 and #A9509F with #9FA950 are triadic colors.

2 #50A99F and #A99F50 with #9FA950 are triadic colors.