COLOR #9FD99F

HEX: #9FD99F
RGB: (159,217,159)

Color info

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

RGB color model

#9FD99F color RGB value is (159,217,159).

  • red value is 159;
  • green value is 217;
  • blue value is 159.
RGB:
(159,217,159)
(62%,85%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 217 of 255 = 85%
B 159 of 255 = 62%

159
217
159

R + G + B ~ 70%. #9FD99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 217 + 159 = 535 (100%)
R 159 of 535 ~ 29.72%
G 217 of 535 ~ 40.56%
B 159 of 535 ~ 29.72%

%29.72
%40.56
%29.72

CMYK color model

#9FD99F color CMYK value is (27,0,27,15).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 14.90%
CMYK:
(27,0,27,15)
C27M0Y27K15 
(27%,0%,27%,15%)
(0.27/0.00/0.27/0.15)	

CMYK percentages

%26.73
%0
%26.73
%14.9

Codes

Color #9FD99F in popluar color models

9FD99F
RGB159217159
HSL120°43.28%73.73%
HSB/HSV120°26.73%85.10%
CMYK26.73%0.00%26.73%
14.90%

Color #9FD99F in popluar number systems.

HEX9FD99F
Decimal159217159
Binary100111111101100110011111
Octal237331237

Shades and tints

Shades of #9FD99F

#9FD99F
(159,217,159)
#91C691
(145,198,145)
#83B383
(131,179,131)
#75A075
(117,160,117)
#678D67
(103,141,103)
#597A59
(89,122,89)
#4B674B
(75,103,75)
#3D543D
(61,84,61)
#2F412F
(47,65,47)
#212E21
(33,46,33)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #9FD99F

#9FD99F
(159,217,159)
#A7DCA7
(167,220,167)
#AFDFAF
(175,223,175)
#B7E2B7
(183,226,183)
#BFE5BF
(191,229,191)
#C7E8C7
(199,232,199)
#CFEBCF
(207,235,207)
#D7EED7
(215,238,215)
#DFF1DF
(223,241,223)
#E7F4E7
(231,244,231)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD99F; }

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

This text font color is #9FD99F.


Background Color

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

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

This div background color is #9FD99F.


Border color

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

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

This div border color is #9FD99F.


Opacity

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

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

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

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

This text has shadow with #9FD99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD99F on black background.


Color preview on white background

This text has color #9FD99F on white background.



Black color preview on #9FD99F background

This text has black color on #9FD99F background.


White color preview on #9FD99F background

This text has white color on #9FD99F background.