Shades of Mint Green #A0FEAD
Tints of Mint Green #A0FEAD
RGB
CMYK
RGB Variations
Color information
#A0FEAD (or 0xA0FEAD) is known color: Mint Green. HEX triplet: A0, FE and AD. RGB value is (160,254,173). Sum of RGB (Red+Green+Blue) = 160+254+173=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEAD is #5F0152. Grayscale: #D8D8D8. Windows color (decimal): -6226259 or 11402912. OLE color: 11402912.
HSL color Cylindrical-coordinate representation of color #A0FEAD: hue angle of 128.3º 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 #A0FEAD is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 173 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.00 |
| HSL | 128.3º | 0.98% | 0.81% | - |
| HSV(B) | 128.3º | 0.37% | 1% | - |
| XYZ | 57.48 | 81.37 | 52.21 | - |
| YUV | 216.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 173 | 0.37 | 0 | 0.32 | 0.00 | 128.3 | 0.98 | 0.81 |
| Hex | A0 | FE | AD | 25 | 0 | 20 | 0 | 80 | 62 | 51 |
| Octal | 240 | 376 | 255 | 45 | 0 | 40 | 0 | 200 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10101101 | 100101 | 0 | 100000 | 0 | 10000000 | 1100010 | 1010001 |
Color Harmonies of #A0FEAD
Complementary color
Monochromatic Colors of #A0FEAD
Black with #A0FEAD
Text Example
Text Example
White with #A0FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEAD; }
p { color: rgb(160,254,173); }
H1.HeaderClassName
{
color: #A0FEAD;
}
.AnyTagClassName
{
color: #A0FEAD;
}
</style>
background-color css
<style>
a { background-color: #A0FEAD; }
a { background-color: rgb(160,254,173); }
div.DivClassName
{
background-color: #A0FEAD;
}
.BgClassName
{
background-color: #A0FEAD;
}
</style>
border-color css
<style>
span { border-color: #A0FEAD; }
span { border-color: rgb(160,254,173); }
td.TdClassName
{
border-color: #A0FEAD;
}
.TagClassName
{
border-color: #A0FEAD;
}
</style>