COLOR #9FE6A1

HEX: #9FE6A1 RGB: (159,230,161)

Color info

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

RGB color model

#9FE6A1 color RGB value is (159,230,161).

RGB: (159,230,161) (62%, 90%, 63%)

RGB channels and saturation

R 159 of 255 = 62%
G 230 of 255 = 90%
B 161 of 255 = 63%

159
230
161

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

Portions of RGB colors in percentages

R + G + B = 159 + 230 + 161 = 550 (100%)
R 159 of 550 ~ 28.91%
G 230 of 550 ~ 41.82%
B 161 of 550 ~ 29.27'%

%28.91
%41.82
%29.27

CMYK color model

#9FE6A1 color CMYK value is (31,0,30,10).

  • cyan value is 30.87%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 9.80%
CMYK: (31,0,30,10) C31M0Y30K10 (31%,0%,30%,10%) (0.31/0.00/0.30/0.10) 

CMYK percentages

%30.87
%0
%30
%9.8

Codes

Color #9FE6A1 in popluar color models

9F E6 A1
RGB 159 230 161
HSL 122° 58.68% 76.27%
HSB/HSV 122° 30.87% 90.20%
CMYK 30.87% 0.00% 30.00%
9.80%

Color #9FE6A1 in popluar number systems.

HEX 9F E6 A1
Decimal 159 230 161
Binary 10011111 11100110 10100001
Octal 237 346 241

Shades and tints

Shades of #9FE6A1

#9FE6A1
(159,230,161)
#91D293
(145,210,147)
#83BE85
(131,190,133)
#75AA77
(117,170,119)
#679669
(103,150,105)
#59825B
(89,130,91)
#4B6E4D
(75,110,77)
#3D5A3F
(61,90,63)
#2F4631
(47,70,49)
#213223
(33,50,35)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #9FE6A1

#9FE6A1
(159,230,161)
#A7E8A9
(167,232,169)
#AFEAB1
(175,234,177)
#B7ECB9
(183,236,185)
#BFEEC1
(191,238,193)
#C7F0C9
(199,240,201)
#CFF2D1
(207,242,209)
#D7F4D9
(215,244,217)
#DFF6E1
(223,246,225)
#E7F8E9
(231,248,233)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE6A1 color. Also use rgb(159,230,161) instead hex code.

Text Font Color

.myTextColor { color: #9FE6A1; }

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

This text font color is #9FE6A1.

Background Color

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

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

This div background color is #9FE6A1.

Border color

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

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

This div border color is #9FE6A1.

Opacity

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

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

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

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

This text has shadow with #9FE6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE6A1.

Preview

Color preview on black background

This text has color #9FE6A1 on black background.


Color preview on white background

This text has color #9FE6A1 on white background.


Black color preview on #9FE6A1 background

This text has black color on #9FE6A1 background.


White color preview on #9FE6A1 background

This text has white color on #9FE6A1 background.


Related colors

Complementary color

Complementary color for #hex is #60195E.


I love getcolorcode.com

Triadic colors

1 #A19FE6 and #E6A19F with #9FE6A1 are triadic colors.

2 #A1E69F and #E69FA1 with #9FE6A1 are triadic colors.