COLOR #9FC88F

HEX: #9FC88F
RGB: (159,200,143)

Color info

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

RGB color model

#9FC88F color RGB value is (159,200,143).

  • red value is 159;
  • green value is 200;
  • blue value is 143.
RGB:
(159,200,143)
(62%,78%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 200 of 255 = 78%
B 143 of 255 = 56%

159
200
143

R + G + B ~ 65%. #9FC88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 200 + 143 = 502 (100%)
R 159 of 502 ~ 31.67%
G 200 of 502 ~ 39.84%
B 143 of 502 ~ 28.49%

%31.67
%39.84
%28.49

CMYK color model

#9FC88F color CMYK value is (21,0,29,22).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 21.57%
CMYK:
(21,0,29,22)
C21M0Y29K22 
(21%,0%,29%,22%)
(0.21/0.00/0.29/0.22)	

CMYK percentages

%20.5
%0
%28.5
%21.57

Codes

Color #9FC88F in popluar color models

9FC88F
RGB159200143
HSL103°34.13%67.25%
HSB/HSV103°28.50%78.43%
CMYK20.50%0.00%28.50%
21.57%

Color #9FC88F in popluar number systems.

HEX9FC88F
Decimal159200143
Binary100111111100100010001111
Octal237310217

Shades and tints

Shades of #9FC88F

#9FC88F
(159,200,143)
#91B682
(145,182,130)
#83A475
(131,164,117)
#759268
(117,146,104)
#67805B
(103,128,91)
#596E4E
(89,110,78)
#4B5C41
(75,92,65)
#3D4A34
(61,74,52)
#2F3827
(47,56,39)
#21261A
(33,38,26)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #9FC88F

#9FC88F
(159,200,143)
#A7CD99
(167,205,153)
#AFD2A3
(175,210,163)
#B7D7AD
(183,215,173)
#BFDCB7
(191,220,183)
#C7E1C1
(199,225,193)
#CFE6CB
(207,230,203)
#D7EBD5
(215,235,213)
#DFF0DF
(223,240,223)
#E7F5E9
(231,245,233)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC88F color. Also use rgb(159,200,143) instead hex code.

Text Font Color

.myTextColor { color: #9FC88F; }

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

This text font color is #9FC88F.


Background Color

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

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

This div background color is #9FC88F.


Border color

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

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

This div border color is #9FC88F.


Opacity

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

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

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

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

This text has shadow with #9FC88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC88F on black background.


Color preview on white background

This text has color #9FC88F on white background.



Black color preview on #9FC88F background

This text has black color on #9FC88F background.


White color preview on #9FC88F background

This text has white color on #9FC88F background.