Shades of Mint Green #A0FEB0
Tints of Mint Green #A0FEB0
RGB
CMYK
RGB Variations
Color information
#A0FEB0 (or 0xA0FEB0) is known color: Mint Green. HEX triplet: A0, FE and B0. RGB value is (160,254,176). Sum of RGB (Red+Green+Blue) = 160+254+176=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEB0 is #5F014F. Grayscale: #D9D9D9. Windows color (decimal): -6226256 or 11599520. OLE color: 11599520.
HSL color Cylindrical-coordinate representation of color #A0FEB0: hue angle of 130.21º 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 #A0FEB0 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 176 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.00 |
| HSL | 130.21º | 0.98% | 0.81% | - |
| HSV(B) | 130.21º | 0.37% | 1% | - |
| XYZ | 57.78 | 81.49 | 53.76 | - |
| YUV | 217 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 176 | 0.37 | 0 | 0.31 | 0.00 | 130.21 | 0.98 | 0.81 |
| Hex | A0 | FE | B0 | 25 | 0 | 1F | 0 | 82 | 62 | 51 |
| Octal | 240 | 376 | 260 | 45 | 0 | 37 | 0 | 202 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10110000 | 100101 | 0 | 11111 | 0 | 10000010 | 1100010 | 1010001 |
Color Harmonies of #A0FEB0
Complementary color
Monochromatic Colors of #A0FEB0
Black with #A0FEB0
Text Example
Text Example
White with #A0FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEB0; }
p { color: rgb(160,254,176); }
H1.HeaderClassName
{
color: #A0FEB0;
}
.AnyTagClassName
{
color: #A0FEB0;
}
</style>
background-color css
<style>
a { background-color: #A0FEB0; }
a { background-color: rgb(160,254,176); }
div.DivClassName
{
background-color: #A0FEB0;
}
.BgClassName
{
background-color: #A0FEB0;
}
</style>
border-color css
<style>
span { border-color: #A0FEB0; }
span { border-color: rgb(160,254,176); }
td.TdClassName
{
border-color: #A0FEB0;
}
.TagClassName
{
border-color: #A0FEB0;
}
</style>