Shades of Magic Mint #A9F4CA
Tints of Magic Mint #A9F4CA
RGB
CMYK
RGB Variations
Color information
#A9F4CA (or 0xA9F4CA) is known color: Magic Mint. HEX triplet: A9, F4 and CA. RGB value is (169,244,202). Sum of RGB (Red+Green+Blue) = 169+244+202=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #A9F4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F4CA is #560B35. Grayscale: #D8D8D8. Windows color (decimal): -5638966 or 13300905. OLE color: 13300905.
HSL color Cylindrical-coordinate representation of color #A9F4CA: hue angle of 146.4º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9F4CA is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 244 | 202 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.04 |
| HSL | 146.4º | 0.77% | 0.81% | - |
| HSV(B) | 146.4º | 0.31% | 0.96% | - |
| XYZ | 59.37 | 77.4 | 67.69 | - |
| YUV | 216.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 244 | 202 | 0.31 | 0 | 0.17 | 0.04 | 146.4 | 0.77 | 0.81 |
| Hex | A9 | F4 | CA | 1F | 0 | 11 | 4 | 92 | 4D | 51 |
| Octal | 251 | 364 | 312 | 37 | 0 | 21 | 4 | 222 | 115 | 121 |
| Binary | 10101001 | 11110100 | 11001010 | 11111 | 0 | 10001 | 100 | 10010010 | 1001101 | 1010001 |
Color Harmonies of #A9F4CA
Complementary color
Monochromatic Colors of #A9F4CA
Black with #A9F4CA
Text Example
Text Example
White with #A9F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F4CA; }
p { color: rgb(169,244,202); }
H1.HeaderClassName
{
color: #A9F4CA;
}
.AnyTagClassName
{
color: #A9F4CA;
}
</style>
background-color css
<style>
a { background-color: #A9F4CA; }
a { background-color: rgb(169,244,202); }
div.DivClassName
{
background-color: #A9F4CA;
}
.BgClassName
{
background-color: #A9F4CA;
}
</style>
border-color css
<style>
span { border-color: #A9F4CA; }
span { border-color: rgb(169,244,202); }
td.TdClassName
{
border-color: #A9F4CA;
}
.TagClassName
{
border-color: #A9F4CA;
}
</style>