COLOR #9FE4AD

HEX: #9FE4AD RGB: (159,228,173)

Color info

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

RGB color model

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

RGB: (159,228,173) (62%, 89%, 68%)

RGB channels and saturation

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

159
228
173

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

Portions of RGB colors in percentages

R + G + B = 159 + 228 + 173 = 560 (100%)
R 159 of 560 ~ 28.39%
G 228 of 560 ~ 40.71%
B 173 of 560 ~ 30.89'%

%28.39
%40.71
%30.89

CMYK color model

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

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 10.59%

CMYK: (30,0,24,11)
C30M0Y24K11 (30%, 0%, 24%, 11%)
(0.30 / 0.00 / 0.24 / 0.11)

CMYK percentages

%30.26
%0
%24.12
%10.59

Codes

Color #9FE4AD in popluar color models

9F E4 AD
RGB 159 228 173
HSL 132° 56.10% 75.88%
HSB/HSV 132° 30.26% 89.41%
CMYK 30.26% 0.00% 24.12%
10.59%

Color #9FE4AD in popluar number systems.

HEX 9F E4 AD
Decimal 159 228 173
Binary 10011111 11100100 10101101
Octal 237 344 255

Shades and tints

Shades of #9FE4AD

#9FE4AD
(159,228,173)
#91D09E
(145,208,158)
#83BC8F
(131,188,143)
#75A880
(117,168,128)
#679471
(103,148,113)
#598062
(89,128,98)
#4B6C53
(75,108,83)
#3D5844
(61,88,68)
#2F4435
(47,68,53)
#213026
(33,48,38)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #9FE4AD

#9FE4AD
(159,228,173)
#A7E6B4
(167,230,180)
#AFE8BB
(175,232,187)
#B7EAC2
(183,234,194)
#BFECC9
(191,236,201)
#C7EED0
(199,238,208)
#CFF0D7
(207,240,215)
#D7F2DE
(215,242,222)
#DFF4E5
(223,244,229)
#E7F6EC
(231,246,236)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE4AD; }

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

This text font color is #9FE4AD.

Background Color

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

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

This div background color is #9FE4AD.

Border color

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

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

This div border color is #9FE4AD.

Opacity

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

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

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

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

This text has shadow with #9FE4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE4AD.

Preview

Color preview on black background

This text has color #9FE4AD on black background.


Color preview on white background

This text has color #9FE4AD on white background.


Black color preview on #9FE4AD background

This text has black color on #9FE4AD background.


White color preview on #9FE4AD background

This text has white color on #9FE4AD background.


Related colors

Complementary color

Complementary color for #hex is #601B52.


I love getcolorcode.com

Triadic colors

1 #AD9FE4 and #E4AD9F with #9FE4AD are triadic colors.

2 #ADE49F and #E49FAD with #9FE4AD are triadic colors.