Shades of Mint Green #A0FEAA
Tints of Mint Green #A0FEAA
RGB
CMYK
RGB Variations
Color information
#A0FEAA (or 0xA0FEAA) is known color: Mint Green. HEX triplet: A0, FE and AA. RGB value is (160,254,170). Sum of RGB (Red+Green+Blue) = 160+254+170=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEAA is #5F0155. Grayscale: #D8D8D8. Windows color (decimal): -6226262 or 11206304. OLE color: 11206304.
HSL color Cylindrical-coordinate representation of color #A0FEAA: hue angle of 126.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEAA is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 170 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.00 |
| HSL | 126.38º | 0.98% | 0.81% | - |
| HSV(B) | 126.38º | 0.37% | 1% | - |
| XYZ | 57.19 | 81.26 | 50.7 | - |
| YUV | 216.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 170 | 0.37 | 0 | 0.33 | 0.00 | 126.38 | 0.98 | 0.81 |
| Hex | A0 | FE | AA | 25 | 0 | 21 | 0 | 7E | 62 | 51 |
| Octal | 240 | 376 | 252 | 45 | 0 | 41 | 0 | 176 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10101010 | 100101 | 0 | 100001 | 0 | 1111110 | 1100010 | 1010001 |
Color Harmonies of #A0FEAA
Complementary color
Monochromatic Colors of #A0FEAA
Black with #A0FEAA
Text Example
Text Example
White with #A0FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEAA; }
p { color: rgb(160,254,170); }
H1.HeaderClassName
{
color: #A0FEAA;
}
.AnyTagClassName
{
color: #A0FEAA;
}
</style>
background-color css
<style>
a { background-color: #A0FEAA; }
a { background-color: rgb(160,254,170); }
div.DivClassName
{
background-color: #A0FEAA;
}
.BgClassName
{
background-color: #A0FEAA;
}
</style>
border-color css
<style>
span { border-color: #A0FEAA; }
span { border-color: rgb(160,254,170); }
td.TdClassName
{
border-color: #A0FEAA;
}
.TagClassName
{
border-color: #A0FEAA;
}
</style>