#8EC064

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

Shades of Mantis #8EC064

Tints of Mantis #8EC064

Color information

#8EC064 (or 0x8EC064) is unknown color: approx Mantis. HEX triplet: 8E, C0 and 64. RGB value is (142,192,100). Sum of RGB (Red+Green+Blue) = 142+192+100=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC064 is #713F9B. Grayscale: #A6A6A6. Windows color (decimal): -7421852 or 6602894. OLE color: 6602894.

HSL color Cylindrical-coordinate representation of color #8EC064: hue angle of 92.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EC064 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB142192100-
CMYK0.2600.480.25
HSL92.61º42.2%57.25%-
HSV(B)92.61º47.92%75.29%-
XYZ32.3144.3718.92-
YUV166.5690.44110.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=32.72%
G=44.24%
B=23.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421921000.2600.480.2592.6142.257.25
Hex8EC0641A030195d2a39
Octal21630014432060311355271
Binary10001110110000001100100110100110000110011011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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