COLOR #9EDE13

HEX: #9EDE13
RGB: (158,222,19)

Color info

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

RGB color model

#9EDE13 color RGB value is (158,222,19).

  • red value is 158;
  • green value is 222;
  • blue value is 19.
RGB:
(158,222,19)
(62%,87%,7%)

RGB channels and saturation

R 158 of 255 = 62%
G 222 of 255 = 87%
B 19 of 255 = 7%

158
222
19

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

Portions of RGB colors in percentages

R + G + B =
158 + 222 + 19 = 399 (100%)
R 158 of 399 ~ 39.6%
G 222 of 399 ~ 55.64%
B 19 of 399 ~ 4.76%

%39.6
%55.64

CMYK color model

#9EDE13 color CMYK value is (29,0,91,13).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 91.44%
  • key color value is 12.94%
CMYK:
(29,0,91,13)
C29M0Y91K13 
(29%,0%,91%,13%)
(0.29/0.00/0.91/0.13)	

CMYK percentages

%28.83
%0
%91.44
%12.94

Codes

Color #9EDE13 in popluar color models

9EDE13
RGB15822219
HSL79°84.23%47.25%
HSB/HSV79°91.44%87.06%
CMYK28.83%0.00%91.44%
12.94%

Color #9EDE13 in popluar number systems.

HEX9EDE13
Decimal15822219
Binary100111101101111010011
Octal23633623

Shades and tints

Shades of #9EDE13

#9EDE13
(158,222,19)
#90CA12
(144,202,18)
#82B611
(130,182,17)
#74A210
(116,162,16)
#668E0F
(102,142,15)
#587A0E
(88,122,14)
#4A660D
(74,102,13)
#3C520C
(60,82,12)
#2E3E0B
(46,62,11)
#202A0A
(32,42,10)
#121609
(18,22,9)
#000000
(0,0,0)

Tints of #9EDE13

#9EDE13
(158,222,19)
#A6E128
(166,225,40)
#AEE43D
(174,228,61)
#B6E752
(182,231,82)
#BEEA67
(190,234,103)
#C6ED7C
(198,237,124)
#CEF091
(206,240,145)
#D6F3A6
(214,243,166)
#DEF6BB
(222,246,187)
#E6F9D0
(230,249,208)
#EEFCE5
(238,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDE13; }

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

This text font color is #9EDE13.


Background Color

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

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

This div background color is #9EDE13.


Border color

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

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

This div border color is #9EDE13.


Opacity

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

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

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

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

This text has shadow with #9EDE13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDE13 on black background.


Color preview on white background

This text has color #9EDE13 on white background.



Black color preview on #9EDE13 background

This text has black color on #9EDE13 background.


White color preview on #9EDE13 background

This text has white color on #9EDE13 background.