COLOR #9FE0A9

HEX: #9FE0A9
RGB: (159,224,169)

Color info

#9FE0A9 contains mainly green and blue colors. Web safe color of #9FE0A9 is #99CC99 (or #9C9).

RGB color model

#9FE0A9 color RGB value is (159,224,169).

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

RGB channels and saturation

R 159 of 255 = 62%
G 224 of 255 = 88%
B 169 of 255 = 66%

159
224
169

R + G + B ~ 72%. #9FE0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 224 + 169 = 552 (100%)
R 159 of 552 ~ 28.8%
G 224 of 552 ~ 40.58%
B 169 of 552 ~ 30.62%

%28.8
%40.58
%30.62

CMYK color model

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

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK:
(29,0,25,12)
C29M0Y25K12 
(29%,0%,25%,12%)
(0.29/0.00/0.25/0.12)	

CMYK percentages

%29.02
%0
%24.55
%12.16

Codes

Color #9FE0A9 in popluar color models

9FE0A9
RGB159224169
HSL129°51.18%75.10%
HSB/HSV129°29.02%87.84%
CMYK29.02%0.00%24.55%
12.16%

Color #9FE0A9 in popluar number systems.

HEX9FE0A9
Decimal159224169
Binary100111111110000010101001
Octal237340251

Shades and tints

Shades of #9FE0A9

#9FE0A9
(159,224,169)
#91CC9A
(145,204,154)
#83B88B
(131,184,139)
#75A47C
(117,164,124)
#67906D
(103,144,109)
#597C5E
(89,124,94)
#4B684F
(75,104,79)
#3D5440
(61,84,64)
#2F4031
(47,64,49)
#212C22
(33,44,34)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #9FE0A9

#9FE0A9
(159,224,169)
#A7E2B0
(167,226,176)
#AFE4B7
(175,228,183)
#B7E6BE
(183,230,190)
#BFE8C5
(191,232,197)
#C7EACC
(199,234,204)
#CFECD3
(207,236,211)
#D7EEDA
(215,238,218)
#DFF0E1
(223,240,225)
#E7F2E8
(231,242,232)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE0A9; }

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

This text font color is #9FE0A9.


Background Color

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

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

This div background color is #9FE0A9.


Border color

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

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

This div border color is #9FE0A9.


Opacity

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

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

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

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

This text has shadow with #9FE0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE0A9 on black background.


Color preview on white background

This text has color #9FE0A9 on white background.



Black color preview on #9FE0A9 background

This text has black color on #9FE0A9 background.


White color preview on #9FE0A9 background

This text has white color on #9FE0A9 background.