Shades of Mint Green #A0FE85
Tints of Mint Green #A0FE85
RGB
CMYK
RGB Variations
Color information
#A0FE85 (or 0xA0FE85) is known color: Mint Green. HEX triplet: A0, FE and 85. RGB value is (160,254,133). Sum of RGB (Red+Green+Blue) = 160+254+133=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE85 is #5F017A. Grayscale: #D4D4D4. Windows color (decimal): -6226299 or 8781472. OLE color: 8781472.
HSL color Cylindrical-coordinate representation of color #A0FE85: hue angle of 106.61º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0FE85 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 133 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.00 |
| HSL | 106.61º | 0.98% | 0.76% | - |
| HSV(B) | 106.61º | 0.48% | 1% | - |
| XYZ | 54.17 | 80.05 | 34.79 | - |
| YUV | 212.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 133 | 0.37 | 0 | 0.48 | 0.00 | 106.61 | 0.98 | 0.76 |
| Hex | A0 | FE | 85 | 25 | 0 | 30 | 0 | 6B | 62 | 4C |
| Octal | 240 | 376 | 205 | 45 | 0 | 60 | 0 | 153 | 142 | 114 |
| Binary | 10100000 | 11111110 | 10000101 | 100101 | 0 | 110000 | 0 | 1101011 | 1100010 | 1001100 |
Color Harmonies of #A0FE85
Complementary color
Monochromatic Colors of #A0FE85
Black with #A0FE85
Text Example
Text Example
White with #A0FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE85; }
p { color: rgb(160,254,133); }
H1.HeaderClassName
{
color: #A0FE85;
}
.AnyTagClassName
{
color: #A0FE85;
}
</style>
background-color css
<style>
a { background-color: #A0FE85; }
a { background-color: rgb(160,254,133); }
div.DivClassName
{
background-color: #A0FE85;
}
.BgClassName
{
background-color: #A0FE85;
}
</style>
border-color css
<style>
span { border-color: #A0FE85; }
span { border-color: rgb(160,254,133); }
td.TdClassName
{
border-color: #A0FE85;
}
.TagClassName
{
border-color: #A0FE85;
}
</style>