COLOR #9EF509

HEX: #9EF509
RGB: (158,245,9)

Color info

#9EF509 contains mainly green color. Web safe color of #9EF509 is #99FF00 (or #9F0).

RGB color model

#9EF509 color RGB value is (158,245,9).

  • red value is 158;
  • green value is 245;
  • blue value is 9.
RGB:
(158,245,9)
(62%,96%,4%)

RGB channels and saturation

R 158 of 255 = 62%
G 245 of 255 = 96%
B 9 of 255 = 4%

158
245
9

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

Portions of RGB colors in percentages

R + G + B =
158 + 245 + 9 = 412 (100%)
R 158 of 412 ~ 38.35%
G 245 of 412 ~ 59.47%
B 9 of 412 ~ 2.18%

%38.35
%59.47

CMYK color model

#9EF509 color CMYK value is (36,0,96,4).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 96.33%
  • key color value is 3.92%
CMYK:
(36,0,96,4)
C36M0Y96K4 
(36%,0%,96%,4%)
(0.36/0.00/0.96/0.04)	

CMYK percentages

%35.51
%0
%96.33
%3.92

Codes

Color #9EF509 in popluar color models

9EF509
RGB1582459
HSL82°92.91%49.80%
HSB/HSV82°96.33%96.08%
CMYK35.51%0.00%96.33%
3.92%

Color #9EF509 in popluar number systems.

HEX9EF509
Decimal1582459
Binary10011110111101011001
Octal23636511

Shades and tints

Shades of #9EF509

#9EF509
(158,245,9)
#90DF09
(144,223,9)
#82C909
(130,201,9)
#74B309
(116,179,9)
#669D09
(102,157,9)
#588709
(88,135,9)
#4A7109
(74,113,9)
#3C5B09
(60,91,9)
#2E4509
(46,69,9)
#202F09
(32,47,9)
#121909
(18,25,9)
#000000
(0,0,0)

Tints of #9EF509

#9EF509
(158,245,9)
#A6F51F
(166,245,31)
#AEF535
(174,245,53)
#B6F54B
(182,245,75)
#BEF561
(190,245,97)
#C6F577
(198,245,119)
#CEF58D
(206,245,141)
#D6F5A3
(214,245,163)
#DEF5B9
(222,245,185)
#E6F5CF
(230,245,207)
#EEF5E5
(238,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF509; }

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

This text font color is #9EF509.


Background Color

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

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

This div background color is #9EF509.


Border color

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

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

This div border color is #9EF509.


Opacity

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

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

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

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

This text has shadow with #9EF509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF509 on black background.


Color preview on white background

This text has color #9EF509 on white background.



Black color preview on #9EF509 background

This text has black color on #9EF509 background.


White color preview on #9EF509 background

This text has white color on #9EF509 background.