#86FEAA

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

Shades of Mint Green #86FEAA

Tints of Mint Green #86FEAA

Color information

#86FEAA (or 0x86FEAA) is unknown color: approx Mint Green. HEX triplet: 86, FE and AA. RGB value is (134,254,170). Sum of RGB (Red+Green+Blue) = 134+254+170=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FEAA is #790155. Grayscale: #D0D0D0. Windows color (decimal): -7930198 or 11206278. OLE color: 11206278.

HSL color Cylindrical-coordinate representation of color #86FEAA: hue angle of 138º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEAA is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB134254170-
CMYK0.4700.330.00
HSL138º98.36%76.08%-
HSV(B)138º47.24%99.61%-
XYZ52.5378.8550.48-
YUV208.54106.2474.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=24.01%
G=45.52%
B=30.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342541700.4700.330.0013898.3676.08
Hex86FEAA2F02108a624c
Octal206376252570410212142114
Binary100001101111111010101010101111010000101000101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,254,170); }

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

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

 a { background-color: rgb(134,254,170); }

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

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

 span { border-color: rgb(134,254,170); }

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