Html Css Color HEX #8FF018 Chartreuse

📋 copy color: '#8FF018'

red 143 ◦ green 240 ◦ blue 24

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

Shades of Chartreuse #8FF018

Tints of Chartreuse #8FF018

RGB

 RED value IS 143 (56.25% from 255) = 35.14%

 GREEN value IS 240 (94.14% from 255) = 58.97%

 BLUE value IS 24 (9.77% from 255) = 5.9%

R = 35.14%
G = 58.97%
B = 5.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#8FF018 (or 0x8FF018) is known color: Chartreuse. HEX triplet: 8F, F0 and 18. RGB value is (143,240,24). Sum of RGB (Red+Green+Blue) = 143+240+24=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF018 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF018 is #700FE7. Grayscale: #BBBBBB. Windows color (decimal): -7344104 or 1634447. OLE color: 1634447.

HSL color Cylindrical-coordinate representation of color #8FF018: hue angle of 86.94º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FF018 is Cyan = 0.40, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 240 24 -
CMYK 0.40 0 0.9 0.06
HSL 86.94º 0.88% 0.52% -
HSV(B) 86.94º 0.9% 0.94% -
XYZ 42.65 68.23 11.79 -
YUV 186.37 36.36 97.06 -
System Red Green Blue C M Y K H S L
Decimal 143 240 24 0.40 0 0.9 0.06 86.94 0.88 0.52
Hex 8F F0 18 28 0 5A 6 57 58 34
Octal 217 360 30 50 0 132 6 127 130 64
Binary 10001111 11110000 11000 101000 0 1011010 110 1010111 1011000 110100

Color Harmonies of #8FF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF018

Black with #8FF018

Text Example


Text Example

White with #8FF018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,240,24); }

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

background-color css

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

 a { background-color: rgb(143,240,24); }

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

border-color css

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

 span { border-color: rgb(143,240,24); }

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