Shades of Magic Mint #A1FFD9
Tints of Magic Mint #A1FFD9
RGB
CMYK
RGB Variations
Color information
#A1FFD9 (or 0xA1FFD9) is known color: Magic Mint. HEX triplet: A1, FF and D9. RGB value is (161,255,217). Sum of RGB (Red+Green+Blue) = 161+255+217=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFD9 is #5E0026. Grayscale: #DEDEDE. Windows color (decimal): -6160423 or 14286753. OLE color: 14286753.
HSL color Cylindrical-coordinate representation of color #A1FFD9: hue angle of 155.74º 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 #A1FFD9 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 217 | - |
| CMYK | 0.37 | 0 | 0.15 | 0 |
| HSL | 155.74º | 1% | 0.82% | - |
| HSV(B) | 155.74º | 0.37% | 1% | - |
| XYZ | 62.98 | 84.11 | 78.56 | - |
| YUV | 222.56 | 124.86 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 217 | 0.37 | 0 | 0.15 | 0 | 155.74 | 1 | 0.82 |
| Hex | A1 | FF | D9 | 25 | 0 | F | 0 | 9C | 64 | 52 |
| Octal | 241 | 377 | 331 | 45 | 0 | 17 | 0 | 234 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11011001 | 100101 | 0 | 1111 | 0 | 10011100 | 1100100 | 1010010 |
Color Harmonies of #A1FFD9
Complementary color
Monochromatic Colors of #A1FFD9
Black with #A1FFD9
Text Example
Text Example
White with #A1FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFD9; }
p { color: rgb(161,255,217); }
H1.HeaderClassName
{
color: #A1FFD9;
}
.AnyTagClassName
{
color: #A1FFD9;
}
</style>
background-color css
<style>
a { background-color: #A1FFD9; }
a { background-color: rgb(161,255,217); }
div.DivClassName
{
background-color: #A1FFD9;
}
.BgClassName
{
background-color: #A1FFD9;
}
</style>
border-color css
<style>
span { border-color: #A1FFD9; }
span { border-color: rgb(161,255,217); }
td.TdClassName
{
border-color: #A1FFD9;
}
.TagClassName
{
border-color: #A1FFD9;
}
</style>