COLOR #9FA64C

HEX: #9FA64C RGB: (159,166,76)

Color info

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

RGB color model

#9FA64C color RGB value is (159,166,76).

RGB: (159,166,76) (62%, 65%, 30%)

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 76 of 255 = 30%

159
166
76

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

Portions of RGB colors in percentages

R + G + B = 159 + 166 + 76 = 401 (100%)
R 159 of 401 ~ 39.65%
G 166 of 401 ~ 41.4%
B 76 of 401 ~ 18.95'%

%39.65
%41.4
%18.95

CMYK color model

#9FA64C color CMYK value is (4,0,54,35).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 54.22%
  • key color value is 34.90%

CMYK: (4,0,54,35)
C4M0Y54K35 (4%, 0%, 54%, 35%)
(0.04 / 0.00 / 0.54 / 0.35)

CMYK percentages

%4.22
%0
%54.22
%34.9

Codes

Color #9FA64C in popluar color models

9F A6 4C
RGB 159 166 76
HSL 65° 37.19% 47.45%
HSB/HSV 65° 54.22% 65.10%
CMYK 4.22% 0.00% 54.22%
34.90%

Color #9FA64C in popluar number systems.

HEX 9F A6 4C
Decimal 159 166 76
Binary 10011111 10100110 1001100
Octal 237 246 114

Shades and tints

Shades of #9FA64C

#9FA64C
(159,166,76)
#919746
(145,151,70)
#838840
(131,136,64)
#75793A
(117,121,58)
#676A34
(103,106,52)
#595B2E
(89,91,46)
#4B4C28
(75,76,40)
#3D3D22
(61,61,34)
#2F2E1C
(47,46,28)
#211F16
(33,31,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9FA64C

#9FA64C
(159,166,76)
#A7AE5C
(167,174,92)
#AFB66C
(175,182,108)
#B7BE7C
(183,190,124)
#BFC68C
(191,198,140)
#C7CE9C
(199,206,156)
#CFD6AC
(207,214,172)
#D7DEBC
(215,222,188)
#DFE6CC
(223,230,204)
#E7EEDC
(231,238,220)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA64C color. Also use rgb(159,166,76) instead hex code.

Text Font Color

.myTextColor { color: #9FA64C; }

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

This text font color is #9FA64C.

Background Color

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

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

This div background color is #9FA64C.

Border color

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

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

This div border color is #9FA64C.

Opacity

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

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

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

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

This text has shadow with #9FA64C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA64C.

Preview

Color preview on black background

This text has color #9FA64C on black background.


Color preview on white background

This text has color #9FA64C on white background.


Black color preview on #9FA64C background

This text has black color on #9FA64C background.


White color preview on #9FA64C background

This text has white color on #9FA64C background.


Related colors

Complementary color

Complementary color for #hex is #6059B3.


I love getcolorcode.com

Triadic colors

1 #4C9FA6 and #A64C9F with #9FA64C are triadic colors.

2 #4CA69F and #A69F4C with #9FA64C are triadic colors.