Shades of Mint Green #A0FE82
Tints of Mint Green #A0FE82
RGB
CMYK
RGB Variations
Color information
#A0FE82 (or 0xA0FE82) is known color: Mint Green. HEX triplet: A0, FE and 82. RGB value is (160,254,130). Sum of RGB (Red+Green+Blue) = 160+254+130=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE82 is #5F017D. Grayscale: #D4D4D4. Windows color (decimal): -6226302 or 8584864. OLE color: 8584864.
HSL color Cylindrical-coordinate representation of color #A0FE82: hue angle of 105.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0FE82 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 130 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.00 |
| HSL | 105.48º | 0.98% | 0.75% | - |
| HSV(B) | 105.48º | 0.49% | 1% | - |
| XYZ | 53.97 | 79.97 | 33.71 | - |
| YUV | 211.76 | 81.86 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 130 | 0.37 | 0 | 0.49 | 0.00 | 105.48 | 0.98 | 0.75 |
| Hex | A0 | FE | 82 | 25 | 0 | 31 | 0 | 69 | 62 | 4B |
| Octal | 240 | 376 | 202 | 45 | 0 | 61 | 0 | 151 | 142 | 113 |
| Binary | 10100000 | 11111110 | 10000010 | 100101 | 0 | 110001 | 0 | 1101001 | 1100010 | 1001011 |
Color Harmonies of #A0FE82
Complementary color
Monochromatic Colors of #A0FE82
Black with #A0FE82
Text Example
Text Example
White with #A0FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE82; }
p { color: rgb(160,254,130); }
H1.HeaderClassName
{
color: #A0FE82;
}
.AnyTagClassName
{
color: #A0FE82;
}
</style>
background-color css
<style>
a { background-color: #A0FE82; }
a { background-color: rgb(160,254,130); }
div.DivClassName
{
background-color: #A0FE82;
}
.BgClassName
{
background-color: #A0FE82;
}
</style>
border-color css
<style>
span { border-color: #A0FE82; }
span { border-color: rgb(160,254,130); }
td.TdClassName
{
border-color: #A0FE82;
}
.TagClassName
{
border-color: #A0FE82;
}
</style>