Shades of Mint Green #A0FF86
Tints of Mint Green #A0FF86
RGB
CMYK
RGB Variations
Color information
#A0FF86 (or 0xA0FF86) is known color: Mint Green. HEX triplet: A0, FF and 86. RGB value is (160,255,134). Sum of RGB (Red+Green+Blue) = 160+255+134=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF86 is #5F0079. Grayscale: #D5D5D5. Windows color (decimal): -6226042 or 8847264. OLE color: 8847264.
HSL color Cylindrical-coordinate representation of color #A0FF86: hue angle of 107.11º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0FF86 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 134 | - |
| CMYK | 0.37 | 0 | 0.47 | 0 |
| HSL | 107.11º | 1% | 0.76% | - |
| HSV(B) | 107.11º | 0.47% | 1% | - |
| XYZ | 54.56 | 80.71 | 35.26 | - |
| YUV | 212.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 134 | 0.37 | 0 | 0.47 | 0 | 107.11 | 1 | 0.76 |
| Hex | A0 | FF | 86 | 25 | 0 | 2F | 0 | 6B | 64 | 4C |
| Octal | 240 | 377 | 206 | 45 | 0 | 57 | 0 | 153 | 144 | 114 |
| Binary | 10100000 | 11111111 | 10000110 | 100101 | 0 | 101111 | 0 | 1101011 | 1100100 | 1001100 |
Color Harmonies of #A0FF86
Complementary color
Monochromatic Colors of #A0FF86
Black with #A0FF86
Text Example
Text Example
White with #A0FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF86; }
p { color: rgb(160,255,134); }
H1.HeaderClassName
{
color: #A0FF86;
}
.AnyTagClassName
{
color: #A0FF86;
}
</style>
background-color css
<style>
a { background-color: #A0FF86; }
a { background-color: rgb(160,255,134); }
div.DivClassName
{
background-color: #A0FF86;
}
.BgClassName
{
background-color: #A0FF86;
}
</style>
border-color css
<style>
span { border-color: #A0FF86; }
span { border-color: rgb(160,255,134); }
td.TdClassName
{
border-color: #A0FF86;
}
.TagClassName
{
border-color: #A0FF86;
}
</style>