#86D15A

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

Shades of Mantis #86D15A

Tints of Mantis #86D15A

Color information

#86D15A (or 0x86D15A) is unknown color: approx Mantis. HEX triplet: 86, D1 and 5A. RGB value is (134,209,90). Sum of RGB (Red+Green+Blue) = 134+209+90=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #86D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D15A is #792EA5. Grayscale: #ADADAD. Windows color (decimal): -7941798 or 5951878. OLE color: 5951878.

HSL color Cylindrical-coordinate representation of color #86D15A: hue angle of 97.82º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86D15A is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB13420990-
CMYK0.3600.570.18
HSL97.82º56.4%58.63%-
HSV(B)97.82º56.94%81.96%-
XYZ34.4851.4117.78-
YUV173.0181.15100.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 209 (82.03% from 255) = 48.27%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=30.95%
G=48.27%
B=20.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134209900.3600.570.1897.8256.458.63
Hex86D15A240391262383b
Octal20632113244071221427073
Binary100001101101000110110101001000111001100101100010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,209,90); }

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

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

 a { background-color: rgb(134,209,90); }

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

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

 span { border-color: rgb(134,209,90); }

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