#8EF10A

Color #8EF10A Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #8EF10A

Tints of Chartreuse #8EF10A

Color information

#8EF10A (or 0x8EF10A) is unknown color: approx Chartreuse. HEX triplet: 8E, F1 and 0A. RGB value is (142,241,10). Sum of RGB (Red+Green+Blue) = 142+241+10=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF10A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF10A is #710EF5. Grayscale: #B9B9B9. Windows color (decimal): -7409398 or 717198. OLE color: 717198.

HSL color Cylindrical-coordinate representation of color #8EF10A: hue angle of 85.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EF10A is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB14224110-
CMYK0.4100.960.05
HSL85.71º92.03%49.22%-
HSV(B)85.71º95.85%94.51%-
XYZ42.6768.6811.3-
YUV185.0629.297.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 241 (94.53% from 255) = 61.32%
BLUE value IS 10 (4.30% from 255) = 2.54%
R=36.13%
G=61.32%
B=2.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142241100.4100.960.0585.7192.0349.22
Hex8EF1A290605565c31
Octal21636112510140512613461
Binary100011101111000110101010010110000010110101101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,241,10); }

 H1.HeaderClassName
 {
   color: #8EF10A;
 }
 .AnyTagClassName
 {
   color: #8EF10A;
 }
</style>
background-color css

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

 a { background-color: rgb(142,241,10); }

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

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

 span { border-color: rgb(142,241,10); }

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