COLOR #9FEE8B

HEX: #9FEE8B
RGB: (159,238,139)

Color info

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

RGB color model

#9FEE8B color RGB value is (159,238,139).

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

RGB channels and saturation

R 159 of 255 = 62%
G 238 of 255 = 93%
B 139 of 255 = 55%

159
238
139

R + G + B ~ 70%. #9FEE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 238 + 139 = 536 (100%)
R 159 of 536 ~ 29.66%
G 238 of 536 ~ 44.4%
B 139 of 536 ~ 25.93%

%29.66
%44.4
%25.93

CMYK color model

#9FEE8B color CMYK value is (33,0,42,7).

  • cyan value is 33.19%
  • magenta value is 0.00%
  • yellow value is 41.60%
  • key color value is 6.67%
CMYK:
(33,0,42,7)
C33M0Y42K7 
(33%,0%,42%,7%)
(0.33/0.00/0.42/0.07)	

CMYK percentages

%33.19
%0
%41.6
%6.67

Codes

Color #9FEE8B in popluar color models

9FEE8B
RGB159238139
HSL108°74.44%73.92%
HSB/HSV108°41.60%93.33%
CMYK33.19%0.00%41.60%
6.67%

Color #9FEE8B in popluar number systems.

HEX9FEE8B
Decimal159238139
Binary100111111110111010001011
Octal237356213

Shades and tints

Shades of #9FEE8B

#9FEE8B
(159,238,139)
#91D97F
(145,217,127)
#83C473
(131,196,115)
#75AF67
(117,175,103)
#679A5B
(103,154,91)
#59854F
(89,133,79)
#4B7043
(75,112,67)
#3D5B37
(61,91,55)
#2F462B
(47,70,43)
#21311F
(33,49,31)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #9FEE8B

#9FEE8B
(159,238,139)
#A7EF95
(167,239,149)
#AFF09F
(175,240,159)
#B7F1A9
(183,241,169)
#BFF2B3
(191,242,179)
#C7F3BD
(199,243,189)
#CFF4C7
(207,244,199)
#D7F5D1
(215,245,209)
#DFF6DB
(223,246,219)
#E7F7E5
(231,247,229)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FEE8B; }

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

This text font color is #9FEE8B.


Background Color

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

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

This div background color is #9FEE8B.


Border color

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

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

This div border color is #9FEE8B.


Opacity

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

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

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

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

This text has shadow with #9FEE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEE8B on black background.


Color preview on white background

This text has color #9FEE8B on white background.



Black color preview on #9FEE8B background

This text has black color on #9FEE8B background.


White color preview on #9FEE8B background

This text has white color on #9FEE8B background.