Shades of Mint Green #ACFFA8
Tints of Mint Green #ACFFA8
RGB
CMYK
RGB Variations
Color information
#ACFFA8 (or 0xACFFA8) is known color: Mint Green. HEX triplet: AC, FF and A8. RGB value is (172,255,168). Sum of RGB (Red+Green+Blue) = 172+255+168=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFFA8 is #530057. Grayscale: #DCDCDC. Windows color (decimal): -5439576 or 11075500. OLE color: 11075500.
HSL color Cylindrical-coordinate representation of color #ACFFA8: hue angle of 117.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACFFA8 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 168 | - |
| CMYK | 0.33 | 0 | 0.34 | 0 |
| HSL | 117.24º | 1% | 0.83% | - |
| HSV(B) | 117.24º | 0.34% | 1% | - |
| XYZ | 59.84 | 83.12 | 49.94 | - |
| YUV | 220.27 | 98.5 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 168 | 0.33 | 0 | 0.34 | 0 | 117.24 | 1 | 0.83 |
| Hex | AC | FF | A8 | 21 | 0 | 22 | 0 | 75 | 64 | 53 |
| Octal | 254 | 377 | 250 | 41 | 0 | 42 | 0 | 165 | 144 | 123 |
| Binary | 10101100 | 11111111 | 10101000 | 100001 | 0 | 100010 | 0 | 1110101 | 1100100 | 1010011 |
Color Harmonies of #ACFFA8
Complementary color
Monochromatic Colors of #ACFFA8
Black with #ACFFA8
Text Example
Text Example
White with #ACFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFA8; }
p { color: rgb(172,255,168); }
H1.HeaderClassName
{
color: #ACFFA8;
}
.AnyTagClassName
{
color: #ACFFA8;
}
</style>
background-color css
<style>
a { background-color: #ACFFA8; }
a { background-color: rgb(172,255,168); }
div.DivClassName
{
background-color: #ACFFA8;
}
.BgClassName
{
background-color: #ACFFA8;
}
</style>
border-color css
<style>
span { border-color: #ACFFA8; }
span { border-color: rgb(172,255,168); }
td.TdClassName
{
border-color: #ACFFA8;
}
.TagClassName
{
border-color: #ACFFA8;
}
</style>