COLOR #8FE418

HEX: #8FE418
RGB: (143,228,24)

Color info

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

RGB color model

#8FE418 color RGB value is (143,228,24).

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

RGB channels and saturation

R 143 of 255 = 56%
G 228 of 255 = 89%
B 24 of 255 = 9%

143
228
24

R + G + B ~ 51%. #8FE418 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 228 + 24 = 395 (100%)
R 143 of 395 ~ 36.2%
G 228 of 395 ~ 57.72%
B 24 of 395 ~ 6.08%

%36.2
%57.72

CMYK color model

#8FE418 color CMYK value is (37,0,89,11).

  • cyan value is 37.28%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 10.59%
CMYK:
(37,0,89,11)
C37M0Y89K11 
(37%,0%,89%,11%)
(0.37/0.00/0.89/0.11)	

CMYK percentages

%37.28
%0
%89.47
%10.59

Codes

Color #8FE418 in popluar color models

8FE418
RGB14322824
HSL85°80.95%49.41%
HSB/HSV85°89.47%89.41%
CMYK37.28%0.00%89.47%
10.59%

Color #8FE418 in popluar number systems.

HEX8FE418
Decimal14322824
Binary100011111110010011000
Octal21734430

Shades and tints

Shades of #8FE418

#8FE418
(143,228,24)
#82D016
(130,208,22)
#75BC14
(117,188,20)
#68A812
(104,168,18)
#5B9410
(91,148,16)
#4E800E
(78,128,14)
#416C0C
(65,108,12)
#34580A
(52,88,10)
#274408
(39,68,8)
#1A3006
(26,48,6)
#0D1C04
(13,28,4)
#000000
(0,0,0)

Tints of #8FE418

#8FE418
(143,228,24)
#99E62D
(153,230,45)
#A3E842
(163,232,66)
#ADEA57
(173,234,87)
#B7EC6C
(183,236,108)
#C1EE81
(193,238,129)
#CBF096
(203,240,150)
#D5F2AB
(213,242,171)
#DFF4C0
(223,244,192)
#E9F6D5
(233,246,213)
#F3F8EA
(243,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE418 color. Also use rgb(143,228,24) instead hex code.

Text Font Color

.myTextColor { color: #8FE418; }

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

This text font color is #8FE418.


Background Color

.myBgColor { background-color: #8FE418; }

<div style="background-color:#8FE418">Inner text</div>

This div background color is #8FE418.


Border color

.myBorderColor { border: 1px solid #8FE418; }

<div style="border:3px solid #8FE418">Div</div>

This div border color is #8FE418.


Opacity

.myOpacity80 { color: #8FE418; opacity: 0.8; }

<p style="color:#8FE418;opacity:0.8;">80%</p>

Text with #8FE418 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 #8FE418;}

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

This text has shadow with #8FE418 color.

.textShadow {text-shadow: 3px 3px 1px #8FE418, 3px 3px 1px red;}

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

This text has shadow with #8FE418 primary color and red secondary color.


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

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

This text has shadow with #8FE418 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE418 on black background.


Color preview on white background

This text has color #8FE418 on white background.



Black color preview on #8FE418 background

This text has black color on #8FE418 background.


White color preview on #8FE418 background

This text has white color on #8FE418 background.