Shades of Magic Mint #A5FED9
Tints of Magic Mint #A5FED9
RGB
CMYK
RGB Variations
Color information
#A5FED9 (or 0xA5FED9) is known color: Magic Mint. HEX triplet: A5, FE and D9. RGB value is (165,254,217). Sum of RGB (Red+Green+Blue) = 165+254+217=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FED9 is #5A0126. Grayscale: #DFDFDF. Windows color (decimal): -5898535 or 14286501. OLE color: 14286501.
HSL color Cylindrical-coordinate representation of color #A5FED9: hue angle of 155.06º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FED9 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 217 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.00 |
| HSL | 155.06º | 0.98% | 0.82% | - |
| HSV(B) | 155.06º | 0.35% | 1% | - |
| XYZ | 63.48 | 83.89 | 78.49 | - |
| YUV | 223.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 217 | 0.35 | 0 | 0.15 | 0.00 | 155.06 | 0.98 | 0.82 |
| Hex | A5 | FE | D9 | 23 | 0 | F | 0 | 9B | 62 | 52 |
| Octal | 245 | 376 | 331 | 43 | 0 | 17 | 0 | 233 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11011001 | 100011 | 0 | 1111 | 0 | 10011011 | 1100010 | 1010010 |
Color Harmonies of #A5FED9
Complementary color
Monochromatic Colors of #A5FED9
Black with #A5FED9
Text Example
Text Example
White with #A5FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FED9; }
p { color: rgb(165,254,217); }
H1.HeaderClassName
{
color: #A5FED9;
}
.AnyTagClassName
{
color: #A5FED9;
}
</style>
background-color css
<style>
a { background-color: #A5FED9; }
a { background-color: rgb(165,254,217); }
div.DivClassName
{
background-color: #A5FED9;
}
.BgClassName
{
background-color: #A5FED9;
}
</style>
border-color css
<style>
span { border-color: #A5FED9; }
span { border-color: rgb(165,254,217); }
td.TdClassName
{
border-color: #A5FED9;
}
.TagClassName
{
border-color: #A5FED9;
}
</style>