Html Css Color HEX #86CA5A Mantis

📋 copy color: '#86CA5A'

red 134 ◦ green 202 ◦ blue 90

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

Shades of Mantis #86CA5A

Tints of Mantis #86CA5A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 31.46%
G = 47.42%
B = 21.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#86CA5A (or 0x86CA5A) is known color: Mantis. HEX triplet: 86, CA and 5A. RGB value is (134,202,90). Sum of RGB (Red+Green+Blue) = 134+202+90=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA5A is #7935A5. Grayscale: #A9A9A9. Windows color (decimal): -7943590 or 5950086. OLE color: 5950086.

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

Color convert

RGB 134 202 90 -
CMYK 0.34 0 0.55 0.21
HSL 96.43º 0.51% 0.57% -
HSV(B) 96.43º 0.55% 0.79% -
XYZ 32.8 48.05 17.22 -
YUV 168.9 83.47 103.11 -
System Red Green Blue C M Y K H S L
Decimal 134 202 90 0.34 0 0.55 0.21 96.43 0.51 0.57
Hex 86 CA 5A 22 0 37 15 60 33 39
Octal 206 312 132 42 0 67 25 140 63 71
Binary 10000110 11001010 1011010 100010 0 110111 10101 1100000 110011 111001

Color Harmonies of #86CA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA5A

Black with #86CA5A

Text Example


Text Example

White with #86CA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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