Shades of Magic Mint #A9FFCD
Tints of Magic Mint #A9FFCD
RGB
CMYK
RGB Variations
Color information
#A9FFCD (or 0xA9FFCD) is known color: Magic Mint. HEX triplet: A9, FF and CD. RGB value is (169,255,205). Sum of RGB (Red+Green+Blue) = 169+255+205=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFCD is #560032. Grayscale: #DFDFDF. Windows color (decimal): -5636147 or 13500329. OLE color: 13500329.
HSL color Cylindrical-coordinate representation of color #A9FFCD: hue angle of 145.12º 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 #A9FFCD is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 205 | - |
| CMYK | 0.34 | 0 | 0.20 | 0 |
| HSL | 145.12º | 1% | 0.83% | - |
| HSV(B) | 145.12º | 0.34% | 1% | - |
| XYZ | 63.14 | 84.36 | 70.71 | - |
| YUV | 223.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 205 | 0.34 | 0 | 0.20 | 0 | 145.12 | 1 | 0.83 |
| Hex | A9 | FF | CD | 22 | 0 | 14 | 0 | 91 | 64 | 53 |
| Octal | 251 | 377 | 315 | 42 | 0 | 24 | 0 | 221 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11001101 | 100010 | 0 | 10100 | 0 | 10010001 | 1100100 | 1010011 |
Color Harmonies of #A9FFCD
Complementary color
Monochromatic Colors of #A9FFCD
Black with #A9FFCD
Text Example
Text Example
White with #A9FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFCD; }
p { color: rgb(169,255,205); }
H1.HeaderClassName
{
color: #A9FFCD;
}
.AnyTagClassName
{
color: #A9FFCD;
}
</style>
background-color css
<style>
a { background-color: #A9FFCD; }
a { background-color: rgb(169,255,205); }
div.DivClassName
{
background-color: #A9FFCD;
}
.BgClassName
{
background-color: #A9FFCD;
}
</style>
border-color css
<style>
span { border-color: #A9FFCD; }
span { border-color: rgb(169,255,205); }
td.TdClassName
{
border-color: #A9FFCD;
}
.TagClassName
{
border-color: #A9FFCD;
}
</style>