COLOR #9FF6AD

HEX: #9FF6AD
RGB: (159,246,173)

Color info

#9FF6AD contains mainly green color. Web safe color of #9FF6AD is #99FF99 (or #9F9).

RGB color model

#9FF6AD color RGB value is (159,246,173).

  • red value is 159;
  • green value is 246;
  • blue value is 173.
RGB:
(159,246,173)
(62%,96%,68%)

RGB channels and saturation

R 159 of 255 = 62%
G 246 of 255 = 96%
B 173 of 255 = 68%

159
246
173

R + G + B ~ 75%. #9FF6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 246 + 173 = 578 (100%)
R 159 of 578 ~ 27.51%
G 246 of 578 ~ 42.56%
B 173 of 578 ~ 29.93%

%27.51
%42.56
%29.93

CMYK color model

#9FF6AD color CMYK value is (35,0,30,4).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 3.53%
CMYK:
(35,0,30,4)
C35M0Y30K4 
(35%,0%,30%,4%)
(0.35/0.00/0.30/0.04)	

CMYK percentages

%35.37
%0
%29.67
%3.53

Codes

Color #9FF6AD in popluar color models

9FF6AD
RGB159246173
HSL130°82.86%79.41%
HSB/HSV130°35.37%96.47%
CMYK35.37%0.00%29.67%
3.53%

Color #9FF6AD in popluar number systems.

HEX9FF6AD
Decimal159246173
Binary100111111111011010101101
Octal237366255

Shades and tints

Shades of #9FF6AD

#9FF6AD
(159,246,173)
#91E09E
(145,224,158)
#83CA8F
(131,202,143)
#75B480
(117,180,128)
#679E71
(103,158,113)
#598862
(89,136,98)
#4B7253
(75,114,83)
#3D5C44
(61,92,68)
#2F4635
(47,70,53)
#213026
(33,48,38)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #9FF6AD

#9FF6AD
(159,246,173)
#A7F6B4
(167,246,180)
#AFF6BB
(175,246,187)
#B7F6C2
(183,246,194)
#BFF6C9
(191,246,201)
#C7F6D0
(199,246,208)
#CFF6D7
(207,246,215)
#D7F6DE
(215,246,222)
#DFF6E5
(223,246,229)
#E7F6EC
(231,246,236)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FF6AD; }

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

This text font color is #9FF6AD.


Background Color

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

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

This div background color is #9FF6AD.


Border color

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

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

This div border color is #9FF6AD.


Opacity

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

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

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

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

This text has shadow with #9FF6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF6AD on black background.


Color preview on white background

This text has color #9FF6AD on white background.



Black color preview on #9FF6AD background

This text has black color on #9FF6AD background.


White color preview on #9FF6AD background

This text has white color on #9FF6AD background.