Shades of Mint Green #A0FEAC
Tints of Mint Green #A0FEAC
RGB
CMYK
RGB Variations
Color information
#A0FEAC (or 0xA0FEAC) is known color: Mint Green. HEX triplet: A0, FE and AC. RGB value is (160,254,172). Sum of RGB (Red+Green+Blue) = 160+254+172=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEAC is #5F0153. Grayscale: #D8D8D8. Windows color (decimal): -6226260 or 11337376. OLE color: 11337376.
HSL color Cylindrical-coordinate representation of color #A0FEAC: hue angle of 127.66º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEAC is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 172 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.00 |
| HSL | 127.66º | 0.98% | 0.81% | - |
| HSV(B) | 127.66º | 0.37% | 1% | - |
| XYZ | 57.39 | 81.34 | 51.7 | - |
| YUV | 216.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 172 | 0.37 | 0 | 0.32 | 0.00 | 127.66 | 0.98 | 0.81 |
| Hex | A0 | FE | AC | 25 | 0 | 20 | 0 | 80 | 62 | 51 |
| Octal | 240 | 376 | 254 | 45 | 0 | 40 | 0 | 200 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10101100 | 100101 | 0 | 100000 | 0 | 10000000 | 1100010 | 1010001 |
Color Harmonies of #A0FEAC
Complementary color
Monochromatic Colors of #A0FEAC
Black with #A0FEAC
Text Example
Text Example
White with #A0FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEAC; }
p { color: rgb(160,254,172); }
H1.HeaderClassName
{
color: #A0FEAC;
}
.AnyTagClassName
{
color: #A0FEAC;
}
</style>
background-color css
<style>
a { background-color: #A0FEAC; }
a { background-color: rgb(160,254,172); }
div.DivClassName
{
background-color: #A0FEAC;
}
.BgClassName
{
background-color: #A0FEAC;
}
</style>
border-color css
<style>
span { border-color: #A0FEAC; }
span { border-color: rgb(160,254,172); }
td.TdClassName
{
border-color: #A0FEAC;
}
.TagClassName
{
border-color: #A0FEAC;
}
</style>