#8EED1E

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

Shades of Chartreuse #8EED1E

Tints of Chartreuse #8EED1E

Color information

#8EED1E (or 0x8EED1E) is unknown color: approx Chartreuse. HEX triplet: 8E, ED and 1E. RGB value is (142,237,30). Sum of RGB (Red+Green+Blue) = 142+237+30=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EED1E is #7112E1. Grayscale: #B9B9B9. Windows color (decimal): -7410402 or 2026894. OLE color: 2026894.

HSL color Cylindrical-coordinate representation of color #8EED1E: hue angle of 87.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8EED1E is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB14223730-
CMYK0.4000.870.07
HSL87.54º85.19%52.35%-
HSV(B)87.54º87.34%92.94%-
XYZ41.6766.4111.85-
YUV18540.5397.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.72%
GREEN value IS 237 (92.97% from 255) = 57.95%
BLUE value IS 30 (12.11% from 255) = 7.33%
R=34.72%
G=57.95%
B=7.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142237300.4000.870.0787.5485.1952.35
Hex8EED1E280577585534
Octal21635536500127713012564
Binary1000111011101101111101010000101011111110110001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EED1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,30); }

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

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

 a { background-color: rgb(142,237,30); }

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

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

 span { border-color: rgb(142,237,30); }

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