COLOR #9FF5A6

HEX: #9FF5A6 RGB: (159,245,166)

Color info

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

RGB color model

#9FF5A6 color RGB value is (159,245,166).

RGB: (159,245,166) (62%, 96%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 245 of 255 = 96%
B 166 of 255 = 65%

159
245
166

R + G + B ~ 74%. #9FF5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 245 + 166 = 570 (100%)
R 159 of 570 ~ 27.89%
G 245 of 570 ~ 42.98%
B 166 of 570 ~ 29.12'%

%27.89
%42.98
%29.12

CMYK color model

#9FF5A6 color CMYK value is (35,0,32,4).

  • cyan value is 35.10%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 3.92%

CMYK: (35,0,32,4)
C35M0Y32K4 (35%, 0%, 32%, 4%)
(0.35 / 0.00 / 0.32 / 0.04)

CMYK percentages

%35.1
%0
%32.24
%3.92

Codes

Color #9FF5A6 in popluar color models

9F F5 A6
RGB 159 245 166
HSL 125° 81.13% 79.22%
HSB/HSV 125° 35.10% 96.08%
CMYK 35.10% 0.00% 32.24%
3.92%

Color #9FF5A6 in popluar number systems.

HEX 9F F5 A6
Decimal 159 245 166
Binary 10011111 11110101 10100110
Octal 237 365 246

Shades and tints

Shades of #9FF5A6

#9FF5A6
(159,245,166)
#91DF97
(145,223,151)
#83C988
(131,201,136)
#75B379
(117,179,121)
#679D6A
(103,157,106)
#59875B
(89,135,91)
#4B714C
(75,113,76)
#3D5B3D
(61,91,61)
#2F452E
(47,69,46)
#212F1F
(33,47,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #9FF5A6

#9FF5A6
(159,245,166)
#A7F5AE
(167,245,174)
#AFF5B6
(175,245,182)
#B7F5BE
(183,245,190)
#BFF5C6
(191,245,198)
#C7F5CE
(199,245,206)
#CFF5D6
(207,245,214)
#D7F5DE
(215,245,222)
#DFF5E6
(223,245,230)
#E7F5EE
(231,245,238)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF5A6 color. Also use rgb(159,245,166) instead hex code.

Text Font Color

.myTextColor { color: #9FF5A6; }

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

This text font color is #9FF5A6.

Background Color

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

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

This div background color is #9FF5A6.

Border color

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

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

This div border color is #9FF5A6.

Opacity

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

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

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

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

This text has shadow with #9FF5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FF5A6.

Preview

Color preview on black background

This text has color #9FF5A6 on black background.


Color preview on white background

This text has color #9FF5A6 on white background.


Black color preview on #9FF5A6 background

This text has black color on #9FF5A6 background.


White color preview on #9FF5A6 background

This text has white color on #9FF5A6 background.


Related colors

Complementary color

Complementary color for #hex is #600A59.


I love getcolorcode.com

Triadic colors

1 #A69FF5 and #F5A69F with #9FF5A6 are triadic colors.

2 #A6F59F and #F59FA6 with #9FF5A6 are triadic colors.