#8DC86D

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

Shades of Mantis #8DC86D

Tints of Mantis #8DC86D

Color information

#8DC86D (or 0x8DC86D) is unknown color: approx Mantis. HEX triplet: 8D, C8 and 6D. RGB value is (141,200,109). Sum of RGB (Red+Green+Blue) = 141+200+109=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC86D is #723792. Grayscale: #ACACAC. Windows color (decimal): -7485331 or 7194765. OLE color: 7194765.

HSL color Cylindrical-coordinate representation of color #8DC86D: hue angle of 98.9º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DC86D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB141200109-
CMYK0.2900.460.22
HSL98.9º45.27%60.59%-
HSV(B)98.9º45.5%78.43%-
XYZ34.448.0821.93-
YUV171.9892.45105.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 200 (78.52% from 255) = 44.44%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=31.33%
G=44.44%
B=24.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001090.2900.460.2298.945.2760.59
Hex8DC86D1D02E16632d3d
Octal21531015535056261435575
Binary10001101110010001101101111010101110101101100011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,109); }

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

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

 a { background-color: rgb(141,200,109); }

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

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

 span { border-color: rgb(141,200,109); }

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