#86C14A

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

Shades of Mantis #86C14A

Tints of Mantis #86C14A

Color information

#86C14A (or 0x86C14A) is unknown color: approx Mantis. HEX triplet: 86, C1 and 4A. RGB value is (134,193,74). Sum of RGB (Red+Green+Blue) = 134+193+74=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #86C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C14A is #793EB5. Grayscale: #A2A2A2. Windows color (decimal): -7945910 or 4899206. OLE color: 4899206.

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

Color convert

RGB13419374-
CMYK0.3100.620.24
HSL89.75º48.97%52.35%-
HSV(B)89.75º61.66%75.69%-
XYZ30.1443.713.33-
YUV161.7978.45108.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=33.42%
G=48.13%
B=18.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193740.3100.620.2489.7548.9752.35
Hex86C14A1F03E185a3134
Octal20630111237076301326164
Binary10000110110000011001010111110111110110001011010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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