#86C148

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

Shades of Mantis #86C148

Tints of Mantis #86C148

Color information

#86C148 (or 0x86C148) is unknown color: approx Mantis. HEX triplet: 86, C1 and 48. RGB value is (134,193,72). Sum of RGB (Red+Green+Blue) = 134+193+72=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #86C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C148 is #793EB7. Grayscale: #A1A1A1. Windows color (decimal): -7945912 or 4768134. OLE color: 4768134.

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

Color convert

RGB13419372-
CMYK0.3100.630.24
HSL89.26º49.39%51.96%-
HSV(B)89.26º62.69%75.69%-
XYZ30.0743.6812.98-
YUV161.5677.45108.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=33.58%
G=48.37%
B=18.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193720.3100.630.2489.2649.3951.96
Hex86C1481F03F18593134
Octal20630111037077301316164
Binary10000110110000011001000111110111111110001011001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,72); }

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

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

 a { background-color: rgb(134,193,72); }

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

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

 span { border-color: rgb(134,193,72); }

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