Shades of Mint Green #A0FEB2
Tints of Mint Green #A0FEB2
RGB
CMYK
RGB Variations
Color information
#A0FEB2 (or 0xA0FEB2) is known color: Mint Green. HEX triplet: A0, FE and B2. RGB value is (160,254,178). Sum of RGB (Red+Green+Blue) = 160+254+178=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEB2 is #5F014D. Grayscale: #D9D9D9. Windows color (decimal): -6226254 or 11730592. OLE color: 11730592.
HSL color Cylindrical-coordinate representation of color #A0FEB2: hue angle of 131.49º 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 #A0FEB2 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 178 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.00 |
| HSL | 131.49º | 0.98% | 0.81% | - |
| HSV(B) | 131.49º | 0.37% | 1% | - |
| XYZ | 57.97 | 81.57 | 54.81 | - |
| YUV | 217.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 178 | 0.37 | 0 | 0.30 | 0.00 | 131.49 | 0.98 | 0.81 |
| Hex | A0 | FE | B2 | 25 | 0 | 1E | 0 | 83 | 62 | 51 |
| Octal | 240 | 376 | 262 | 45 | 0 | 36 | 0 | 203 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10110010 | 100101 | 0 | 11110 | 0 | 10000011 | 1100010 | 1010001 |
Color Harmonies of #A0FEB2
Complementary color
Monochromatic Colors of #A0FEB2
Black with #A0FEB2
Text Example
Text Example
White with #A0FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEB2; }
p { color: rgb(160,254,178); }
H1.HeaderClassName
{
color: #A0FEB2;
}
.AnyTagClassName
{
color: #A0FEB2;
}
</style>
background-color css
<style>
a { background-color: #A0FEB2; }
a { background-color: rgb(160,254,178); }
div.DivClassName
{
background-color: #A0FEB2;
}
.BgClassName
{
background-color: #A0FEB2;
}
</style>
border-color css
<style>
span { border-color: #A0FEB2; }
span { border-color: rgb(160,254,178); }
td.TdClassName
{
border-color: #A0FEB2;
}
.TagClassName
{
border-color: #A0FEB2;
}
</style>