#86C266

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

Shades of Mantis #86C266

Tints of Mantis #86C266

Color information

#86C266 (or 0x86C266) is unknown color: approx Mantis. HEX triplet: 86, C2 and 66. RGB value is (134,194,102). Sum of RGB (Red+Green+Blue) = 134+194+102=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #86C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C266 is #793D99. Grayscale: #A5A5A5. Windows color (decimal): -7945626 or 6734470. OLE color: 6734470.

HSL color Cylindrical-coordinate representation of color #86C266: hue angle of 99.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C266 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB134194102-
CMYK0.3100.470.24
HSL99.13º42.99%58.04%-
HSV(B)99.13º47.42%76.08%-
XYZ31.5244.6119.52-
YUV165.5792.12105.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=31.16%
G=45.12%
B=23.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341941020.3100.470.2499.1342.9958.04
Hex86C2661F02F18632b3a
Octal20630214637057301435372
Binary10000110110000101100110111110101111110001100011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,194,102); }

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

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

 a { background-color: rgb(134,194,102); }

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

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

 span { border-color: rgb(134,194,102); }

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