#8ED16C

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

Shades of Mantis #8ED16C

Tints of Mantis #8ED16C

Color information

#8ED16C (or 0x8ED16C) is unknown color: approx Mantis. HEX triplet: 8E, D1 and 6C. RGB value is (142,209,108). Sum of RGB (Red+Green+Blue) = 142+209+108=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED16C is #712E93. Grayscale: #B1B1B1. Windows color (decimal): -7417492 or 7131534. OLE color: 7131534.

HSL color Cylindrical-coordinate representation of color #8ED16C: hue angle of 99.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ED16C is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB142209108-
CMYK0.3200.480.18
HSL99.8º52.33%62.16%-
HSV(B)99.8º48.33%81.96%-
XYZ36.6652.4322.38-
YUV177.4588.8102.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 209 (82.03% from 255) = 45.53%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=30.94%
G=45.53%
B=23.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091080.3200.480.1899.852.3362.16
Hex8ED16C200301264343e
Octal21632115440060221446476
Binary100011101101000111011001000000110000100101100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,209,108); }

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

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

 a { background-color: rgb(142,209,108); }

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

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

 span { border-color: rgb(142,209,108); }

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