COLOR #9FE49F

HEX: #9FE49F
RGB: (159,228,159)

Color info

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

RGB color model

#9FE49F color RGB value is (159,228,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 159 of 255 = 62%

159
228
159

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

Portions of RGB colors in percentages

R + G + B =
159 + 228 + 159 = 546 (100%)
R 159 of 546 ~ 29.12%
G 228 of 546 ~ 41.76%
B 159 of 546 ~ 29.12%

%29.12
%41.76
%29.12

CMYK color model

#9FE49F color CMYK value is (30,0,30,11).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 10.59%
CMYK:
(30,0,30,11)
C30M0Y30K11 
(30%,0%,30%,11%)
(0.30/0.00/0.30/0.11)	

CMYK percentages

%30.26
%0
%30.26
%10.59

Codes

Color #9FE49F in popluar color models

9FE49F
RGB159228159
HSL120°56.10%75.88%
HSB/HSV120°30.26%89.41%
CMYK30.26%0.00%30.26%
10.59%

Color #9FE49F in popluar number systems.

HEX9FE49F
Decimal159228159
Binary100111111110010010011111
Octal237344237

Shades and tints

Shades of #9FE49F

#9FE49F
(159,228,159)
#91D091
(145,208,145)
#83BC83
(131,188,131)
#75A875
(117,168,117)
#679467
(103,148,103)
#598059
(89,128,89)
#4B6C4B
(75,108,75)
#3D583D
(61,88,61)
#2F442F
(47,68,47)
#213021
(33,48,33)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #9FE49F

#9FE49F
(159,228,159)
#A7E6A7
(167,230,167)
#AFE8AF
(175,232,175)
#B7EAB7
(183,234,183)
#BFECBF
(191,236,191)
#C7EEC7
(199,238,199)
#CFF0CF
(207,240,207)
#D7F2D7
(215,242,215)
#DFF4DF
(223,244,223)
#E7F6E7
(231,246,231)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE49F; }

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

This text font color is #9FE49F.


Background Color

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

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

This div background color is #9FE49F.


Border color

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

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

This div border color is #9FE49F.


Opacity

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

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

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

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

This text has shadow with #9FE49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE49F on black background.


Color preview on white background

This text has color #9FE49F on white background.



Black color preview on #9FE49F background

This text has black color on #9FE49F background.


White color preview on #9FE49F background

This text has white color on #9FE49F background.