Shades of Magic Mint #A9FFC0
Tints of Magic Mint #A9FFC0
RGB
CMYK
RGB Variations
Color information
#A9FFC0 (or 0xA9FFC0) is known color: Magic Mint. HEX triplet: A9, FF and C0. RGB value is (169,255,192). Sum of RGB (Red+Green+Blue) = 169+255+192=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFC0 is #56003F. Grayscale: #DEDEDE. Windows color (decimal): -5636160 or 12648361. OLE color: 12648361.
HSL color Cylindrical-coordinate representation of color #A9FFC0: hue angle of 136.05º 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 #A9FFC0 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 192 | - |
| CMYK | 0.34 | 0 | 0.25 | 0 |
| HSL | 136.05º | 1% | 0.83% | - |
| HSV(B) | 136.05º | 0.34% | 1% | - |
| XYZ | 61.64 | 83.76 | 62.79 | - |
| YUV | 222.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 192 | 0.34 | 0 | 0.25 | 0 | 136.05 | 1 | 0.83 |
| Hex | A9 | FF | C0 | 22 | 0 | 19 | 0 | 88 | 64 | 53 |
| Octal | 251 | 377 | 300 | 42 | 0 | 31 | 0 | 210 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11000000 | 100010 | 0 | 11001 | 0 | 10001000 | 1100100 | 1010011 |
Color Harmonies of #A9FFC0
Complementary color
Monochromatic Colors of #A9FFC0
Black with #A9FFC0
Text Example
Text Example
White with #A9FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFC0; }
p { color: rgb(169,255,192); }
H1.HeaderClassName
{
color: #A9FFC0;
}
.AnyTagClassName
{
color: #A9FFC0;
}
</style>
background-color css
<style>
a { background-color: #A9FFC0; }
a { background-color: rgb(169,255,192); }
div.DivClassName
{
background-color: #A9FFC0;
}
.BgClassName
{
background-color: #A9FFC0;
}
</style>
border-color css
<style>
span { border-color: #A9FFC0; }
span { border-color: rgb(169,255,192); }
td.TdClassName
{
border-color: #A9FFC0;
}
.TagClassName
{
border-color: #A9FFC0;
}
</style>