Shades of Mint Green #A0FE9F
Tints of Mint Green #A0FE9F
RGB
CMYK
RGB Variations
Color information
#A0FE9F (or 0xA0FE9F) is known color: Mint Green. HEX triplet: A0, FE and 9F. RGB value is (160,254,159). Sum of RGB (Red+Green+Blue) = 160+254+159=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE9F is #5F0160. Grayscale: #D7D7D7. Windows color (decimal): -6226273 or 10485408. OLE color: 10485408.
HSL color Cylindrical-coordinate representation of color #A0FE9F: hue angle of 119.37º 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 #A0FE9F is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 159 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.00 |
| HSL | 119.37º | 0.98% | 0.81% | - |
| HSV(B) | 119.37º | 0.37% | 1% | - |
| XYZ | 56.2 | 80.86 | 45.45 | - |
| YUV | 215.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 159 | 0.37 | 0 | 0.37 | 0.00 | 119.37 | 0.98 | 0.81 |
| Hex | A0 | FE | 9F | 25 | 0 | 25 | 0 | 77 | 62 | 51 |
| Octal | 240 | 376 | 237 | 45 | 0 | 45 | 0 | 167 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10011111 | 100101 | 0 | 100101 | 0 | 1110111 | 1100010 | 1010001 |
Color Harmonies of #A0FE9F
Complementary color
Monochromatic Colors of #A0FE9F
Black with #A0FE9F
Text Example
Text Example
White with #A0FE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE9F; }
p { color: rgb(160,254,159); }
H1.HeaderClassName
{
color: #A0FE9F;
}
.AnyTagClassName
{
color: #A0FE9F;
}
</style>
background-color css
<style>
a { background-color: #A0FE9F; }
a { background-color: rgb(160,254,159); }
div.DivClassName
{
background-color: #A0FE9F;
}
.BgClassName
{
background-color: #A0FE9F;
}
</style>
border-color css
<style>
span { border-color: #A0FE9F; }
span { border-color: rgb(160,254,159); }
td.TdClassName
{
border-color: #A0FE9F;
}
.TagClassName
{
border-color: #A0FE9F;
}
</style>