Shades of Mint Green #A0FF84
Tints of Mint Green #A0FF84
RGB
CMYK
RGB Variations
Color information
#A0FF84 (or 0xA0FF84) is known color: Mint Green. HEX triplet: A0, FF and 84. RGB value is (160,255,132). Sum of RGB (Red+Green+Blue) = 160+255+132=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF84 is #5F007B. Grayscale: #D4D4D4. Windows color (decimal): -6226044 or 8716192. OLE color: 8716192.
HSL color Cylindrical-coordinate representation of color #A0FF84: hue angle of 106.34º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0FF84 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 132 | - |
| CMYK | 0.37 | 0 | 0.48 | 0 |
| HSL | 106.34º | 1% | 0.76% | - |
| HSV(B) | 106.34º | 0.48% | 1% | - |
| XYZ | 54.42 | 80.66 | 34.53 | - |
| YUV | 212.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 132 | 0.37 | 0 | 0.48 | 0 | 106.34 | 1 | 0.76 |
| Hex | A0 | FF | 84 | 25 | 0 | 30 | 0 | 6A | 64 | 4C |
| Octal | 240 | 377 | 204 | 45 | 0 | 60 | 0 | 152 | 144 | 114 |
| Binary | 10100000 | 11111111 | 10000100 | 100101 | 0 | 110000 | 0 | 1101010 | 1100100 | 1001100 |
Color Harmonies of #A0FF84
Complementary color
Monochromatic Colors of #A0FF84
Black with #A0FF84
Text Example
Text Example
White with #A0FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF84; }
p { color: rgb(160,255,132); }
H1.HeaderClassName
{
color: #A0FF84;
}
.AnyTagClassName
{
color: #A0FF84;
}
</style>
background-color css
<style>
a { background-color: #A0FF84; }
a { background-color: rgb(160,255,132); }
div.DivClassName
{
background-color: #A0FF84;
}
.BgClassName
{
background-color: #A0FF84;
}
</style>
border-color css
<style>
span { border-color: #A0FF84; }
span { border-color: rgb(160,255,132); }
td.TdClassName
{
border-color: #A0FF84;
}
.TagClassName
{
border-color: #A0FF84;
}
</style>