Shades of Magic Mint #ACFEC9
Tints of Magic Mint #ACFEC9
RGB
CMYK
RGB Variations
Color information
#ACFEC9 (or 0xACFEC9) is known color: Magic Mint. HEX triplet: AC, FE and C9. RGB value is (172,254,201). Sum of RGB (Red+Green+Blue) = 172+254+201=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC9 is #530136. Grayscale: #DFDFDF. Windows color (decimal): -5439799 or 13237932. OLE color: 13237932.
HSL color Cylindrical-coordinate representation of color #ACFEC9: hue angle of 141.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEC9 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 201 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.00 |
| HSL | 141.22º | 0.98% | 0.84% | - |
| HSV(B) | 141.22º | 0.32% | 1% | - |
| XYZ | 63 | 83.87 | 68.13 | - |
| YUV | 223.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 201 | 0.32 | 0 | 0.21 | 0.00 | 141.22 | 0.98 | 0.84 |
| Hex | AC | FE | C9 | 20 | 0 | 15 | 0 | 8D | 62 | 54 |
| Octal | 254 | 376 | 311 | 40 | 0 | 25 | 0 | 215 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11001001 | 100000 | 0 | 10101 | 0 | 10001101 | 1100010 | 1010100 |
Color Harmonies of #ACFEC9
Complementary color
Monochromatic Colors of #ACFEC9
Black with #ACFEC9
Text Example
Text Example
White with #ACFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEC9; }
p { color: rgb(172,254,201); }
H1.HeaderClassName
{
color: #ACFEC9;
}
.AnyTagClassName
{
color: #ACFEC9;
}
</style>
background-color css
<style>
a { background-color: #ACFEC9; }
a { background-color: rgb(172,254,201); }
div.DivClassName
{
background-color: #ACFEC9;
}
.BgClassName
{
background-color: #ACFEC9;
}
</style>
border-color css
<style>
span { border-color: #ACFEC9; }
span { border-color: rgb(172,254,201); }
td.TdClassName
{
border-color: #ACFEC9;
}
.TagClassName
{
border-color: #ACFEC9;
}
</style>