COLOR #9FDC9F

HEX: #9FDC9F
RGB: (159,220,159)

Color info

#9FDC9F contains mainly green color. Web safe color of #9FDC9F is #99CC99 (or #9C9).

RGB color model

#9FDC9F color RGB value is (159,220,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 220 of 255 = 86%
B 159 of 255 = 62%

159
220
159

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

Portions of RGB colors in percentages

R + G + B =
159 + 220 + 159 = 538 (100%)
R 159 of 538 ~ 29.55%
G 220 of 538 ~ 40.89%
B 159 of 538 ~ 29.55%

%29.55
%40.89
%29.55

CMYK color model

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

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 13.73%
CMYK:
(28,0,28,14)
C28M0Y28K14 
(28%,0%,28%,14%)
(0.28/0.00/0.28/0.14)	

CMYK percentages

%27.73
%0
%27.73
%13.73

Codes

Color #9FDC9F in popluar color models

9FDC9F
RGB159220159
HSL120°46.56%74.31%
HSB/HSV120°27.73%86.27%
CMYK27.73%0.00%27.73%
13.73%

Color #9FDC9F in popluar number systems.

HEX9FDC9F
Decimal159220159
Binary100111111101110010011111
Octal237334237

Shades and tints

Shades of #9FDC9F

#9FDC9F
(159,220,159)
#91C891
(145,200,145)
#83B483
(131,180,131)
#75A075
(117,160,117)
#678C67
(103,140,103)
#597859
(89,120,89)
#4B644B
(75,100,75)
#3D503D
(61,80,61)
#2F3C2F
(47,60,47)
#212821
(33,40,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #9FDC9F

#9FDC9F
(159,220,159)
#A7DFA7
(167,223,167)
#AFE2AF
(175,226,175)
#B7E5B7
(183,229,183)
#BFE8BF
(191,232,191)
#C7EBC7
(199,235,199)
#CFEECF
(207,238,207)
#D7F1D7
(215,241,215)
#DFF4DF
(223,244,223)
#E7F7E7
(231,247,231)
#EFFAEF
(239,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDC9F; }

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

This text font color is #9FDC9F.


Background Color

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

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

This div background color is #9FDC9F.


Border color

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

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

This div border color is #9FDC9F.


Opacity

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

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

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

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

This text has shadow with #9FDC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDC9F on black background.


Color preview on white background

This text has color #9FDC9F on white background.



Black color preview on #9FDC9F background

This text has black color on #9FDC9F background.


White color preview on #9FDC9F background

This text has white color on #9FDC9F background.