#86C15C

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

Shades of Mantis #86C15C

Tints of Mantis #86C15C

Color information

#86C15C (or 0x86C15C) is unknown color: approx Mantis. HEX triplet: 86, C1 and 5C. RGB value is (134,193,92). Sum of RGB (Red+Green+Blue) = 134+193+92=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #86C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C15C is #793EA3. Grayscale: #A4A4A4. Windows color (decimal): -7945892 or 6078854. OLE color: 6078854.

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

Color convert

RGB13419392-
CMYK0.3100.520.24
HSL95.05º44.89%55.88%-
HSV(B)95.05º52.33%75.69%-
XYZ30.8343.9816.99-
YUV163.8487.45106.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=31.98%
G=46.06%
B=21.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193920.3100.520.2495.0544.8955.88
Hex86C15C1F034185f2d38
Octal20630113437064301375570
Binary10000110110000011011100111110110100110001011111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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