#86C064

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

Shades of Mantis #86C064

Tints of Mantis #86C064

Color information

#86C064 (or 0x86C064) is unknown color: approx Mantis. HEX triplet: 86, C0 and 64. RGB value is (134,192,100). Sum of RGB (Red+Green+Blue) = 134+192+100=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #86C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C064 is #793F9B. Grayscale: #A4A4A4. Windows color (decimal): -7946140 or 6602886. OLE color: 6602886.

HSL color Cylindrical-coordinate representation of color #86C064: hue angle of 97.83º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86C064 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB134192100-
CMYK0.3000.480.25
HSL97.83º42.2%57.25%-
HSV(B)97.83º47.92%75.29%-
XYZ30.9843.6918.86-
YUV164.1791.78106.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 192 (75.39% from 255) = 45.07%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=31.46%
G=45.07%
B=23.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341921000.3000.480.2597.8342.257.25
Hex86C0641E03019622a39
Octal20630014436060311425271
Binary10000110110000001100100111100110000110011100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86C064; }

 p { color: rgb(134,192,100); }

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

<style>
 a { background-color: #86C064; }

 a { background-color: rgb(134,192,100); }

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

<style>
 span { border-color: #86C064; }

 span { border-color: rgb(134,192,100); }

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