COLOR #9FE0A6

HEX: #9FE0A6 RGB: (159,224,166)

Color info

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

RGB color model

#9FE0A6 color RGB value is (159,224,166).

RGB: (159,224,166) (62%, 88%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 224 of 255 = 88%
B 166 of 255 = 65%

159
224
166

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

Portions of RGB colors in percentages

R + G + B = 159 + 224 + 166 = 549 (100%)
R 159 of 549 ~ 28.96%
G 224 of 549 ~ 40.8%
B 166 of 549 ~ 30.24'%

%28.96
%40.8
%30.24

CMYK color model

#9FE0A6 color CMYK value is (29,0,26,12).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 12.16%

CMYK: (29,0,26,12)
C29M0Y26K12 (29%, 0%, 26%, 12%)
(0.29 / 0.00 / 0.26 / 0.12)

CMYK percentages

%29.02
%0
%25.89
%12.16

Codes

Color #9FE0A6 in popluar color models

9F E0 A6
RGB 159 224 166
HSL 126° 51.18% 75.10%
HSB/HSV 126° 29.02% 87.84%
CMYK 29.02% 0.00% 25.89%
12.16%

Color #9FE0A6 in popluar number systems.

HEX 9F E0 A6
Decimal 159 224 166
Binary 10011111 11100000 10100110
Octal 237 340 246

Shades and tints

Shades of #9FE0A6

#9FE0A6
(159,224,166)
#91CC97
(145,204,151)
#83B888
(131,184,136)
#75A479
(117,164,121)
#67906A
(103,144,106)
#597C5B
(89,124,91)
#4B684C
(75,104,76)
#3D543D
(61,84,61)
#2F402E
(47,64,46)
#212C1F
(33,44,31)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #9FE0A6

#9FE0A6
(159,224,166)
#A7E2AE
(167,226,174)
#AFE4B6
(175,228,182)
#B7E6BE
(183,230,190)
#BFE8C6
(191,232,198)
#C7EACE
(199,234,206)
#CFECD6
(207,236,214)
#D7EEDE
(215,238,222)
#DFF0E6
(223,240,230)
#E7F2EE
(231,242,238)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE0A6; }

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

This text font color is #9FE0A6.

Background Color

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

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

This div background color is #9FE0A6.

Border color

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

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

This div border color is #9FE0A6.

Opacity

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

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

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

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

This text has shadow with #9FE0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE0A6.

Preview

Color preview on black background

This text has color #9FE0A6 on black background.


Color preview on white background

This text has color #9FE0A6 on white background.


Black color preview on #9FE0A6 background

This text has black color on #9FE0A6 background.


White color preview on #9FE0A6 background

This text has white color on #9FE0A6 background.


Related colors

Complementary color

Complementary color for #hex is #601F59.


I love getcolorcode.com

Triadic colors

1 #A69FE0 and #E0A69F with #9FE0A6 are triadic colors.

2 #A6E09F and #E09FA6 with #9FE0A6 are triadic colors.