Shades of Magic Mint #A2FFC9
Tints of Magic Mint #A2FFC9
RGB
CMYK
RGB Variations
Color information
#A2FFC9 (or 0xA2FFC9) is known color: Magic Mint. HEX triplet: A2, FF and C9. RGB value is (162,255,201). Sum of RGB (Red+Green+Blue) = 162+255+201=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFC9 is #5D0036. Grayscale: #DDDDDD. Windows color (decimal): -6094903 or 13238178. OLE color: 13238178.
HSL color Cylindrical-coordinate representation of color #A2FFC9: hue angle of 145.16º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFC9 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 201 | - |
| CMYK | 0.36 | 0 | 0.21 | 0 |
| HSL | 145.16º | 1% | 0.82% | - |
| HSV(B) | 145.16º | 0.36% | 1% | - |
| XYZ | 61.2 | 83.42 | 68.13 | - |
| YUV | 221.04 | 116.69 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 201 | 0.36 | 0 | 0.21 | 0 | 145.16 | 1 | 0.82 |
| Hex | A2 | FF | C9 | 24 | 0 | 15 | 0 | 91 | 64 | 52 |
| Octal | 242 | 377 | 311 | 44 | 0 | 25 | 0 | 221 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11001001 | 100100 | 0 | 10101 | 0 | 10010001 | 1100100 | 1010010 |
Color Harmonies of #A2FFC9
Complementary color
Monochromatic Colors of #A2FFC9
Black with #A2FFC9
Text Example
Text Example
White with #A2FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFC9; }
p { color: rgb(162,255,201); }
H1.HeaderClassName
{
color: #A2FFC9;
}
.AnyTagClassName
{
color: #A2FFC9;
}
</style>
background-color css
<style>
a { background-color: #A2FFC9; }
a { background-color: rgb(162,255,201); }
div.DivClassName
{
background-color: #A2FFC9;
}
.BgClassName
{
background-color: #A2FFC9;
}
</style>
border-color css
<style>
span { border-color: #A2FFC9; }
span { border-color: rgb(162,255,201); }
td.TdClassName
{
border-color: #A2FFC9;
}
.TagClassName
{
border-color: #A2FFC9;
}
</style>