COLOR #9FE896

HEX: #9FE896
RGB: (159,232,150)

Color info

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

RGB color model

#9FE896 color RGB value is (159,232,150).

  • red value is 159;
  • green value is 232;
  • blue value is 150.
RGB:
(159,232,150)
(62%,91%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 232 of 255 = 91%
B 150 of 255 = 59%

159
232
150

R + G + B ~ 71%. #9FE896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 232 + 150 = 541 (100%)
R 159 of 541 ~ 29.39%
G 232 of 541 ~ 42.88%
B 150 of 541 ~ 27.73%

%29.39
%42.88
%27.73

CMYK color model

#9FE896 color CMYK value is (31,0,35,9).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 9.02%
CMYK:
(31,0,35,9)
C31M0Y35K9 
(31%,0%,35%,9%)
(0.31/0.00/0.35/0.09)	

CMYK percentages

%31.47
%0
%35.34
%9.02

Codes

Color #9FE896 in popluar color models

9FE896
RGB159232150
HSL113°64.06%74.90%
HSB/HSV113°35.34%90.98%
CMYK31.47%0.00%35.34%
9.02%

Color #9FE896 in popluar number systems.

HEX9FE896
Decimal159232150
Binary100111111110100010010110
Octal237350226

Shades and tints

Shades of #9FE896

#9FE896
(159,232,150)
#91D389
(145,211,137)
#83BE7C
(131,190,124)
#75A96F
(117,169,111)
#679462
(103,148,98)
#597F55
(89,127,85)
#4B6A48
(75,106,72)
#3D553B
(61,85,59)
#2F402E
(47,64,46)
#212B21
(33,43,33)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9FE896

#9FE896
(159,232,150)
#A7EA9F
(167,234,159)
#AFECA8
(175,236,168)
#B7EEB1
(183,238,177)
#BFF0BA
(191,240,186)
#C7F2C3
(199,242,195)
#CFF4CC
(207,244,204)
#D7F6D5
(215,246,213)
#DFF8DE
(223,248,222)
#E7FAE7
(231,250,231)
#EFFCF0
(239,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE896 color. Also use rgb(159,232,150) instead hex code.

Text Font Color

.myTextColor { color: #9FE896; }

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

This text font color is #9FE896.


Background Color

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

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

This div background color is #9FE896.


Border color

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

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

This div border color is #9FE896.


Opacity

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

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

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

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

This text has shadow with #9FE896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE896 on black background.


Color preview on white background

This text has color #9FE896 on white background.



Black color preview on #9FE896 background

This text has black color on #9FE896 background.


White color preview on #9FE896 background

This text has white color on #9FE896 background.