Shades of Mint Green #A0FE95
Tints of Mint Green #A0FE95
RGB
CMYK
RGB Variations
Color information
#A0FE95 (or 0xA0FE95) is known color: Mint Green. HEX triplet: A0, FE and 95. RGB value is (160,254,149). Sum of RGB (Red+Green+Blue) = 160+254+149=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE95 is #5F016A. Grayscale: #D6D6D6. Windows color (decimal): -6226283 or 9830048. OLE color: 9830048.
HSL color Cylindrical-coordinate representation of color #A0FE95: hue angle of 113.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0FE95 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 149 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.00 |
| HSL | 113.71º | 0.98% | 0.79% | - |
| HSV(B) | 113.71º | 0.41% | 1% | - |
| XYZ | 55.36 | 80.53 | 41.06 | - |
| YUV | 213.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 149 | 0.37 | 0 | 0.41 | 0.00 | 113.71 | 0.98 | 0.79 |
| Hex | A0 | FE | 95 | 25 | 0 | 29 | 0 | 72 | 62 | 4F |
| Octal | 240 | 376 | 225 | 45 | 0 | 51 | 0 | 162 | 142 | 117 |
| Binary | 10100000 | 11111110 | 10010101 | 100101 | 0 | 101001 | 0 | 1110010 | 1100010 | 1001111 |
Color Harmonies of #A0FE95
Complementary color
Monochromatic Colors of #A0FE95
Black with #A0FE95
Text Example
Text Example
White with #A0FE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE95; }
p { color: rgb(160,254,149); }
H1.HeaderClassName
{
color: #A0FE95;
}
.AnyTagClassName
{
color: #A0FE95;
}
</style>
background-color css
<style>
a { background-color: #A0FE95; }
a { background-color: rgb(160,254,149); }
div.DivClassName
{
background-color: #A0FE95;
}
.BgClassName
{
background-color: #A0FE95;
}
</style>
border-color css
<style>
span { border-color: #A0FE95; }
span { border-color: rgb(160,254,149); }
td.TdClassName
{
border-color: #A0FE95;
}
.TagClassName
{
border-color: #A0FE95;
}
</style>