Shades of Magic Mint #A2FCC9
Tints of Magic Mint #A2FCC9
RGB
CMYK
RGB Variations
Color information
#A2FCC9 (or 0xA2FCC9) is known color: Magic Mint. HEX triplet: A2, FC and C9. RGB value is (162,252,201). Sum of RGB (Red+Green+Blue) = 162+252+201=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCC9 is #5D0336. Grayscale: #DBDBDB. Windows color (decimal): -6095671 or 13237410. OLE color: 13237410.
HSL color Cylindrical-coordinate representation of color #A2FCC9: hue angle of 146º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCC9 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 201 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.01 |
| HSL | 146º | 0.94% | 0.81% | - |
| HSV(B) | 146º | 0.36% | 0.99% | - |
| XYZ | 60.25 | 81.52 | 67.82 | - |
| YUV | 219.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 201 | 0.36 | 0 | 0.20 | 0.01 | 146 | 0.94 | 0.81 |
| Hex | A2 | FC | C9 | 24 | 0 | 14 | 1 | 92 | 5E | 51 |
| Octal | 242 | 374 | 311 | 44 | 0 | 24 | 1 | 222 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11001001 | 100100 | 0 | 10100 | 1 | 10010010 | 1011110 | 1010001 |
Color Harmonies of #A2FCC9
Complementary color
Monochromatic Colors of #A2FCC9
Black with #A2FCC9
Text Example
Text Example
White with #A2FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCC9; }
p { color: rgb(162,252,201); }
H1.HeaderClassName
{
color: #A2FCC9;
}
.AnyTagClassName
{
color: #A2FCC9;
}
</style>
background-color css
<style>
a { background-color: #A2FCC9; }
a { background-color: rgb(162,252,201); }
div.DivClassName
{
background-color: #A2FCC9;
}
.BgClassName
{
background-color: #A2FCC9;
}
</style>
border-color css
<style>
span { border-color: #A2FCC9; }
span { border-color: rgb(162,252,201); }
td.TdClassName
{
border-color: #A2FCC9;
}
.TagClassName
{
border-color: #A2FCC9;
}
</style>