Shades of Magic Mint #A9FFD0
Tints of Magic Mint #A9FFD0
RGB
CMYK
RGB Variations
Color information
#A9FFD0 (or 0xA9FFD0) is known color: Magic Mint. HEX triplet: A9, FF and D0. RGB value is (169,255,208). Sum of RGB (Red+Green+Blue) = 169+255+208=632 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.74% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFD0 is #56002F. Grayscale: #E0E0E0. Windows color (decimal): -5636144 or 13696937. OLE color: 13696937.
HSL color Cylindrical-coordinate representation of color #A9FFD0: hue angle of 147.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFD0 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 208 | - |
| CMYK | 0.34 | 0 | 0.18 | 0 |
| HSL | 147.21º | 1% | 0.83% | - |
| HSV(B) | 147.21º | 0.34% | 1% | - |
| XYZ | 63.51 | 84.51 | 72.64 | - |
| YUV | 223.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 208 | 0.34 | 0 | 0.18 | 0 | 147.21 | 1 | 0.83 |
| Hex | A9 | FF | D0 | 22 | 0 | 12 | 0 | 93 | 64 | 53 |
| Octal | 251 | 377 | 320 | 42 | 0 | 22 | 0 | 223 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11010000 | 100010 | 0 | 10010 | 0 | 10010011 | 1100100 | 1010011 |
Color Harmonies of #A9FFD0
Complementary color
Monochromatic Colors of #A9FFD0
Black with #A9FFD0
Text Example
Text Example
White with #A9FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFD0; }
p { color: rgb(169,255,208); }
H1.HeaderClassName
{
color: #A9FFD0;
}
.AnyTagClassName
{
color: #A9FFD0;
}
</style>
background-color css
<style>
a { background-color: #A9FFD0; }
a { background-color: rgb(169,255,208); }
div.DivClassName
{
background-color: #A9FFD0;
}
.BgClassName
{
background-color: #A9FFD0;
}
</style>
border-color css
<style>
span { border-color: #A9FFD0; }
span { border-color: rgb(169,255,208); }
td.TdClassName
{
border-color: #A9FFD0;
}
.TagClassName
{
border-color: #A9FFD0;
}
</style>