COLOR #9FE07E

HEX: #9FE07E
RGB: (159,224,126)

Color info

#9FE07E contains mainly green color. Web safe color of #9FE07E is #99CC66 (or #9C6).

RGB color model

#9FE07E color RGB value is (159,224,126).

  • red value is 159;
  • green value is 224;
  • blue value is 126.
RGB:
(159,224,126)
(62%,88%,49%)

RGB channels and saturation

R 159 of 255 = 62%
G 224 of 255 = 88%
B 126 of 255 = 49%

159
224
126

R + G + B ~ 66%. #9FE07E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 224 + 126 = 509 (100%)
R 159 of 509 ~ 31.24%
G 224 of 509 ~ 44.01%
B 126 of 509 ~ 24.75%

%31.24
%44.01
%24.75

CMYK color model

#9FE07E color CMYK value is (29,0,44,12).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 12.16%
CMYK:
(29,0,44,12)
C29M0Y44K12 
(29%,0%,44%,12%)
(0.29/0.00/0.44/0.12)	

CMYK percentages

%29.02
%0
%43.75
%12.16

Codes

Color #9FE07E in popluar color models

9FE07E
RGB159224126
HSL100°61.25%68.63%
HSB/HSV100°43.75%87.84%
CMYK29.02%0.00%43.75%
12.16%

Color #9FE07E in popluar number systems.

HEX9FE07E
Decimal159224126
Binary10011111111000001111110
Octal237340176

Shades and tints

Shades of #9FE07E

#9FE07E
(159,224,126)
#91CC73
(145,204,115)
#83B868
(131,184,104)
#75A45D
(117,164,93)
#679052
(103,144,82)
#597C47
(89,124,71)
#4B683C
(75,104,60)
#3D5431
(61,84,49)
#2F4026
(47,64,38)
#212C1B
(33,44,27)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #9FE07E

#9FE07E
(159,224,126)
#A7E289
(167,226,137)
#AFE494
(175,228,148)
#B7E69F
(183,230,159)
#BFE8AA
(191,232,170)
#C7EAB5
(199,234,181)
#CFECC0
(207,236,192)
#D7EECB
(215,238,203)
#DFF0D6
(223,240,214)
#E7F2E1
(231,242,225)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE07E color. Also use rgb(159,224,126) instead hex code.

Text Font Color

.myTextColor { color: #9FE07E; }

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

This text font color is #9FE07E.


Background Color

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

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

This div background color is #9FE07E.


Border color

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

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

This div border color is #9FE07E.


Opacity

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

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

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

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

This text has shadow with #9FE07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE07E on black background.


Color preview on white background

This text has color #9FE07E on white background.



Black color preview on #9FE07E background

This text has black color on #9FE07E background.


White color preview on #9FE07E background

This text has white color on #9FE07E background.