COLOR #9EE30F

HEX: #9EE30F
RGB: (158,227,15)

Color info

#9EE30F contains mainly green color. Web safe color of #9EE30F is #99CC00 (or #9C0).

RGB color model

#9EE30F color RGB value is (158,227,15).

  • red value is 158;
  • green value is 227;
  • blue value is 15.
RGB:
(158,227,15)
(62%,89%,6%)

RGB channels and saturation

R 158 of 255 = 62%
G 227 of 255 = 89%
B 15 of 255 = 6%

158
227
15

R + G + B ~ 52%. #9EE30F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 227 + 15 = 400 (100%)
R 158 of 400 ~ 39.5%
G 227 of 400 ~ 56.75%
B 15 of 400 ~ 3.75%

%39.5
%56.75

CMYK color model

#9EE30F color CMYK value is (30,0,93,11).

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 93.39%
  • key color value is 10.98%
CMYK:
(30,0,93,11)
C30M0Y93K11 
(30%,0%,93%,11%)
(0.30/0.00/0.93/0.11)	

CMYK percentages

%30.4
%0
%93.39
%10.98

Codes

Color #9EE30F in popluar color models

9EE30F
RGB15822715
HSL80°87.60%47.45%
HSB/HSV80°93.39%89.02%
CMYK30.40%0.00%93.39%
10.98%

Color #9EE30F in popluar number systems.

HEX9EE30F
Decimal15822715
Binary10011110111000111111
Octal23634317

Shades and tints

Shades of #9EE30F

#9EE30F
(158,227,15)
#90CF0E
(144,207,14)
#82BB0D
(130,187,13)
#74A70C
(116,167,12)
#66930B
(102,147,11)
#587F0A
(88,127,10)
#4A6B09
(74,107,9)
#3C5708
(60,87,8)
#2E4307
(46,67,7)
#202F06
(32,47,6)
#121B05
(18,27,5)
#000000
(0,0,0)

Tints of #9EE30F

#9EE30F
(158,227,15)
#A6E524
(166,229,36)
#AEE739
(174,231,57)
#B6E94E
(182,233,78)
#BEEB63
(190,235,99)
#C6ED78
(198,237,120)
#CEEF8D
(206,239,141)
#D6F1A2
(214,241,162)
#DEF3B7
(222,243,183)
#E6F5CC
(230,245,204)
#EEF7E1
(238,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE30F color. Also use rgb(158,227,15) instead hex code.

Text Font Color

.myTextColor { color: #9EE30F; }

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

This text font color is #9EE30F.


Background Color

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

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

This div background color is #9EE30F.


Border color

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

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

This div border color is #9EE30F.


Opacity

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

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

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

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

This text has shadow with #9EE30F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE30F on black background.


Color preview on white background

This text has color #9EE30F on white background.



Black color preview on #9EE30F background

This text has black color on #9EE30F background.


White color preview on #9EE30F background

This text has white color on #9EE30F background.