COLOR #9FEFA4

HEX: #9FEFA4
RGB: (159,239,164)

Color info

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

RGB color model

#9FEFA4 color RGB value is (159,239,164).

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

RGB channels and saturation

R 159 of 255 = 62%
G 239 of 255 = 94%
B 164 of 255 = 64%

159
239
164

R + G + B ~ 73%. #9FEFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 239 + 164 = 562 (100%)
R 159 of 562 ~ 28.29%
G 239 of 562 ~ 42.53%
B 164 of 562 ~ 29.18%

%28.29
%42.53
%29.18

CMYK color model

#9FEFA4 color CMYK value is (33,0,31,6).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 31.38%
  • key color value is 6.27%
CMYK:
(33,0,31,6)
C33M0Y31K6 
(33%,0%,31%,6%)
(0.33/0.00/0.31/0.06)	

CMYK percentages

%33.47
%0
%31.38
%6.27

Codes

Color #9FEFA4 in popluar color models

9FEFA4
RGB159239164
HSL124°71.43%78.04%
HSB/HSV124°33.47%93.73%
CMYK33.47%0.00%31.38%
6.27%

Color #9FEFA4 in popluar number systems.

HEX9FEFA4
Decimal159239164
Binary100111111110111110100100
Octal237357244

Shades and tints

Shades of #9FEFA4

#9FEFA4
(159,239,164)
#91DA96
(145,218,150)
#83C588
(131,197,136)
#75B07A
(117,176,122)
#679B6C
(103,155,108)
#59865E
(89,134,94)
#4B7150
(75,113,80)
#3D5C42
(61,92,66)
#2F4734
(47,71,52)
#213226
(33,50,38)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #9FEFA4

#9FEFA4
(159,239,164)
#A7F0AC
(167,240,172)
#AFF1B4
(175,241,180)
#B7F2BC
(183,242,188)
#BFF3C4
(191,243,196)
#C7F4CC
(199,244,204)
#CFF5D4
(207,245,212)
#D7F6DC
(215,246,220)
#DFF7E4
(223,247,228)
#E7F8EC
(231,248,236)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FEFA4; }

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

This text font color is #9FEFA4.


Background Color

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

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

This div background color is #9FEFA4.


Border color

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

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

This div border color is #9FEFA4.


Opacity

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

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

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

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

This text has shadow with #9FEFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEFA4 on black background.


Color preview on white background

This text has color #9FEFA4 on white background.



Black color preview on #9FEFA4 background

This text has black color on #9FEFA4 background.


White color preview on #9FEFA4 background

This text has white color on #9FEFA4 background.