COLOR #99E418

HEX: #99E418
RGB: (153,228,24)

Color info

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

RGB color model

#99E418 color RGB value is (153,228,24).

  • red value is 153;
  • green value is 228;
  • blue value is 24.
RGB:
(153,228,24)
(60%,89%,9%)

RGB channels and saturation

R 153 of 255 = 60%
G 228 of 255 = 89%
B 24 of 255 = 9%

153
228
24

R + G + B ~ 53%. #99E418 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 228 + 24 = 405 (100%)
R 153 of 405 ~ 37.78%
G 228 of 405 ~ 56.3%
B 24 of 405 ~ 5.93%

%37.78
%56.3

CMYK color model

#99E418 color CMYK value is (33,0,89,11).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 10.59%
CMYK:
(33,0,89,11)
C33M0Y89K11 
(33%,0%,89%,11%)
(0.33/0.00/0.89/0.11)	

CMYK percentages

%32.89
%0
%89.47
%10.59

Codes

Color #99E418 in popluar color models

99E418
RGB15322824
HSL82°80.95%49.41%
HSB/HSV82°89.47%89.41%
CMYK32.89%0.00%89.47%
10.59%

Color #99E418 in popluar number systems.

HEX99E418
Decimal15322824
Binary100110011110010011000
Octal23134430

Shades and tints

Shades of #99E418

#99E418
(153,228,24)
#8CD016
(140,208,22)
#7FBC14
(127,188,20)
#72A812
(114,168,18)
#659410
(101,148,16)
#58800E
(88,128,14)
#4B6C0C
(75,108,12)
#3E580A
(62,88,10)
#314408
(49,68,8)
#243006
(36,48,6)
#171C04
(23,28,4)
#000000
(0,0,0)

Tints of #99E418

#99E418
(153,228,24)
#A2E62D
(162,230,45)
#ABE842
(171,232,66)
#B4EA57
(180,234,87)
#BDEC6C
(189,236,108)
#C6EE81
(198,238,129)
#CFF096
(207,240,150)
#D8F2AB
(216,242,171)
#E1F4C0
(225,244,192)
#EAF6D5
(234,246,213)
#F3F8EA
(243,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E418 color. Also use rgb(153,228,24) instead hex code.

Text Font Color

.myTextColor { color: #99E418; }

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

This text font color is #99E418.


Background Color

.myBgColor { background-color: #99E418; }

<div style="background-color:#99E418">Inner text</div>

This div background color is #99E418.


Border color

.myBorderColor { border: 1px solid #99E418; }

<div style="border:3px solid #99E418">Div</div>

This div border color is #99E418.


Opacity

.myOpacity80 { color: #99E418; opacity: 0.8; }

<p style="color:#99E418;opacity:0.8;">80%</p>

Text with #99E418 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 #99E418;}

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

This text has shadow with #99E418 color.

.textShadow {text-shadow: 3px 3px 1px #99E418, 3px 3px 1px red;}

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

This text has shadow with #99E418 primary color and red secondary color.


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

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

This text has shadow with #99E418 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E418 on black background.


Color preview on white background

This text has color #99E418 on white background.



Black color preview on #99E418 background

This text has black color on #99E418 background.


White color preview on #99E418 background

This text has white color on #99E418 background.