Shades of Magic Mint #A1FFC9
Tints of Magic Mint #A1FFC9
RGB
CMYK
RGB Variations
Color information
#A1FFC9 (or 0xA1FFC9) is known color: Magic Mint. HEX triplet: A1, FF and C9. RGB value is (161,255,201). Sum of RGB (Red+Green+Blue) = 161+255+201=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFC9 is #5E0036. Grayscale: #DCDCDC. Windows color (decimal): -6160439 or 13238177. OLE color: 13238177.
HSL color Cylindrical-coordinate representation of color #A1FFC9: hue angle of 145.53º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFC9 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 201 | - |
| CMYK | 0.37 | 0 | 0.21 | 0 |
| HSL | 145.53º | 1% | 0.82% | - |
| HSV(B) | 145.53º | 0.37% | 1% | - |
| XYZ | 61 | 83.31 | 68.12 | - |
| YUV | 220.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 201 | 0.37 | 0 | 0.21 | 0 | 145.53 | 1 | 0.82 |
| Hex | A1 | FF | C9 | 25 | 0 | 15 | 0 | 92 | 64 | 52 |
| Octal | 241 | 377 | 311 | 45 | 0 | 25 | 0 | 222 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11001001 | 100101 | 0 | 10101 | 0 | 10010010 | 1100100 | 1010010 |
Color Harmonies of #A1FFC9
Complementary color
Monochromatic Colors of #A1FFC9
Black with #A1FFC9
Text Example
Text Example
White with #A1FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFC9; }
p { color: rgb(161,255,201); }
H1.HeaderClassName
{
color: #A1FFC9;
}
.AnyTagClassName
{
color: #A1FFC9;
}
</style>
background-color css
<style>
a { background-color: #A1FFC9; }
a { background-color: rgb(161,255,201); }
div.DivClassName
{
background-color: #A1FFC9;
}
.BgClassName
{
background-color: #A1FFC9;
}
</style>
border-color css
<style>
span { border-color: #A1FFC9; }
span { border-color: rgb(161,255,201); }
td.TdClassName
{
border-color: #A1FFC9;
}
.TagClassName
{
border-color: #A1FFC9;
}
</style>