Shades of Mint Green #A1FF87
Tints of Mint Green #A1FF87
RGB
CMYK
RGB Variations
Color information
#A1FF87 (or 0xA1FF87) is known color: Mint Green. HEX triplet: A1, FF and 87. RGB value is (161,255,135). Sum of RGB (Red+Green+Blue) = 161+255+135=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FF87 is #5E0078. Grayscale: #D5D5D5. Windows color (decimal): -6160505 or 8912801. OLE color: 8912801.
HSL color Cylindrical-coordinate representation of color #A1FF87: hue angle of 107º 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 #A1FF87 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 135 | - |
| CMYK | 0.37 | 0 | 0.47 | 0 |
| HSL | 107º | 1% | 0.76% | - |
| HSV(B) | 107º | 0.47% | 1% | - |
| XYZ | 54.83 | 80.85 | 35.64 | - |
| YUV | 213.21 | 83.86 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 135 | 0.37 | 0 | 0.47 | 0 | 107 | 1 | 0.76 |
| Hex | A1 | FF | 87 | 25 | 0 | 2F | 0 | 6B | 64 | 4C |
| Octal | 241 | 377 | 207 | 45 | 0 | 57 | 0 | 153 | 144 | 114 |
| Binary | 10100001 | 11111111 | 10000111 | 100101 | 0 | 101111 | 0 | 1101011 | 1100100 | 1001100 |
Color Harmonies of #A1FF87
Complementary color
Monochromatic Colors of #A1FF87
Black with #A1FF87
Text Example
Text Example
White with #A1FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF87; }
p { color: rgb(161,255,135); }
H1.HeaderClassName
{
color: #A1FF87;
}
.AnyTagClassName
{
color: #A1FF87;
}
</style>
background-color css
<style>
a { background-color: #A1FF87; }
a { background-color: rgb(161,255,135); }
div.DivClassName
{
background-color: #A1FF87;
}
.BgClassName
{
background-color: #A1FF87;
}
</style>
border-color css
<style>
span { border-color: #A1FF87; }
span { border-color: rgb(161,255,135); }
td.TdClassName
{
border-color: #A1FF87;
}
.TagClassName
{
border-color: #A1FF87;
}
</style>