Shades of Magic Mint #A5FFD9
Tints of Magic Mint #A5FFD9
RGB
CMYK
RGB Variations
Color information
#A5FFD9 (or 0xA5FFD9) is known color: Magic Mint. HEX triplet: A5, FF and D9. RGB value is (165,255,217). Sum of RGB (Red+Green+Blue) = 165+255+217=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFD9 is #5A0026. Grayscale: #DFDFDF. Windows color (decimal): -5898279 or 14286757. OLE color: 14286757.
HSL color Cylindrical-coordinate representation of color #A5FFD9: hue angle of 154.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFD9 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 217 | - |
| CMYK | 0.35 | 0 | 0.15 | 0 |
| HSL | 154.67º | 1% | 0.82% | - |
| HSV(B) | 154.67º | 0.35% | 1% | - |
| XYZ | 63.8 | 84.53 | 78.6 | - |
| YUV | 223.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 217 | 0.35 | 0 | 0.15 | 0 | 154.67 | 1 | 0.82 |
| Hex | A5 | FF | D9 | 23 | 0 | F | 0 | 9B | 64 | 52 |
| Octal | 245 | 377 | 331 | 43 | 0 | 17 | 0 | 233 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11011001 | 100011 | 0 | 1111 | 0 | 10011011 | 1100100 | 1010010 |
Color Harmonies of #A5FFD9
Complementary color
Monochromatic Colors of #A5FFD9
Black with #A5FFD9
Text Example
Text Example
White with #A5FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFD9; }
p { color: rgb(165,255,217); }
H1.HeaderClassName
{
color: #A5FFD9;
}
.AnyTagClassName
{
color: #A5FFD9;
}
</style>
background-color css
<style>
a { background-color: #A5FFD9; }
a { background-color: rgb(165,255,217); }
div.DivClassName
{
background-color: #A5FFD9;
}
.BgClassName
{
background-color: #A5FFD9;
}
</style>
border-color css
<style>
span { border-color: #A5FFD9; }
span { border-color: rgb(165,255,217); }
td.TdClassName
{
border-color: #A5FFD9;
}
.TagClassName
{
border-color: #A5FFD9;
}
</style>