#8CF20E

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

Shades of Chartreuse #8CF20E

Tints of Chartreuse #8CF20E

Color information

#8CF20E (or 0x8CF20E) is unknown color: approx Chartreuse. HEX triplet: 8C, F2 and 0E. RGB value is (140,242,14). Sum of RGB (Red+Green+Blue) = 140+242+14=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF20E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF20E is #730DF1. Grayscale: #BABABA. Windows color (decimal): -7540210 or 979596. OLE color: 979596.

HSL color Cylindrical-coordinate representation of color #8CF20E: hue angle of 86.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CF20E is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB14024214-
CMYK0.4200.940.05
HSL86.84º89.76%50.2%-
HSV(B)86.84º94.21%94.9%-
XYZ42.6569.1111.51-
YUV185.5131.2195.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 242 (94.92% from 255) = 61.11%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=35.35%
G=61.11%
B=3.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140242140.4200.940.0586.8489.7650.2
Hex8CF2E2A05E5575a32
Octal21436216520136512713262
Binary100011001111001011101010100101111010110101111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,242,14); }

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

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

 a { background-color: rgb(140,242,14); }

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

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

 span { border-color: rgb(140,242,14); }

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