COLOR #9FFD9F

HEX: #9FFD9F
RGB: (159,253,159)

Color info

#9FFD9F contains mainly green color. Web safe color of #9FFD9F is #99FF99 (or #9F9).

RGB color model

#9FFD9F color RGB value is (159,253,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 253 of 255 = 99%
B 159 of 255 = 62%

159
253
159

R + G + B ~ 74%. #9FFD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 253 + 159 = 571 (100%)
R 159 of 571 ~ 27.85%
G 253 of 571 ~ 44.31%
B 159 of 571 ~ 27.85%

%27.85
%44.31
%27.85

CMYK color model

#9FFD9F color CMYK value is (37,0,37,1).

  • cyan value is 37.15%
  • magenta value is 0.00%
  • yellow value is 37.15%
  • key color value is 0.78%
CMYK:
(37,0,37,1)
C37M0Y37K1 
(37%,0%,37%,1%)
(0.37/0.00/0.37/0.01)	

CMYK percentages

%37.15
%0
%37.15
%0.78

Codes

Color #9FFD9F in popluar color models

9FFD9F
RGB159253159
HSL120°95.92%80.78%
HSB/HSV120°37.15%99.22%
CMYK37.15%0.00%37.15%
0.78%

Color #9FFD9F in popluar number systems.

HEX9FFD9F
Decimal159253159
Binary100111111111110110011111
Octal237375237

Shades and tints

Shades of #9FFD9F

#9FFD9F
(159,253,159)
#91E691
(145,230,145)
#83CF83
(131,207,131)
#75B875
(117,184,117)
#67A167
(103,161,103)
#598A59
(89,138,89)
#4B734B
(75,115,75)
#3D5C3D
(61,92,61)
#2F452F
(47,69,47)
#212E21
(33,46,33)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #9FFD9F

#9FFD9F
(159,253,159)
#A7FDA7
(167,253,167)
#AFFDAF
(175,253,175)
#B7FDB7
(183,253,183)
#BFFDBF
(191,253,191)
#C7FDC7
(199,253,199)
#CFFDCF
(207,253,207)
#D7FDD7
(215,253,215)
#DFFDDF
(223,253,223)
#E7FDE7
(231,253,231)
#EFFDEF
(239,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FFD9F; }

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

This text font color is #9FFD9F.


Background Color

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

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

This div background color is #9FFD9F.


Border color

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

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

This div border color is #9FFD9F.


Opacity

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

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

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

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

This text has shadow with #9FFD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFD9F on black background.


Color preview on white background

This text has color #9FFD9F on white background.



Black color preview on #9FFD9F background

This text has black color on #9FFD9F background.


White color preview on #9FFD9F background

This text has white color on #9FFD9F background.