COLOR #9FAB4E

HEX: #9FAB4E
RGB: (159,171,78)

Color info

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

RGB color model

#9FAB4E color RGB value is (159,171,78).

  • red value is 159;
  • green value is 171;
  • blue value is 78.
RGB:
(159,171,78)
(62%,67%,31%)

RGB channels and saturation

R 159 of 255 = 62%
G 171 of 255 = 67%
B 78 of 255 = 31%

159
171
78

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

Portions of RGB colors in percentages

R + G + B =
159 + 171 + 78 = 408 (100%)
R 159 of 408 ~ 38.97%
G 171 of 408 ~ 41.91%
B 78 of 408 ~ 19.12%

%38.97
%41.91
%19.12

CMYK color model

#9FAB4E color CMYK value is (7,0,54,33).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 54.39%
  • key color value is 32.94%
CMYK:
(7,0,54,33)
C7M0Y54K33 
(7%,0%,54%,33%)
(0.07/0.00/0.54/0.33)	

CMYK percentages

%7.02
%0
%54.39
%32.94

Codes

Color #9FAB4E in popluar color models

9FAB4E
RGB15917178
HSL68°37.35%48.82%
HSB/HSV68°54.39%67.06%
CMYK7.02%0.00%54.39%
32.94%

Color #9FAB4E in popluar number systems.

HEX9FAB4E
Decimal15917178
Binary10011111101010111001110
Octal237253116

Shades and tints

Shades of #9FAB4E

#9FAB4E
(159,171,78)
#919C47
(145,156,71)
#838D40
(131,141,64)
#757E39
(117,126,57)
#676F32
(103,111,50)
#59602B
(89,96,43)
#4B5124
(75,81,36)
#3D421D
(61,66,29)
#2F3316
(47,51,22)
#21240F
(33,36,15)
#131508
(19,21,8)
#000000
(0,0,0)

Tints of #9FAB4E

#9FAB4E
(159,171,78)
#A7B25E
(167,178,94)
#AFB96E
(175,185,110)
#B7C07E
(183,192,126)
#BFC78E
(191,199,142)
#C7CE9E
(199,206,158)
#CFD5AE
(207,213,174)
#D7DCBE
(215,220,190)
#DFE3CE
(223,227,206)
#E7EADE
(231,234,222)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAB4E color. Also use rgb(159,171,78) instead hex code.

Text Font Color

.myTextColor { color: #9FAB4E; }

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

This text font color is #9FAB4E.


Background Color

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

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

This div background color is #9FAB4E.


Border color

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

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

This div border color is #9FAB4E.


Opacity

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

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

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

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

This text has shadow with #9FAB4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAB4E on black background.


Color preview on white background

This text has color #9FAB4E on white background.



Black color preview on #9FAB4E background

This text has black color on #9FAB4E background.


White color preview on #9FAB4E background

This text has white color on #9FAB4E background.