Shades of Mint Green #A0FFAB
Tints of Mint Green #A0FFAB
RGB
CMYK
RGB Variations
Color information
#A0FFAB (or 0xA0FFAB) is known color: Mint Green. HEX triplet: A0, FF and AB. RGB value is (160,255,171). Sum of RGB (Red+Green+Blue) = 160+255+171=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAB is #5F0054. Grayscale: #D9D9D9. Windows color (decimal): -6226005 or 11272096. OLE color: 11272096.
HSL color Cylindrical-coordinate representation of color #A0FFAB: hue angle of 126.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFAB is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 171 | - |
| CMYK | 0.37 | 0 | 0.33 | 0 |
| HSL | 126.95º | 1% | 0.81% | - |
| HSV(B) | 126.95º | 0.37% | 1% | - |
| XYZ | 57.61 | 81.93 | 51.31 | - |
| YUV | 217.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 171 | 0.37 | 0 | 0.33 | 0 | 126.95 | 1 | 0.81 |
| Hex | A0 | FF | AB | 25 | 0 | 21 | 0 | 7F | 64 | 51 |
| Octal | 240 | 377 | 253 | 45 | 0 | 41 | 0 | 177 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10101011 | 100101 | 0 | 100001 | 0 | 1111111 | 1100100 | 1010001 |
Color Harmonies of #A0FFAB
Complementary color
Monochromatic Colors of #A0FFAB
Black with #A0FFAB
Text Example
Text Example
White with #A0FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFAB; }
p { color: rgb(160,255,171); }
H1.HeaderClassName
{
color: #A0FFAB;
}
.AnyTagClassName
{
color: #A0FFAB;
}
</style>
background-color css
<style>
a { background-color: #A0FFAB; }
a { background-color: rgb(160,255,171); }
div.DivClassName
{
background-color: #A0FFAB;
}
.BgClassName
{
background-color: #A0FFAB;
}
</style>
border-color css
<style>
span { border-color: #A0FFAB; }
span { border-color: rgb(160,255,171); }
td.TdClassName
{
border-color: #A0FFAB;
}
.TagClassName
{
border-color: #A0FFAB;
}
</style>