Shades of Mint Green #A0FF85
Tints of Mint Green #A0FF85
RGB
CMYK
RGB Variations
Color information
#A0FF85 (or 0xA0FF85) is known color: Mint Green. HEX triplet: A0, FF and 85. RGB value is (160,255,133). Sum of RGB (Red+Green+Blue) = 160+255+133=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF85 is #5F007A. Grayscale: #D5D5D5. Windows color (decimal): -6226043 or 8781728. OLE color: 8781728.
HSL color Cylindrical-coordinate representation of color #A0FF85: hue angle of 106.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0FF85 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 133 | - |
| CMYK | 0.37 | 0 | 0.48 | 0 |
| HSL | 106.72º | 1% | 0.76% | - |
| HSV(B) | 106.72º | 0.48% | 1% | - |
| XYZ | 54.49 | 80.69 | 34.89 | - |
| YUV | 212.69 | 83.03 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 133 | 0.37 | 0 | 0.48 | 0 | 106.72 | 1 | 0.76 |
| Hex | A0 | FF | 85 | 25 | 0 | 30 | 0 | 6B | 64 | 4C |
| Octal | 240 | 377 | 205 | 45 | 0 | 60 | 0 | 153 | 144 | 114 |
| Binary | 10100000 | 11111111 | 10000101 | 100101 | 0 | 110000 | 0 | 1101011 | 1100100 | 1001100 |
Color Harmonies of #A0FF85
Complementary color
Monochromatic Colors of #A0FF85
Black with #A0FF85
Text Example
Text Example
White with #A0FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF85; }
p { color: rgb(160,255,133); }
H1.HeaderClassName
{
color: #A0FF85;
}
.AnyTagClassName
{
color: #A0FF85;
}
</style>
background-color css
<style>
a { background-color: #A0FF85; }
a { background-color: rgb(160,255,133); }
div.DivClassName
{
background-color: #A0FF85;
}
.BgClassName
{
background-color: #A0FF85;
}
</style>
border-color css
<style>
span { border-color: #A0FF85; }
span { border-color: rgb(160,255,133); }
td.TdClassName
{
border-color: #A0FF85;
}
.TagClassName
{
border-color: #A0FF85;
}
</style>