#8EFF14

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

Shades of Chartreuse #8EFF14

Tints of Chartreuse #8EFF14

Color information

#8EFF14 (or 0x8EFF14) is unknown color: approx Chartreuse. HEX triplet: 8E, FF and 14. RGB value is (142,255,20). Sum of RGB (Red+Green+Blue) = 142+255+20=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EFF14 is #7100EB. Grayscale: #C3C3C3. Windows color (decimal): -7405804 or 1376142. OLE color: 1376142.

HSL color Cylindrical-coordinate representation of color #8EFF14: hue angle of 88.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EFF14 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB14225520-
CMYK0.4400.920
HSL88.85º100%53.92%-
HSV(B)88.85º92.16%100%-
XYZ47.0477.3213.11-
YUV194.4229.5690.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 255 (100% from 255) = 61.15%
BLUE value IS 20 (8.20% from 255) = 4.80%
R=34.05%
G=61.15%
B=4.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142255200.4400.92088.8510053.92
Hex8EFF142C05C0596436
Octal21637724540134013114466
Binary10001110111111111010010110001011100010110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,255,20); }

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

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

 a { background-color: rgb(142,255,20); }

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

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

 span { border-color: rgb(142,255,20); }

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