COLOR #9FAA56

HEX: #9FAA56
RGB: (159,170,86)

Color info

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

RGB color model

#9FAA56 color RGB value is (159,170,86).

  • red value is 159;
  • green value is 170;
  • blue value is 86.
RGB:
(159,170,86)
(62%,67%,34%)

RGB channels and saturation

R 159 of 255 = 62%
G 170 of 255 = 67%
B 86 of 255 = 34%

159
170
86

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

Portions of RGB colors in percentages

R + G + B =
159 + 170 + 86 = 415 (100%)
R 159 of 415 ~ 38.31%
G 170 of 415 ~ 40.96%
B 86 of 415 ~ 20.72%

%38.31
%40.96
%20.72

CMYK color model

#9FAA56 color CMYK value is (6,0,49,33).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 33.33%
CMYK:
(6,0,49,33)
C6M0Y49K33 
(6%,0%,49%,33%)
(0.06/0.00/0.49/0.33)	

CMYK percentages

%6.47
%0
%49.41
%33.33

Codes

Color #9FAA56 in popluar color models

9FAA56
RGB15917086
HSL68°33.07%50.20%
HSB/HSV68°49.41%66.67%
CMYK6.47%0.00%49.41%
33.33%

Color #9FAA56 in popluar number systems.

HEX9FAA56
Decimal15917086
Binary10011111101010101010110
Octal237252126

Shades and tints

Shades of #9FAA56

#9FAA56
(159,170,86)
#919B4F
(145,155,79)
#838C48
(131,140,72)
#757D41
(117,125,65)
#676E3A
(103,110,58)
#595F33
(89,95,51)
#4B502C
(75,80,44)
#3D4125
(61,65,37)
#2F321E
(47,50,30)
#212317
(33,35,23)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #9FAA56

#9FAA56
(159,170,86)
#A7B165
(167,177,101)
#AFB874
(175,184,116)
#B7BF83
(183,191,131)
#BFC692
(191,198,146)
#C7CDA1
(199,205,161)
#CFD4B0
(207,212,176)
#D7DBBF
(215,219,191)
#DFE2CE
(223,226,206)
#E7E9DD
(231,233,221)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAA56 color. Also use rgb(159,170,86) instead hex code.

Text Font Color

.myTextColor { color: #9FAA56; }

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

This text font color is #9FAA56.


Background Color

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

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

This div background color is #9FAA56.


Border color

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

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

This div border color is #9FAA56.


Opacity

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

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

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

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

This text has shadow with #9FAA56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAA56 on black background.


Color preview on white background

This text has color #9FAA56 on white background.



Black color preview on #9FAA56 background

This text has black color on #9FAA56 background.


White color preview on #9FAA56 background

This text has white color on #9FAA56 background.