Html Css Color HEX #86C146 Mantis

📋 copy color: '#86C146'

red 134 ◦ green 193 ◦ blue 70

#86C146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #86C146

Tints of Mantis #86C146

RGB

 RED value IS 134 (52.73% from 255) = 33.75%

 GREEN value IS 193 (75.78% from 255) = 48.61%

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 33.75%
G = 48.61%
B = 17.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#86C146 (or 0x86C146) is known color: Mantis. HEX triplet: 86, C1 and 46. RGB value is (134,193,70). Sum of RGB (Red+Green+Blue) = 134+193+70=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #86C146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C146 is #793EB9. Grayscale: #A1A1A1. Windows color (decimal): -7945914 or 4637062. OLE color: 4637062.

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

Color convert

RGB 134 193 70 -
CMYK 0.31 0 0.64 0.24
HSL 88.78º 0.5% 0.52% -
HSV(B) 88.78º 0.64% 0.76% -
XYZ 30.01 43.65 12.64 -
YUV 161.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 134 193 70 0.31 0 0.64 0.24 88.78 0.5 0.52
Hex 86 C1 46 1F 0 40 18 59 32 34
Octal 206 301 106 37 0 100 30 131 62 64
Binary 10000110 11000001 1000110 11111 0 1000000 11000 1011001 110010 110100

Color Harmonies of #86C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C146

Black with #86C146

Text Example


Text Example

White with #86C146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86C146;
 }
 .AnyTagClassName
 {
   color: #86C146;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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