COLOR #9FE5A7

HEX: #9FE5A7
RGB: (159,229,167)

Color info

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

RGB color model

#9FE5A7 color RGB value is (159,229,167).

  • red value is 159;
  • green value is 229;
  • blue value is 167.
RGB:
(159,229,167)
(62%,90%,65%)

RGB channels and saturation

R 159 of 255 = 62%
G 229 of 255 = 90%
B 167 of 255 = 65%

159
229
167

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

Portions of RGB colors in percentages

R + G + B =
159 + 229 + 167 = 555 (100%)
R 159 of 555 ~ 28.65%
G 229 of 555 ~ 41.26%
B 167 of 555 ~ 30.09%

%28.65
%41.26
%30.09

CMYK color model

#9FE5A7 color CMYK value is (31,0,27,10).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(31,0,27,10)
C31M0Y27K10 
(31%,0%,27%,10%)
(0.31/0.00/0.27/0.10)	

CMYK percentages

%30.57
%0
%27.07
%10.2

Codes

Color #9FE5A7 in popluar color models

9FE5A7
RGB159229167
HSL127°57.38%76.08%
HSB/HSV127°30.57%89.80%
CMYK30.57%0.00%27.07%
10.20%

Color #9FE5A7 in popluar number systems.

HEX9FE5A7
Decimal159229167
Binary100111111110010110100111
Octal237345247

Shades and tints

Shades of #9FE5A7

#9FE5A7
(159,229,167)
#91D198
(145,209,152)
#83BD89
(131,189,137)
#75A97A
(117,169,122)
#67956B
(103,149,107)
#59815C
(89,129,92)
#4B6D4D
(75,109,77)
#3D593E
(61,89,62)
#2F452F
(47,69,47)
#213120
(33,49,32)
#131D11
(19,29,17)
#000000
(0,0,0)

Tints of #9FE5A7

#9FE5A7
(159,229,167)
#A7E7AF
(167,231,175)
#AFE9B7
(175,233,183)
#B7EBBF
(183,235,191)
#BFEDC7
(191,237,199)
#C7EFCF
(199,239,207)
#CFF1D7
(207,241,215)
#D7F3DF
(215,243,223)
#DFF5E7
(223,245,231)
#E7F7EF
(231,247,239)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE5A7; }

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

This text font color is #9FE5A7.


Background Color

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

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

This div background color is #9FE5A7.


Border color

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

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

This div border color is #9FE5A7.


Opacity

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

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

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

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

This text has shadow with #9FE5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE5A7 on black background.


Color preview on white background

This text has color #9FE5A7 on white background.



Black color preview on #9FE5A7 background

This text has black color on #9FE5A7 background.


White color preview on #9FE5A7 background

This text has white color on #9FE5A7 background.