#8EC160

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

Shades of Mantis #8EC160

Tints of Mantis #8EC160

Color information

#8EC160 (or 0x8EC160) is unknown color: approx Mantis. HEX triplet: 8E, C1 and 60. RGB value is (142,193,96). Sum of RGB (Red+Green+Blue) = 142+193+96=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC160 is #713E9F. Grayscale: #A7A7A7. Windows color (decimal): -7421600 or 6341006. OLE color: 6341006.

HSL color Cylindrical-coordinate representation of color #8EC160: hue angle of 91.55º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EC160 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB14219396-
CMYK0.2600.500.24
HSL91.55º43.89%56.67%-
HSV(B)91.55º50.26%75.69%-
XYZ32.3444.7418-
YUV166.6988.1110.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 193 (75.78% from 255) = 44.78%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=32.95%
G=44.78%
B=22.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142193960.2600.500.2491.5543.8956.67
Hex8EC1601A032185c2c39
Octal21630114032062301345471
Binary10001110110000011100000110100110010110001011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,193,96); }

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

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

 a { background-color: rgb(142,193,96); }

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

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

 span { border-color: rgb(142,193,96); }

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