Shades of Mint Green #A0FF8E
Tints of Mint Green #A0FF8E
RGB
CMYK
RGB Variations
Color information
#A0FF8E (or 0xA0FF8E) is known color: Mint Green. HEX triplet: A0, FF and 8E. RGB value is (160,255,142). Sum of RGB (Red+Green+Blue) = 160+255+142=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF8E is #5F0071. Grayscale: #D6D6D6. Windows color (decimal): -6226034 or 9371552. OLE color: 9371552.
HSL color Cylindrical-coordinate representation of color #A0FF8E: hue angle of 110.44º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0FF8E is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 142 | - |
| CMYK | 0.37 | 0 | 0.44 | 0 |
| HSL | 110.44º | 1% | 0.78% | - |
| HSV(B) | 110.44º | 0.44% | 1% | - |
| XYZ | 55.14 | 80.95 | 38.31 | - |
| YUV | 213.71 | 87.53 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 142 | 0.37 | 0 | 0.44 | 0 | 110.44 | 1 | 0.78 |
| Hex | A0 | FF | 8E | 25 | 0 | 2C | 0 | 6E | 64 | 4E |
| Octal | 240 | 377 | 216 | 45 | 0 | 54 | 0 | 156 | 144 | 116 |
| Binary | 10100000 | 11111111 | 10001110 | 100101 | 0 | 101100 | 0 | 1101110 | 1100100 | 1001110 |
Color Harmonies of #A0FF8E
Complementary color
Monochromatic Colors of #A0FF8E
Black with #A0FF8E
Text Example
Text Example
White with #A0FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF8E; }
p { color: rgb(160,255,142); }
H1.HeaderClassName
{
color: #A0FF8E;
}
.AnyTagClassName
{
color: #A0FF8E;
}
</style>
background-color css
<style>
a { background-color: #A0FF8E; }
a { background-color: rgb(160,255,142); }
div.DivClassName
{
background-color: #A0FF8E;
}
.BgClassName
{
background-color: #A0FF8E;
}
</style>
border-color css
<style>
span { border-color: #A0FF8E; }
span { border-color: rgb(160,255,142); }
td.TdClassName
{
border-color: #A0FF8E;
}
.TagClassName
{
border-color: #A0FF8E;
}
</style>