Shades of Mint Green #A1FFA6
Tints of Mint Green #A1FFA6
RGB
CMYK
RGB Variations
Color information
#A1FFA6 (or 0xA1FFA6) is known color: Mint Green. HEX triplet: A1, FF and A6. RGB value is (161,255,166). Sum of RGB (Red+Green+Blue) = 161+255+166=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FFA6 is #5E0059. Grayscale: #D9D9D9. Windows color (decimal): -6160474 or 10944417. OLE color: 10944417.
HSL color Cylindrical-coordinate representation of color #A1FFA6: hue angle of 123.19º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFA6 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 166 | - |
| CMYK | 0.37 | 0 | 0.35 | 0 |
| HSL | 123.19º | 1% | 0.82% | - |
| HSV(B) | 123.19º | 0.37% | 1% | - |
| XYZ | 57.34 | 81.85 | 48.85 | - |
| YUV | 216.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 166 | 0.37 | 0 | 0.35 | 0 | 123.19 | 1 | 0.82 |
| Hex | A1 | FF | A6 | 25 | 0 | 23 | 0 | 7B | 64 | 52 |
| Octal | 241 | 377 | 246 | 45 | 0 | 43 | 0 | 173 | 144 | 122 |
| Binary | 10100001 | 11111111 | 10100110 | 100101 | 0 | 100011 | 0 | 1111011 | 1100100 | 1010010 |
Color Harmonies of #A1FFA6
Complementary color
Monochromatic Colors of #A1FFA6
Black with #A1FFA6
Text Example
Text Example
White with #A1FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFA6; }
p { color: rgb(161,255,166); }
H1.HeaderClassName
{
color: #A1FFA6;
}
.AnyTagClassName
{
color: #A1FFA6;
}
</style>
background-color css
<style>
a { background-color: #A1FFA6; }
a { background-color: rgb(161,255,166); }
div.DivClassName
{
background-color: #A1FFA6;
}
.BgClassName
{
background-color: #A1FFA6;
}
</style>
border-color css
<style>
span { border-color: #A1FFA6; }
span { border-color: rgb(161,255,166); }
td.TdClassName
{
border-color: #A1FFA6;
}
.TagClassName
{
border-color: #A1FFA6;
}
</style>