#8DC86C

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

Shades of Mantis #8DC86C

Tints of Mantis #8DC86C

Color information

#8DC86C (or 0x8DC86C) is unknown color: approx Mantis. HEX triplet: 8D, C8 and 6C. RGB value is (141,200,108). Sum of RGB (Red+Green+Blue) = 141+200+108=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC86C is #723793. Grayscale: #ACACAC. Windows color (decimal): -7485332 or 7129229. OLE color: 7129229.

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

Color convert

RGB141200108-
CMYK0.2900.460.22
HSL98.48º45.54%60.39%-
HSV(B)98.48º46%78.43%-
XYZ34.3548.0521.65-
YUV171.8791.95105.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 200 (78.52% from 255) = 44.54%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=31.40%
G=44.54%
B=24.05%

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
Decimal1412001080.2900.460.2298.4845.5460.39
Hex8DC86C1D02E16622e3c
Octal21531015435056261425674
Binary10001101110010001101100111010101110101101100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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