Shades of Mint Green #A0FE92
Tints of Mint Green #A0FE92
RGB
CMYK
RGB Variations
Color information
#A0FE92 (or 0xA0FE92) is known color: Mint Green. HEX triplet: A0, FE and 92. RGB value is (160,254,146). Sum of RGB (Red+Green+Blue) = 160+254+146=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE92 is #5F016D. Grayscale: #D5D5D5. Windows color (decimal): -6226286 or 9633440. OLE color: 9633440.
HSL color Cylindrical-coordinate representation of color #A0FE92: hue angle of 112.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0FE92 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 146 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.00 |
| HSL | 112.22º | 0.98% | 0.78% | - |
| HSV(B) | 112.22º | 0.43% | 1% | - |
| XYZ | 55.13 | 80.43 | 39.81 | - |
| YUV | 213.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 146 | 0.37 | 0 | 0.43 | 0.00 | 112.22 | 0.98 | 0.78 |
| Hex | A0 | FE | 92 | 25 | 0 | 2B | 0 | 70 | 62 | 4E |
| Octal | 240 | 376 | 222 | 45 | 0 | 53 | 0 | 160 | 142 | 116 |
| Binary | 10100000 | 11111110 | 10010010 | 100101 | 0 | 101011 | 0 | 1110000 | 1100010 | 1001110 |
Color Harmonies of #A0FE92
Complementary color
Monochromatic Colors of #A0FE92
Black with #A0FE92
Text Example
Text Example
White with #A0FE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE92; }
p { color: rgb(160,254,146); }
H1.HeaderClassName
{
color: #A0FE92;
}
.AnyTagClassName
{
color: #A0FE92;
}
</style>
background-color css
<style>
a { background-color: #A0FE92; }
a { background-color: rgb(160,254,146); }
div.DivClassName
{
background-color: #A0FE92;
}
.BgClassName
{
background-color: #A0FE92;
}
</style>
border-color css
<style>
span { border-color: #A0FE92; }
span { border-color: rgb(160,254,146); }
td.TdClassName
{
border-color: #A0FE92;
}
.TagClassName
{
border-color: #A0FE92;
}
</style>