Shades of Mint Green #A0FE8F
Tints of Mint Green #A0FE8F
RGB
CMYK
RGB Variations
Color information
#A0FE8F (or 0xA0FE8F) is known color: Mint Green. HEX triplet: A0, FE and 8F. RGB value is (160,254,143). Sum of RGB (Red+Green+Blue) = 160+254+143=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE8F is #5F0170. Grayscale: #D5D5D5. Windows color (decimal): -6226289 or 9436832. OLE color: 9436832.
HSL color Cylindrical-coordinate representation of color #A0FE8F: hue angle of 110.81º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0FE8F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 143 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.00 |
| HSL | 110.81º | 0.98% | 0.78% | - |
| HSV(B) | 110.81º | 0.44% | 1% | - |
| XYZ | 54.9 | 80.34 | 38.6 | - |
| YUV | 213.24 | 88.36 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 143 | 0.37 | 0 | 0.44 | 0.00 | 110.81 | 0.98 | 0.78 |
| Hex | A0 | FE | 8F | 25 | 0 | 2C | 0 | 6F | 62 | 4E |
| Octal | 240 | 376 | 217 | 45 | 0 | 54 | 0 | 157 | 142 | 116 |
| Binary | 10100000 | 11111110 | 10001111 | 100101 | 0 | 101100 | 0 | 1101111 | 1100010 | 1001110 |
Color Harmonies of #A0FE8F
Complementary color
Monochromatic Colors of #A0FE8F
Black with #A0FE8F
Text Example
Text Example
White with #A0FE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE8F; }
p { color: rgb(160,254,143); }
H1.HeaderClassName
{
color: #A0FE8F;
}
.AnyTagClassName
{
color: #A0FE8F;
}
</style>
background-color css
<style>
a { background-color: #A0FE8F; }
a { background-color: rgb(160,254,143); }
div.DivClassName
{
background-color: #A0FE8F;
}
.BgClassName
{
background-color: #A0FE8F;
}
</style>
border-color css
<style>
span { border-color: #A0FE8F; }
span { border-color: rgb(160,254,143); }
td.TdClassName
{
border-color: #A0FE8F;
}
.TagClassName
{
border-color: #A0FE8F;
}
</style>