#86CA4A

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

Shades of Mantis #86CA4A

Tints of Mantis #86CA4A

Color information

#86CA4A (or 0x86CA4A) is unknown color: approx Mantis. HEX triplet: 86, CA and 4A. RGB value is (134,202,74). Sum of RGB (Red+Green+Blue) = 134+202+74=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA4A is #7935B5. Grayscale: #A7A7A7. Windows color (decimal): -7943606 or 4901510. OLE color: 4901510.

HSL color Cylindrical-coordinate representation of color #86CA4A: hue angle of 91.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86CA4A is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB13420274-
CMYK0.3400.630.21
HSL91.88º54.7%54.12%-
HSV(B)91.88º63.37%79.22%-
XYZ32.1947.814.01-
YUV167.0875.47104.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=32.68%
G=49.27%
B=18.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202740.3400.630.2191.8854.754.12
Hex86CA4A2203F155c3736
Octal20631211242077251346766
Binary100001101100101010010101000100111111101011011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,74); }

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

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

 a { background-color: rgb(134,202,74); }

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

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

 span { border-color: rgb(134,202,74); }

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