COLOR #9FB862

HEX: #9FB862
RGB: (159,184,98)

Color info

#9FB862 contains mainly red and green colors. Web safe color of #9FB862 is #99CC66 (or #9C6).

RGB color model

#9FB862 color RGB value is (159,184,98).

  • red value is 159;
  • green value is 184;
  • blue value is 98.
RGB:
(159,184,98)
(62%,72%,38%)

RGB channels and saturation

R 159 of 255 = 62%
G 184 of 255 = 72%
B 98 of 255 = 38%

159
184
98

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

Portions of RGB colors in percentages

R + G + B =
159 + 184 + 98 = 441 (100%)
R 159 of 441 ~ 36.05%
G 184 of 441 ~ 41.72%
B 98 of 441 ~ 22.22%

%36.05
%41.72
%22.22

CMYK color model

#9FB862 color CMYK value is (14,0,47,28).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(14,0,47,28)
C14M0Y47K28 
(14%,0%,47%,28%)
(0.14/0.00/0.47/0.28)	

CMYK percentages

%13.59
%0
%46.74
%27.84

Codes

Color #9FB862 in popluar color models

9FB862
RGB15918498
HSL77°37.72%55.29%
HSB/HSV77°46.74%72.16%
CMYK13.59%0.00%46.74%
27.84%

Color #9FB862 in popluar number systems.

HEX9FB862
Decimal15918498
Binary10011111101110001100010
Octal237270142

Shades and tints

Shades of #9FB862

#9FB862
(159,184,98)
#91A85A
(145,168,90)
#839852
(131,152,82)
#75884A
(117,136,74)
#677842
(103,120,66)
#59683A
(89,104,58)
#4B5832
(75,88,50)
#3D482A
(61,72,42)
#2F3822
(47,56,34)
#21281A
(33,40,26)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #9FB862

#9FB862
(159,184,98)
#A7BE70
(167,190,112)
#AFC47E
(175,196,126)
#B7CA8C
(183,202,140)
#BFD09A
(191,208,154)
#C7D6A8
(199,214,168)
#CFDCB6
(207,220,182)
#D7E2C4
(215,226,196)
#DFE8D2
(223,232,210)
#E7EEE0
(231,238,224)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB862 color. Also use rgb(159,184,98) instead hex code.

Text Font Color

.myTextColor { color: #9FB862; }

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

This text font color is #9FB862.


Background Color

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

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

This div background color is #9FB862.


Border color

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

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

This div border color is #9FB862.


Opacity

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

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

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

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

This text has shadow with #9FB862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB862 on black background.


Color preview on white background

This text has color #9FB862 on white background.



Black color preview on #9FB862 background

This text has black color on #9FB862 background.


White color preview on #9FB862 background

This text has white color on #9FB862 background.