#8ED16D

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

Shades of Mantis #8ED16D

Tints of Mantis #8ED16D

Color information

#8ED16D (or 0x8ED16D) is unknown color: approx Mantis. HEX triplet: 8E, D1 and 6D. RGB value is (142,209,109). Sum of RGB (Red+Green+Blue) = 142+209+109=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED16D is #712E92. Grayscale: #B1B1B1. Windows color (decimal): -7417491 or 7197070. OLE color: 7197070.

HSL color Cylindrical-coordinate representation of color #8ED16D: hue angle of 100.2º 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 #8ED16D is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB142209109-
CMYK0.3200.480.18
HSL100.2º52.08%62.35%-
HSV(B)100.2º47.85%81.96%-
XYZ36.7252.4622.66-
YUV177.5789.3102.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.87%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=30.87%
G=45.43%
B=23.70%

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
Decimal1422091090.3200.480.18100.252.0862.35
Hex8ED16D200301264343e
Octal21632115540060221446476
Binary100011101101000111011011000000110000100101100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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