COLOR #9FEE86

HEX: #9FEE86
RGB: (159,238,134)

Color info

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

RGB color model

#9FEE86 color RGB value is (159,238,134).

  • red value is 159;
  • green value is 238;
  • blue value is 134.
RGB:
(159,238,134)
(62%,93%,53%)

RGB channels and saturation

R 159 of 255 = 62%
G 238 of 255 = 93%
B 134 of 255 = 53%

159
238
134

R + G + B ~ 69%. #9FEE86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 238 + 134 = 531 (100%)
R 159 of 531 ~ 29.94%
G 238 of 531 ~ 44.82%
B 134 of 531 ~ 25.24%

%29.94
%44.82
%25.24

CMYK color model

#9FEE86 color CMYK value is (33,0,44,7).

  • cyan value is 33.19%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 6.67%
CMYK:
(33,0,44,7)
C33M0Y44K7 
(33%,0%,44%,7%)
(0.33/0.00/0.44/0.07)	

CMYK percentages

%33.19
%0
%43.7
%6.67

Codes

Color #9FEE86 in popluar color models

9FEE86
RGB159238134
HSL106°75.36%72.94%
HSB/HSV106°43.70%93.33%
CMYK33.19%0.00%43.70%
6.67%

Color #9FEE86 in popluar number systems.

HEX9FEE86
Decimal159238134
Binary100111111110111010000110
Octal237356206

Shades and tints

Shades of #9FEE86

#9FEE86
(159,238,134)
#91D97A
(145,217,122)
#83C46E
(131,196,110)
#75AF62
(117,175,98)
#679A56
(103,154,86)
#59854A
(89,133,74)
#4B703E
(75,112,62)
#3D5B32
(61,91,50)
#2F4626
(47,70,38)
#21311A
(33,49,26)
#131C0E
(19,28,14)
#000000
(0,0,0)

Tints of #9FEE86

#9FEE86
(159,238,134)
#A7EF91
(167,239,145)
#AFF09C
(175,240,156)
#B7F1A7
(183,241,167)
#BFF2B2
(191,242,178)
#C7F3BD
(199,243,189)
#CFF4C8
(207,244,200)
#D7F5D3
(215,245,211)
#DFF6DE
(223,246,222)
#E7F7E9
(231,247,233)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEE86 color. Also use rgb(159,238,134) instead hex code.

Text Font Color

.myTextColor { color: #9FEE86; }

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

This text font color is #9FEE86.


Background Color

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

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

This div background color is #9FEE86.


Border color

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

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

This div border color is #9FEE86.


Opacity

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

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

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

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

This text has shadow with #9FEE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEE86 on black background.


Color preview on white background

This text has color #9FEE86 on white background.



Black color preview on #9FEE86 background

This text has black color on #9FEE86 background.


White color preview on #9FEE86 background

This text has white color on #9FEE86 background.