#86C272

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

Shades of Mantis #86C272

Tints of Mantis #86C272

Color information

#86C272 (or 0x86C272) is unknown color: approx Mantis. HEX triplet: 86, C2 and 72. RGB value is (134,194,114). Sum of RGB (Red+Green+Blue) = 134+194+114=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #86C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C272 is #793D8D. Grayscale: #A7A7A7. Windows color (decimal): -7945614 or 7520902. OLE color: 7520902.

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

Color convert

RGB134194114-
CMYK0.3100.410.24
HSL105º39.6%60.39%-
HSV(B)105º41.24%76.08%-
XYZ32.1644.8722.88-
YUV166.9498.12104.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 194 (76.17% from 255) = 43.89%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=30.32%
G=43.89%
B=25.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341941140.3100.410.2410539.660.39
Hex86C2721F0291869283c
Octal20630216237051301515074
Binary10000110110000101110010111110101001110001101001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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