Shades of Mint Green #A0FE99
Tints of Mint Green #A0FE99
RGB
CMYK
RGB Variations
Color information
#A0FE99 (or 0xA0FE99) is known color: Mint Green. HEX triplet: A0, FE and 99. RGB value is (160,254,153). Sum of RGB (Red+Green+Blue) = 160+254+153=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE99 is #5F0166. Grayscale: #D6D6D6. Windows color (decimal): -6226279 or 10092192. OLE color: 10092192.
HSL color Cylindrical-coordinate representation of color #A0FE99: hue angle of 115.84º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0FE99 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 153 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.00 |
| HSL | 115.84º | 0.98% | 0.8% | - |
| HSV(B) | 115.84º | 0.4% | 1% | - |
| XYZ | 55.69 | 80.66 | 42.77 | - |
| YUV | 214.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 153 | 0.37 | 0 | 0.40 | 0.00 | 115.84 | 0.98 | 0.8 |
| Hex | A0 | FE | 99 | 25 | 0 | 28 | 0 | 74 | 62 | 50 |
| Octal | 240 | 376 | 231 | 45 | 0 | 50 | 0 | 164 | 142 | 120 |
| Binary | 10100000 | 11111110 | 10011001 | 100101 | 0 | 101000 | 0 | 1110100 | 1100010 | 1010000 |
Color Harmonies of #A0FE99
Complementary color
Monochromatic Colors of #A0FE99
Black with #A0FE99
Text Example
Text Example
White with #A0FE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE99; }
p { color: rgb(160,254,153); }
H1.HeaderClassName
{
color: #A0FE99;
}
.AnyTagClassName
{
color: #A0FE99;
}
</style>
background-color css
<style>
a { background-color: #A0FE99; }
a { background-color: rgb(160,254,153); }
div.DivClassName
{
background-color: #A0FE99;
}
.BgClassName
{
background-color: #A0FE99;
}
</style>
border-color css
<style>
span { border-color: #A0FE99; }
span { border-color: rgb(160,254,153); }
td.TdClassName
{
border-color: #A0FE99;
}
.TagClassName
{
border-color: #A0FE99;
}
</style>