Shades of Magic Mint #ACFDC9
Tints of Magic Mint #ACFDC9
RGB
CMYK
RGB Variations
Color information
#ACFDC9 (or 0xACFDC9) is known color: Magic Mint. HEX triplet: AC, FD and C9. RGB value is (172,253,201). Sum of RGB (Red+Green+Blue) = 172+253+201=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC9 is #530236. Grayscale: #DEDEDE. Windows color (decimal): -5440055 or 13237676. OLE color: 13237676.
HSL color Cylindrical-coordinate representation of color #ACFDC9: hue angle of 141.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDC9 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 201 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.01 |
| HSL | 141.48º | 0.95% | 0.83% | - |
| HSV(B) | 141.48º | 0.32% | 0.99% | - |
| XYZ | 62.68 | 83.24 | 68.02 | - |
| YUV | 222.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 201 | 0.32 | 0 | 0.21 | 0.01 | 141.48 | 0.95 | 0.83 |
| Hex | AC | FD | C9 | 20 | 0 | 15 | 1 | 8D | 5F | 53 |
| Octal | 254 | 375 | 311 | 40 | 0 | 25 | 1 | 215 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11001001 | 100000 | 0 | 10101 | 1 | 10001101 | 1011111 | 1010011 |
Color Harmonies of #ACFDC9
Complementary color
Monochromatic Colors of #ACFDC9
Black with #ACFDC9
Text Example
Text Example
White with #ACFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDC9; }
p { color: rgb(172,253,201); }
H1.HeaderClassName
{
color: #ACFDC9;
}
.AnyTagClassName
{
color: #ACFDC9;
}
</style>
background-color css
<style>
a { background-color: #ACFDC9; }
a { background-color: rgb(172,253,201); }
div.DivClassName
{
background-color: #ACFDC9;
}
.BgClassName
{
background-color: #ACFDC9;
}
</style>
border-color css
<style>
span { border-color: #ACFDC9; }
span { border-color: rgb(172,253,201); }
td.TdClassName
{
border-color: #ACFDC9;
}
.TagClassName
{
border-color: #ACFDC9;
}
</style>