Shades of Mint Green #A1FF86
Tints of Mint Green #A1FF86
RGB
CMYK
RGB Variations
Color information
#A1FF86 (or 0xA1FF86) is known color: Mint Green. HEX triplet: A1, FF and 86. RGB value is (161,255,134). Sum of RGB (Red+Green+Blue) = 161+255+134=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FF86 is #5E0079. Grayscale: #D5D5D5. Windows color (decimal): -6160506 or 8847265. OLE color: 8847265.
HSL color Cylindrical-coordinate representation of color #A1FF86: hue angle of 106.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1FF86 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 134 | - |
| CMYK | 0.37 | 0 | 0.47 | 0 |
| HSL | 106.61º | 1% | 0.76% | - |
| HSV(B) | 106.61º | 0.47% | 1% | - |
| XYZ | 54.76 | 80.82 | 35.27 | - |
| YUV | 213.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 134 | 0.37 | 0 | 0.47 | 0 | 106.61 | 1 | 0.76 |
| Hex | A1 | FF | 86 | 25 | 0 | 2F | 0 | 6B | 64 | 4C |
| Octal | 241 | 377 | 206 | 45 | 0 | 57 | 0 | 153 | 144 | 114 |
| Binary | 10100001 | 11111111 | 10000110 | 100101 | 0 | 101111 | 0 | 1101011 | 1100100 | 1001100 |
Color Harmonies of #A1FF86
Complementary color
Monochromatic Colors of #A1FF86
Black with #A1FF86
Text Example
Text Example
White with #A1FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF86; }
p { color: rgb(161,255,134); }
H1.HeaderClassName
{
color: #A1FF86;
}
.AnyTagClassName
{
color: #A1FF86;
}
</style>
background-color css
<style>
a { background-color: #A1FF86; }
a { background-color: rgb(161,255,134); }
div.DivClassName
{
background-color: #A1FF86;
}
.BgClassName
{
background-color: #A1FF86;
}
</style>
border-color css
<style>
span { border-color: #A1FF86; }
span { border-color: rgb(161,255,134); }
td.TdClassName
{
border-color: #A1FF86;
}
.TagClassName
{
border-color: #A1FF86;
}
</style>