COLOR #9FE19F

HEX: #9FE19F
RGB: (159,225,159)

Color info

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

RGB color model

#9FE19F color RGB value is (159,225,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 225 of 255 = 88%
B 159 of 255 = 62%

159
225
159

R + G + B ~ 71%. #9FE19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 225 + 159 = 543 (100%)
R 159 of 543 ~ 29.28%
G 225 of 543 ~ 41.44%
B 159 of 543 ~ 29.28%

%29.28
%41.44
%29.28

CMYK color model

#9FE19F color CMYK value is (29,0,29,12).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 11.76%
CMYK:
(29,0,29,12)
C29M0Y29K12 
(29%,0%,29%,12%)
(0.29/0.00/0.29/0.12)	

CMYK percentages

%29.33
%0
%29.33
%11.76

Codes

Color #9FE19F in popluar color models

9FE19F
RGB159225159
HSL120°52.38%75.29%
HSB/HSV120°29.33%88.24%
CMYK29.33%0.00%29.33%
11.76%

Color #9FE19F in popluar number systems.

HEX9FE19F
Decimal159225159
Binary100111111110000110011111
Octal237341237

Shades and tints

Shades of #9FE19F

#9FE19F
(159,225,159)
#91CD91
(145,205,145)
#83B983
(131,185,131)
#75A575
(117,165,117)
#679167
(103,145,103)
#597D59
(89,125,89)
#4B694B
(75,105,75)
#3D553D
(61,85,61)
#2F412F
(47,65,47)
#212D21
(33,45,33)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #9FE19F

#9FE19F
(159,225,159)
#A7E3A7
(167,227,167)
#AFE5AF
(175,229,175)
#B7E7B7
(183,231,183)
#BFE9BF
(191,233,191)
#C7EBC7
(199,235,199)
#CFEDCF
(207,237,207)
#D7EFD7
(215,239,215)
#DFF1DF
(223,241,223)
#E7F3E7
(231,243,231)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE19F; }

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

This text font color is #9FE19F.


Background Color

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

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

This div background color is #9FE19F.


Border color

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

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

This div border color is #9FE19F.


Opacity

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

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

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

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

This text has shadow with #9FE19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE19F on black background.


Color preview on white background

This text has color #9FE19F on white background.



Black color preview on #9FE19F background

This text has black color on #9FE19F background.


White color preview on #9FE19F background

This text has white color on #9FE19F background.