Shades of Mint Green #A0FFA3
Tints of Mint Green #A0FFA3
RGB
CMYK
RGB Variations
Color information
#A0FFA3 (or 0xA0FFA3) is known color: Mint Green. HEX triplet: A0, FF and A3. RGB value is (160,255,163). Sum of RGB (Red+Green+Blue) = 160+255+163=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFA3 is #5F005C. Grayscale: #D8D8D8. Windows color (decimal): -6226013 or 10747808. OLE color: 10747808.
HSL color Cylindrical-coordinate representation of color #A0FFA3: hue angle of 121.89º 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 #A0FFA3 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 163 | - |
| CMYK | 0.37 | 0 | 0.36 | 0 |
| HSL | 121.89º | 1% | 0.81% | - |
| HSV(B) | 121.89º | 0.37% | 1% | - |
| XYZ | 56.87 | 81.64 | 47.41 | - |
| YUV | 216.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 163 | 0.37 | 0 | 0.36 | 0 | 121.89 | 1 | 0.81 |
| Hex | A0 | FF | A3 | 25 | 0 | 24 | 0 | 7A | 64 | 51 |
| Octal | 240 | 377 | 243 | 45 | 0 | 44 | 0 | 172 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10100011 | 100101 | 0 | 100100 | 0 | 1111010 | 1100100 | 1010001 |
Color Harmonies of #A0FFA3
Complementary color
Monochromatic Colors of #A0FFA3
Black with #A0FFA3
Text Example
Text Example
White with #A0FFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFA3; }
p { color: rgb(160,255,163); }
H1.HeaderClassName
{
color: #A0FFA3;
}
.AnyTagClassName
{
color: #A0FFA3;
}
</style>
background-color css
<style>
a { background-color: #A0FFA3; }
a { background-color: rgb(160,255,163); }
div.DivClassName
{
background-color: #A0FFA3;
}
.BgClassName
{
background-color: #A0FFA3;
}
</style>
border-color css
<style>
span { border-color: #A0FFA3; }
span { border-color: rgb(160,255,163); }
td.TdClassName
{
border-color: #A0FFA3;
}
.TagClassName
{
border-color: #A0FFA3;
}
</style>