COLOR #9FB58E

HEX: #9FB58E
RGB: (159,181,142)

Color info

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

RGB color model

#9FB58E color RGB value is (159,181,142).

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

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 142 of 255 = 56%

159
181
142

R + G + B ~ 63%. #9FB58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 181 + 142 = 482 (100%)
R 159 of 482 ~ 32.99%
G 181 of 482 ~ 37.55%
B 142 of 482 ~ 29.46%

%32.99
%37.55
%29.46

CMYK color model

#9FB58E color CMYK value is (12,0,22,29).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(12,0,22,29)
C12M0Y22K29 
(12%,0%,22%,29%)
(0.12/0.00/0.22/0.29)	

CMYK percentages

%12.15
%0
%21.55
%29.02

Codes

Color #9FB58E in popluar color models

9FB58E
RGB159181142
HSL94°20.86%63.33%
HSB/HSV94°21.55%70.98%
CMYK12.15%0.00%21.55%
29.02%

Color #9FB58E in popluar number systems.

HEX9FB58E
Decimal159181142
Binary100111111011010110001110
Octal237265216

Shades and tints

Shades of #9FB58E

#9FB58E
(159,181,142)
#91A582
(145,165,130)
#839576
(131,149,118)
#75856A
(117,133,106)
#67755E
(103,117,94)
#596552
(89,101,82)
#4B5546
(75,85,70)
#3D453A
(61,69,58)
#2F352E
(47,53,46)
#212522
(33,37,34)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FB58E

#9FB58E
(159,181,142)
#A7BB98
(167,187,152)
#AFC1A2
(175,193,162)
#B7C7AC
(183,199,172)
#BFCDB6
(191,205,182)
#C7D3C0
(199,211,192)
#CFD9CA
(207,217,202)
#D7DFD4
(215,223,212)
#DFE5DE
(223,229,222)
#E7EBE8
(231,235,232)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB58E; }

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

This text font color is #9FB58E.


Background Color

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

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

This div background color is #9FB58E.


Border color

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

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

This div border color is #9FB58E.


Opacity

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

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

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

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

This text has shadow with #9FB58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB58E on black background.


Color preview on white background

This text has color #9FB58E on white background.



Black color preview on #9FB58E background

This text has black color on #9FB58E background.


White color preview on #9FB58E background

This text has white color on #9FB58E background.