COLOR #9FE3A4

HEX: #9FE3A4
RGB: (159,227,164)

Color info

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

RGB color model

#9FE3A4 color RGB value is (159,227,164).

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

RGB channels and saturation

R 159 of 255 = 62%
G 227 of 255 = 89%
B 164 of 255 = 64%

159
227
164

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

Portions of RGB colors in percentages

R + G + B =
159 + 227 + 164 = 550 (100%)
R 159 of 550 ~ 28.91%
G 227 of 550 ~ 41.27%
B 164 of 550 ~ 29.82%

%28.91
%41.27
%29.82

CMYK color model

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

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

CMYK percentages

%29.96
%0
%27.75
%10.98

Codes

Color #9FE3A4 in popluar color models

9FE3A4
RGB159227164
HSL124°54.84%75.69%
HSB/HSV124°29.96%89.02%
CMYK29.96%0.00%27.75%
10.98%

Color #9FE3A4 in popluar number systems.

HEX9FE3A4
Decimal159227164
Binary100111111110001110100100
Octal237343244

Shades and tints

Shades of #9FE3A4

#9FE3A4
(159,227,164)
#91CF96
(145,207,150)
#83BB88
(131,187,136)
#75A77A
(117,167,122)
#67936C
(103,147,108)
#597F5E
(89,127,94)
#4B6B50
(75,107,80)
#3D5742
(61,87,66)
#2F4334
(47,67,52)
#212F26
(33,47,38)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #9FE3A4

#9FE3A4
(159,227,164)
#A7E5AC
(167,229,172)
#AFE7B4
(175,231,180)
#B7E9BC
(183,233,188)
#BFEBC4
(191,235,196)
#C7EDCC
(199,237,204)
#CFEFD4
(207,239,212)
#D7F1DC
(215,241,220)
#DFF3E4
(223,243,228)
#E7F5EC
(231,245,236)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE3A4 color. Also use rgb(159,227,164) instead hex code.

Text Font Color

.myTextColor { color: #9FE3A4; }

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

This text font color is #9FE3A4.


Background Color

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

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

This div background color is #9FE3A4.


Border color

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

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

This div border color is #9FE3A4.


Opacity

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

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

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

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

This text has shadow with #9FE3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE3A4 on black background.


Color preview on white background

This text has color #9FE3A4 on white background.



Black color preview on #9FE3A4 background

This text has black color on #9FE3A4 background.


White color preview on #9FE3A4 background

This text has white color on #9FE3A4 background.