Shades of Magic Mint #A9FFC7
Tints of Magic Mint #A9FFC7
RGB
CMYK
RGB Variations
Color information
#A9FFC7 (or 0xA9FFC7) is known color: Magic Mint. HEX triplet: A9, FF and C7. RGB value is (169,255,199). Sum of RGB (Red+Green+Blue) = 169+255+199=623 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.13% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFC7 is #560038. Grayscale: #DFDFDF. Windows color (decimal): -5636153 or 13107113. OLE color: 13107113.
HSL color Cylindrical-coordinate representation of color #A9FFC7: hue angle of 140.93º 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 #A9FFC7 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 199 | - |
| CMYK | 0.34 | 0 | 0.22 | 0 |
| HSL | 140.93º | 1% | 0.83% | - |
| HSV(B) | 140.93º | 0.34% | 1% | - |
| XYZ | 62.43 | 84.08 | 66.97 | - |
| YUV | 222.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 199 | 0.34 | 0 | 0.22 | 0 | 140.93 | 1 | 0.83 |
| Hex | A9 | FF | C7 | 22 | 0 | 16 | 0 | 8D | 64 | 53 |
| Octal | 251 | 377 | 307 | 42 | 0 | 26 | 0 | 215 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11000111 | 100010 | 0 | 10110 | 0 | 10001101 | 1100100 | 1010011 |
Color Harmonies of #A9FFC7
Complementary color
Monochromatic Colors of #A9FFC7
Black with #A9FFC7
Text Example
Text Example
White with #A9FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFC7; }
p { color: rgb(169,255,199); }
H1.HeaderClassName
{
color: #A9FFC7;
}
.AnyTagClassName
{
color: #A9FFC7;
}
</style>
background-color css
<style>
a { background-color: #A9FFC7; }
a { background-color: rgb(169,255,199); }
div.DivClassName
{
background-color: #A9FFC7;
}
.BgClassName
{
background-color: #A9FFC7;
}
</style>
border-color css
<style>
span { border-color: #A9FFC7; }
span { border-color: rgb(169,255,199); }
td.TdClassName
{
border-color: #A9FFC7;
}
.TagClassName
{
border-color: #A9FFC7;
}
</style>