Shades of Mint Green #A0FE87
Tints of Mint Green #A0FE87
RGB
CMYK
RGB Variations
Color information
#A0FE87 (or 0xA0FE87) is known color: Mint Green. HEX triplet: A0, FE and 87. RGB value is (160,254,135). Sum of RGB (Red+Green+Blue) = 160+254+135=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE87 is #5F0178. Grayscale: #D4D4D4. Windows color (decimal): -6226297 or 8912544. OLE color: 8912544.
HSL color Cylindrical-coordinate representation of color #A0FE87: hue angle of 107.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0FE87 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 135 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.00 |
| HSL | 107.4º | 0.98% | 0.76% | - |
| HSV(B) | 107.4º | 0.47% | 1% | - |
| XYZ | 54.31 | 80.11 | 35.52 | - |
| YUV | 212.33 | 84.36 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 135 | 0.37 | 0 | 0.47 | 0.00 | 107.4 | 0.98 | 0.76 |
| Hex | A0 | FE | 87 | 25 | 0 | 2F | 0 | 6B | 62 | 4C |
| Octal | 240 | 376 | 207 | 45 | 0 | 57 | 0 | 153 | 142 | 114 |
| Binary | 10100000 | 11111110 | 10000111 | 100101 | 0 | 101111 | 0 | 1101011 | 1100010 | 1001100 |
Color Harmonies of #A0FE87
Complementary color
Monochromatic Colors of #A0FE87
Black with #A0FE87
Text Example
Text Example
White with #A0FE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE87; }
p { color: rgb(160,254,135); }
H1.HeaderClassName
{
color: #A0FE87;
}
.AnyTagClassName
{
color: #A0FE87;
}
</style>
background-color css
<style>
a { background-color: #A0FE87; }
a { background-color: rgb(160,254,135); }
div.DivClassName
{
background-color: #A0FE87;
}
.BgClassName
{
background-color: #A0FE87;
}
</style>
border-color css
<style>
span { border-color: #A0FE87; }
span { border-color: rgb(160,254,135); }
td.TdClassName
{
border-color: #A0FE87;
}
.TagClassName
{
border-color: #A0FE87;
}
</style>