Shades of Mint Green #A0FFA7
Tints of Mint Green #A0FFA7
RGB
CMYK
RGB Variations
Color information
#A0FFA7 (or 0xA0FFA7) is known color: Mint Green. HEX triplet: A0, FF and A7. RGB value is (160,255,167). Sum of RGB (Red+Green+Blue) = 160+255+167=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFA7 is #5F0058. Grayscale: #D8D8D8. Windows color (decimal): -6226009 or 11009952. OLE color: 11009952.
HSL color Cylindrical-coordinate representation of color #A0FFA7: hue angle of 124.42º 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 #A0FFA7 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 167 | - |
| CMYK | 0.37 | 0 | 0.35 | 0 |
| HSL | 124.42º | 1% | 0.81% | - |
| HSV(B) | 124.42º | 0.37% | 1% | - |
| XYZ | 57.23 | 81.78 | 49.33 | - |
| YUV | 216.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 167 | 0.37 | 0 | 0.35 | 0 | 124.42 | 1 | 0.81 |
| Hex | A0 | FF | A7 | 25 | 0 | 23 | 0 | 7C | 64 | 51 |
| Octal | 240 | 377 | 247 | 45 | 0 | 43 | 0 | 174 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10100111 | 100101 | 0 | 100011 | 0 | 1111100 | 1100100 | 1010001 |
Color Harmonies of #A0FFA7
Complementary color
Monochromatic Colors of #A0FFA7
Black with #A0FFA7
Text Example
Text Example
White with #A0FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFA7; }
p { color: rgb(160,255,167); }
H1.HeaderClassName
{
color: #A0FFA7;
}
.AnyTagClassName
{
color: #A0FFA7;
}
</style>
background-color css
<style>
a { background-color: #A0FFA7; }
a { background-color: rgb(160,255,167); }
div.DivClassName
{
background-color: #A0FFA7;
}
.BgClassName
{
background-color: #A0FFA7;
}
</style>
border-color css
<style>
span { border-color: #A0FFA7; }
span { border-color: rgb(160,255,167); }
td.TdClassName
{
border-color: #A0FFA7;
}
.TagClassName
{
border-color: #A0FFA7;
}
</style>