Shades of Mint Green #A0FF97
Tints of Mint Green #A0FF97
RGB
CMYK
RGB Variations
Color information
#A0FF97 (or 0xA0FF97) is known color: Mint Green. HEX triplet: A0, FF and 97. RGB value is (160,255,151). Sum of RGB (Red+Green+Blue) = 160+255+151=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF97 is #5F0068. Grayscale: #D7D7D7. Windows color (decimal): -6226025 or 9961376. OLE color: 9961376.
HSL color Cylindrical-coordinate representation of color #A0FF97: hue angle of 114.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0FF97 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 151 | - |
| CMYK | 0.37 | 0 | 0.41 | 0 |
| HSL | 114.81º | 1% | 0.8% | - |
| HSV(B) | 114.81º | 0.41% | 1% | - |
| XYZ | 55.84 | 81.23 | 42.01 | - |
| YUV | 214.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 151 | 0.37 | 0 | 0.41 | 0 | 114.81 | 1 | 0.8 |
| Hex | A0 | FF | 97 | 25 | 0 | 29 | 0 | 73 | 64 | 50 |
| Octal | 240 | 377 | 227 | 45 | 0 | 51 | 0 | 163 | 144 | 120 |
| Binary | 10100000 | 11111111 | 10010111 | 100101 | 0 | 101001 | 0 | 1110011 | 1100100 | 1010000 |
Color Harmonies of #A0FF97
Complementary color
Monochromatic Colors of #A0FF97
Black with #A0FF97
Text Example
Text Example
White with #A0FF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF97; }
p { color: rgb(160,255,151); }
H1.HeaderClassName
{
color: #A0FF97;
}
.AnyTagClassName
{
color: #A0FF97;
}
</style>
background-color css
<style>
a { background-color: #A0FF97; }
a { background-color: rgb(160,255,151); }
div.DivClassName
{
background-color: #A0FF97;
}
.BgClassName
{
background-color: #A0FF97;
}
</style>
border-color css
<style>
span { border-color: #A0FF97; }
span { border-color: rgb(160,255,151); }
td.TdClassName
{
border-color: #A0FF97;
}
.TagClassName
{
border-color: #A0FF97;
}
</style>