Shades of Mint Green #A0FE88
Tints of Mint Green #A0FE88
RGB
CMYK
RGB Variations
Color information
#A0FE88 (or 0xA0FE88) is known color: Mint Green. HEX triplet: A0, FE and 88. RGB value is (160,254,136). Sum of RGB (Red+Green+Blue) = 160+254+136=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE88 is #5F0177. Grayscale: #D4D4D4. Windows color (decimal): -6226296 or 8978080. OLE color: 8978080.
HSL color Cylindrical-coordinate representation of color #A0FE88: hue angle of 107.8º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0FE88 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 136 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.00 |
| HSL | 107.8º | 0.98% | 0.76% | - |
| HSV(B) | 107.8º | 0.46% | 1% | - |
| XYZ | 54.38 | 80.13 | 35.89 | - |
| YUV | 212.44 | 84.86 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 136 | 0.37 | 0 | 0.46 | 0.00 | 107.8 | 0.98 | 0.76 |
| Hex | A0 | FE | 88 | 25 | 0 | 2E | 0 | 6C | 62 | 4C |
| Octal | 240 | 376 | 210 | 45 | 0 | 56 | 0 | 154 | 142 | 114 |
| Binary | 10100000 | 11111110 | 10001000 | 100101 | 0 | 101110 | 0 | 1101100 | 1100010 | 1001100 |
Color Harmonies of #A0FE88
Complementary color
Monochromatic Colors of #A0FE88
Black with #A0FE88
Text Example
Text Example
White with #A0FE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE88; }
p { color: rgb(160,254,136); }
H1.HeaderClassName
{
color: #A0FE88;
}
.AnyTagClassName
{
color: #A0FE88;
}
</style>
background-color css
<style>
a { background-color: #A0FE88; }
a { background-color: rgb(160,254,136); }
div.DivClassName
{
background-color: #A0FE88;
}
.BgClassName
{
background-color: #A0FE88;
}
</style>
border-color css
<style>
span { border-color: #A0FE88; }
span { border-color: rgb(160,254,136); }
td.TdClassName
{
border-color: #A0FE88;
}
.TagClassName
{
border-color: #A0FE88;
}
</style>