COLOR #9FE5AA

HEX: #9FE5AA
RGB: (159,229,170)

Color info

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

RGB color model

#9FE5AA color RGB value is (159,229,170).

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

RGB channels and saturation

R 159 of 255 = 62%
G 229 of 255 = 90%
B 170 of 255 = 67%

159
229
170

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

Portions of RGB colors in percentages

R + G + B =
159 + 229 + 170 = 558 (100%)
R 159 of 558 ~ 28.49%
G 229 of 558 ~ 41.04%
B 170 of 558 ~ 30.47%

%28.49
%41.04
%30.47

CMYK color model

#9FE5AA color CMYK value is (31,0,26,10).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK:
(31,0,26,10)
C31M0Y26K10 
(31%,0%,26%,10%)
(0.31/0.00/0.26/0.10)	

CMYK percentages

%30.57
%0
%25.76
%10.2

Codes

Color #9FE5AA in popluar color models

9FE5AA
RGB159229170
HSL129°57.38%76.08%
HSB/HSV129°30.57%89.80%
CMYK30.57%0.00%25.76%
10.20%

Color #9FE5AA in popluar number systems.

HEX9FE5AA
Decimal159229170
Binary100111111110010110101010
Octal237345252

Shades and tints

Shades of #9FE5AA

#9FE5AA
(159,229,170)
#91D19B
(145,209,155)
#83BD8C
(131,189,140)
#75A97D
(117,169,125)
#67956E
(103,149,110)
#59815F
(89,129,95)
#4B6D50
(75,109,80)
#3D5941
(61,89,65)
#2F4532
(47,69,50)
#213123
(33,49,35)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #9FE5AA

#9FE5AA
(159,229,170)
#A7E7B1
(167,231,177)
#AFE9B8
(175,233,184)
#B7EBBF
(183,235,191)
#BFEDC6
(191,237,198)
#C7EFCD
(199,239,205)
#CFF1D4
(207,241,212)
#D7F3DB
(215,243,219)
#DFF5E2
(223,245,226)
#E7F7E9
(231,247,233)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE5AA; }

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

This text font color is #9FE5AA.


Background Color

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

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

This div background color is #9FE5AA.


Border color

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

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

This div border color is #9FE5AA.


Opacity

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

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

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

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

This text has shadow with #9FE5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE5AA on black background.


Color preview on white background

This text has color #9FE5AA on white background.



Black color preview on #9FE5AA background

This text has black color on #9FE5AA background.


White color preview on #9FE5AA background

This text has white color on #9FE5AA background.