COLOR #9FB59A

HEX: #9FB59A
RGB: (159,181,154)

Color info

#9FB59A contains red, green and blue colors in about the same proportion. Web safe color of #9FB59A is #99CC99 (or #9C9).

RGB color model

#9FB59A color RGB value is (159,181,154).

  • red value is 159;
  • green value is 181;
  • blue value is 154.
RGB:
(159,181,154)
(62%,71%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 154 of 255 = 60%

159
181
154

R + G + B ~ 64%. #9FB59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 181 + 154 = 494 (100%)
R 159 of 494 ~ 32.19%
G 181 of 494 ~ 36.64%
B 154 of 494 ~ 31.17%

%32.19
%36.64
%31.17

CMYK color model

#9FB59A color CMYK value is (12,0,15,29).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK:
(12,0,15,29)
C12M0Y15K29 
(12%,0%,15%,29%)
(0.12/0.00/0.15/0.29)	

CMYK percentages

%12.15
%0
%14.92
%29.02

Codes

Color #9FB59A in popluar color models

9FB59A
RGB159181154
HSL109°15.43%65.69%
HSB/HSV109°14.92%70.98%
CMYK12.15%0.00%14.92%
29.02%

Color #9FB59A in popluar number systems.

HEX9FB59A
Decimal159181154
Binary100111111011010110011010
Octal237265232

Shades and tints

Shades of #9FB59A

#9FB59A
(159,181,154)
#91A58C
(145,165,140)
#83957E
(131,149,126)
#758570
(117,133,112)
#677562
(103,117,98)
#596554
(89,101,84)
#4B5546
(75,85,70)
#3D4538
(61,69,56)
#2F352A
(47,53,42)
#21251C
(33,37,28)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #9FB59A

#9FB59A
(159,181,154)
#A7BBA3
(167,187,163)
#AFC1AC
(175,193,172)
#B7C7B5
(183,199,181)
#BFCDBE
(191,205,190)
#C7D3C7
(199,211,199)
#CFD9D0
(207,217,208)
#D7DFD9
(215,223,217)
#DFE5E2
(223,229,226)
#E7EBEB
(231,235,235)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB59A color. Also use rgb(159,181,154) instead hex code.

Text Font Color

.myTextColor { color: #9FB59A; }

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

This text font color is #9FB59A.


Background Color

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

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

This div background color is #9FB59A.


Border color

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

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

This div border color is #9FB59A.


Opacity

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

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

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

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

This text has shadow with #9FB59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB59A on black background.


Color preview on white background

This text has color #9FB59A on white background.



Black color preview on #9FB59A background

This text has black color on #9FB59A background.


White color preview on #9FB59A background

This text has white color on #9FB59A background.