COLOR #9FA83A

HEX: #9FA83A
RGB: (159,168,58)

Color info

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

RGB color model

#9FA83A color RGB value is (159,168,58).

  • red value is 159;
  • green value is 168;
  • blue value is 58.
RGB:
(159,168,58)
(62%,66%,23%)

RGB channels and saturation

R 159 of 255 = 62%
G 168 of 255 = 66%
B 58 of 255 = 23%

159
168
58

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

Portions of RGB colors in percentages

R + G + B =
159 + 168 + 58 = 385 (100%)
R 159 of 385 ~ 41.3%
G 168 of 385 ~ 43.64%
B 58 of 385 ~ 15.06%

%41.3
%43.64
%15.06

CMYK color model

#9FA83A color CMYK value is (5,0,65,34).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 65.48%
  • key color value is 34.12%
CMYK:
(5,0,65,34)
C5M0Y65K34 
(5%,0%,65%,34%)
(0.05/0.00/0.65/0.34)	

CMYK percentages

%5.36
%0
%65.48
%34.12

Codes

Color #9FA83A in popluar color models

9FA83A
RGB15916858
HSL65°48.67%44.31%
HSB/HSV65°65.48%65.88%
CMYK5.36%0.00%65.48%
34.12%

Color #9FA83A in popluar number systems.

HEX9FA83A
Decimal15916858
Binary1001111110101000111010
Octal23725072

Shades and tints

Shades of #9FA83A

#9FA83A
(159,168,58)
#919935
(145,153,53)
#838A30
(131,138,48)
#757B2B
(117,123,43)
#676C26
(103,108,38)
#595D21
(89,93,33)
#4B4E1C
(75,78,28)
#3D3F17
(61,63,23)
#2F3012
(47,48,18)
#21210D
(33,33,13)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #9FA83A

#9FA83A
(159,168,58)
#A7AF4B
(167,175,75)
#AFB65C
(175,182,92)
#B7BD6D
(183,189,109)
#BFC47E
(191,196,126)
#C7CB8F
(199,203,143)
#CFD2A0
(207,210,160)
#D7D9B1
(215,217,177)
#DFE0C2
(223,224,194)
#E7E7D3
(231,231,211)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA83A color. Also use rgb(159,168,58) instead hex code.

Text Font Color

.myTextColor { color: #9FA83A; }

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

This text font color is #9FA83A.


Background Color

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

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

This div background color is #9FA83A.


Border color

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

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

This div border color is #9FA83A.


Opacity

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

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

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

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

This text has shadow with #9FA83A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA83A on black background.


Color preview on white background

This text has color #9FA83A on white background.



Black color preview on #9FA83A background

This text has black color on #9FA83A background.


White color preview on #9FA83A background

This text has white color on #9FA83A background.