Html Css Color HEX #8EF412 Chartreuse

📋 copy color: '#8EF412'

red 142 ◦ green 244 ◦ blue 18

#8EF412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #8EF412

Tints of Chartreuse #8EF412

RGB

 RED value IS 142 (55.86% from 255) = 35.15%

 GREEN value IS 244 (95.7% from 255) = 60.4%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 35.15%
G = 60.4%
B = 4.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8EF412 (or 0x8EF412) is known color: Chartreuse. HEX triplet: 8E, F4 and 12. RGB value is (142,244,18). Sum of RGB (Red+Green+Blue) = 142+244+18=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF412 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF412 is #710BED. Grayscale: #BCBCBC. Windows color (decimal): -7408622 or 1242254. OLE color: 1242254.

HSL color Cylindrical-coordinate representation of color #8EF412: hue angle of 87.08º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EF412 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 244 18 -
CMYK 0.42 0 0.93 0.04
HSL 87.08º 0.91% 0.51% -
HSV(B) 87.08º 0.93% 0.96% -
XYZ 43.62 70.5 11.88 -
YUV 187.74 32.21 95.38 -
System Red Green Blue C M Y K H S L
Decimal 142 244 18 0.42 0 0.93 0.04 87.08 0.91 0.51
Hex 8E F4 12 2A 0 5D 4 57 5B 33
Octal 216 364 22 52 0 135 4 127 133 63
Binary 10001110 11110100 10010 101010 0 1011101 100 1010111 1011011 110011

Color Harmonies of #8EF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF412

Black with #8EF412

Text Example


Text Example

White with #8EF412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EF412; }

 p { color: rgb(142,244,18); }

 H1.HeaderClassName
 {
   color: #8EF412;
 }
 .AnyTagClassName
 {
   color: #8EF412;
 }
</style>

background-color css

<style>
 a { background-color: #8EF412; }

 a { background-color: rgb(142,244,18); }

 div.DivClassName
 {
   background-color: #8EF412;
 }
 .BgClassName
 {
   background-color: #8EF412;
 }
</style>

border-color css

<style>
 span { border-color: #8EF412; }

 span { border-color: rgb(142,244,18); }

 td.TdClassName
 {
   border-color: #8EF412;
 }
 .TagClassName
 {
   border-color: #8EF412;
 }
</style>