COLOR #9FE2A3

HEX: #9FE2A3
RGB: (159,226,163)

Color info

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

RGB color model

#9FE2A3 color RGB value is (159,226,163).

  • red value is 159;
  • green value is 226;
  • blue value is 163.
RGB:
(159,226,163)
(62%,89%,64%)

RGB channels and saturation

R 159 of 255 = 62%
G 226 of 255 = 89%
B 163 of 255 = 64%

159
226
163

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

Portions of RGB colors in percentages

R + G + B =
159 + 226 + 163 = 548 (100%)
R 159 of 548 ~ 29.01%
G 226 of 548 ~ 41.24%
B 163 of 548 ~ 29.74%

%29.01
%41.24
%29.74

CMYK color model

#9FE2A3 color CMYK value is (30,0,28,11).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 11.37%
CMYK:
(30,0,28,11)
C30M0Y28K11 
(30%,0%,28%,11%)
(0.30/0.00/0.28/0.11)	

CMYK percentages

%29.65
%0
%27.88
%11.37

Codes

Color #9FE2A3 in popluar color models

9FE2A3
RGB159226163
HSL124°53.60%75.49%
HSB/HSV124°29.65%88.63%
CMYK29.65%0.00%27.88%
11.37%

Color #9FE2A3 in popluar number systems.

HEX9FE2A3
Decimal159226163
Binary100111111110001010100011
Octal237342243

Shades and tints

Shades of #9FE2A3

#9FE2A3
(159,226,163)
#91CE95
(145,206,149)
#83BA87
(131,186,135)
#75A679
(117,166,121)
#67926B
(103,146,107)
#597E5D
(89,126,93)
#4B6A4F
(75,106,79)
#3D5641
(61,86,65)
#2F4233
(47,66,51)
#212E25
(33,46,37)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #9FE2A3

#9FE2A3
(159,226,163)
#A7E4AB
(167,228,171)
#AFE6B3
(175,230,179)
#B7E8BB
(183,232,187)
#BFEAC3
(191,234,195)
#C7ECCB
(199,236,203)
#CFEED3
(207,238,211)
#D7F0DB
(215,240,219)
#DFF2E3
(223,242,227)
#E7F4EB
(231,244,235)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE2A3 color. Also use rgb(159,226,163) instead hex code.

Text Font Color

.myTextColor { color: #9FE2A3; }

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

This text font color is #9FE2A3.


Background Color

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

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

This div background color is #9FE2A3.


Border color

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

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

This div border color is #9FE2A3.


Opacity

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

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

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

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

This text has shadow with #9FE2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE2A3 on black background.


Color preview on white background

This text has color #9FE2A3 on white background.



Black color preview on #9FE2A3 background

This text has black color on #9FE2A3 background.


White color preview on #9FE2A3 background

This text has white color on #9FE2A3 background.