Shades of Magic Mint #A9FEE0
Tints of Magic Mint #A9FEE0
RGB
CMYK
RGB Variations
Color information
#A9FEE0 (or 0xA9FEE0) is known color: Magic Mint. HEX triplet: A9, FE and E0. RGB value is (169,254,224). Sum of RGB (Red+Green+Blue) = 169+254+224=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FEE0 is #56011F. Grayscale: #E1E1E1. Windows color (decimal): -5636384 or 14745257. OLE color: 14745257.
HSL color Cylindrical-coordinate representation of color #A9FEE0: hue angle of 158.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FEE0 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 254 | 224 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.00 |
| HSL | 158.82º | 0.98% | 0.83% | - |
| HSV(B) | 158.82º | 0.33% | 1% | - |
| XYZ | 65.26 | 84.7 | 83.43 | - |
| YUV | 225.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 254 | 224 | 0.33 | 0 | 0.12 | 0.00 | 158.82 | 0.98 | 0.83 |
| Hex | A9 | FE | E0 | 21 | 0 | C | 0 | 9F | 62 | 53 |
| Octal | 251 | 376 | 340 | 41 | 0 | 14 | 0 | 237 | 142 | 123 |
| Binary | 10101001 | 11111110 | 11100000 | 100001 | 0 | 1100 | 0 | 10011111 | 1100010 | 1010011 |
Color Harmonies of #A9FEE0
Complementary color
Monochromatic Colors of #A9FEE0
Black with #A9FEE0
Text Example
Text Example
White with #A9FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FEE0; }
p { color: rgb(169,254,224); }
H1.HeaderClassName
{
color: #A9FEE0;
}
.AnyTagClassName
{
color: #A9FEE0;
}
</style>
background-color css
<style>
a { background-color: #A9FEE0; }
a { background-color: rgb(169,254,224); }
div.DivClassName
{
background-color: #A9FEE0;
}
.BgClassName
{
background-color: #A9FEE0;
}
</style>
border-color css
<style>
span { border-color: #A9FEE0; }
span { border-color: rgb(169,254,224); }
td.TdClassName
{
border-color: #A9FEE0;
}
.TagClassName
{
border-color: #A9FEE0;
}
</style>