#86CA6D

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

Shades of Mantis #86CA6D

Tints of Mantis #86CA6D

Color information

#86CA6D (or 0x86CA6D) is unknown color: approx Mantis. HEX triplet: 86, CA and 6D. RGB value is (134,202,109). Sum of RGB (Red+Green+Blue) = 134+202+109=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA6D is #793592. Grayscale: #ABABAB. Windows color (decimal): -7943571 or 7195270. OLE color: 7195270.

HSL color Cylindrical-coordinate representation of color #86CA6D: hue angle of 103.87º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CA6D is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB134202109-
CMYK0.3400.460.21
HSL103.87º46.73%60.98%-
HSV(B)103.87º46.04%79.22%-
XYZ33.7148.4122.04-
YUV171.0792.97101.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=30.11%
G=45.39%
B=24.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021090.3400.460.21103.8746.7360.98
Hex86CA6D2202E15682f3d
Octal20631215542056251505775
Binary100001101100101011011011000100101110101011101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,109); }

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

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

 a { background-color: rgb(134,202,109); }

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

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

 span { border-color: rgb(134,202,109); }

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