Html Css Color HEX #86C16D Mantis

📋 copy color: '#86C16D'

red 134 ◦ green 193 ◦ blue 109

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

Shades of Mantis #86C16D

Tints of Mantis #86C16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 30.73%
G = 44.27%
B = 25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#86C16D (or 0x86C16D) is known color: Mantis. HEX triplet: 86, C1 and 6D. RGB value is (134,193,109). Sum of RGB (Red+Green+Blue) = 134+193+109=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #86C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C16D is #793E92. Grayscale: #A6A6A6. Windows color (decimal): -7945875 or 7192966. OLE color: 7192966.

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

Color convert

RGB 134 193 109 -
CMYK 0.31 0 0.44 0.24
HSL 102.14º 0.4% 0.59% -
HSV(B) 102.14º 0.44% 0.76% -
XYZ 31.66 44.31 21.35 -
YUV 165.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 134 193 109 0.31 0 0.44 0.24 102.14 0.4 0.59
Hex 86 C1 6D 1F 0 2C 18 66 28 3B
Octal 206 301 155 37 0 54 30 146 50 73
Binary 10000110 11000001 1101101 11111 0 101100 11000 1100110 101000 111011

Color Harmonies of #86C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C16D

Black with #86C16D

Text Example


Text Example

White with #86C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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