COLOR #9FE2AF

HEX: #9FE2AF
RGB: (159,226,175)

Color info

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

RGB color model

#9FE2AF color RGB value is (159,226,175).

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

RGB channels and saturation

R 159 of 255 = 62%
G 226 of 255 = 89%
B 175 of 255 = 69%

159
226
175

R + G + B ~ 73%. #9FE2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 226 + 175 = 560 (100%)
R 159 of 560 ~ 28.39%
G 226 of 560 ~ 40.36%
B 175 of 560 ~ 31.25%

%28.39
%40.36
%31.25

CMYK color model

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

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 22.57%
  • key color value is 11.37%
CMYK:
(30,0,23,11)
C30M0Y23K11 
(30%,0%,23%,11%)
(0.30/0.00/0.23/0.11)	

CMYK percentages

%29.65
%0
%22.57
%11.37

Codes

Color #9FE2AF in popluar color models

9FE2AF
RGB159226175
HSL134°53.60%75.49%
HSB/HSV134°29.65%88.63%
CMYK29.65%0.00%22.57%
11.37%

Color #9FE2AF in popluar number systems.

HEX9FE2AF
Decimal159226175
Binary100111111110001010101111
Octal237342257

Shades and tints

Shades of #9FE2AF

#9FE2AF
(159,226,175)
#91CEA0
(145,206,160)
#83BA91
(131,186,145)
#75A682
(117,166,130)
#679273
(103,146,115)
#597E64
(89,126,100)
#4B6A55
(75,106,85)
#3D5646
(61,86,70)
#2F4237
(47,66,55)
#212E28
(33,46,40)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #9FE2AF

#9FE2AF
(159,226,175)
#A7E4B6
(167,228,182)
#AFE6BD
(175,230,189)
#B7E8C4
(183,232,196)
#BFEACB
(191,234,203)
#C7ECD2
(199,236,210)
#CFEED9
(207,238,217)
#D7F0E0
(215,240,224)
#DFF2E7
(223,242,231)
#E7F4EE
(231,244,238)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE2AF; }

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

This text font color is #9FE2AF.


Background Color

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

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

This div background color is #9FE2AF.


Border color

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

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

This div border color is #9FE2AF.


Opacity

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

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

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

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

This text has shadow with #9FE2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE2AF on black background.


Color preview on white background

This text has color #9FE2AF on white background.



Black color preview on #9FE2AF background

This text has black color on #9FE2AF background.


White color preview on #9FE2AF background

This text has white color on #9FE2AF background.