#8EEA64

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

Shades of Pastel Green #8EEA64

Tints of Pastel Green #8EEA64

Color information

#8EEA64 (or 0x8EEA64) is unknown color: approx Pastel Green. HEX triplet: 8E, EA and 64. RGB value is (142,234,100). Sum of RGB (Red+Green+Blue) = 142+234+100=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEA64 is #71159B. Grayscale: #BFBFBF. Windows color (decimal): -7411100 or 6613646. OLE color: 6613646.

HSL color Cylindrical-coordinate representation of color #8EEA64: hue angle of 101.19º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EEA64 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB142234100-
CMYK0.3900.570.08
HSL101.19º76.14%65.49%-
HSV(B)101.19º57.26%91.76%-
XYZ42.8865.5222.44-
YUV191.2276.5292.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 234 (91.80% from 255) = 49.16%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=29.83%
G=49.16%
B=21.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422341000.3900.570.08101.1976.1465.49
Hex8EEA64270398654c41
Octal2163521444707110145114101
Binary1000111011101010110010010011101110011000110010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,100); }

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

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

 a { background-color: rgb(142,234,100); }

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

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

 span { border-color: rgb(142,234,100); }

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