Shades of Mint Green #A0FF8A
Tints of Mint Green #A0FF8A
RGB
CMYK
RGB Variations
Color information
#A0FF8A (or 0xA0FF8A) is known color: Mint Green. HEX triplet: A0, FF and 8A. RGB value is (160,255,138). Sum of RGB (Red+Green+Blue) = 160+255+138=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF8A is #5F0075. Grayscale: #D5D5D5. Windows color (decimal): -6226038 or 9109408. OLE color: 9109408.
HSL color Cylindrical-coordinate representation of color #A0FF8A: hue angle of 108.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0FF8A is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 138 | - |
| CMYK | 0.37 | 0 | 0.46 | 0 |
| HSL | 108.72º | 1% | 0.77% | - |
| HSV(B) | 108.72º | 0.46% | 1% | - |
| XYZ | 54.84 | 80.83 | 36.76 | - |
| YUV | 213.26 | 85.53 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 138 | 0.37 | 0 | 0.46 | 0 | 108.72 | 1 | 0.77 |
| Hex | A0 | FF | 8A | 25 | 0 | 2E | 0 | 6D | 64 | 4D |
| Octal | 240 | 377 | 212 | 45 | 0 | 56 | 0 | 155 | 144 | 115 |
| Binary | 10100000 | 11111111 | 10001010 | 100101 | 0 | 101110 | 0 | 1101101 | 1100100 | 1001101 |
Color Harmonies of #A0FF8A
Complementary color
Monochromatic Colors of #A0FF8A
Black with #A0FF8A
Text Example
Text Example
White with #A0FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF8A; }
p { color: rgb(160,255,138); }
H1.HeaderClassName
{
color: #A0FF8A;
}
.AnyTagClassName
{
color: #A0FF8A;
}
</style>
background-color css
<style>
a { background-color: #A0FF8A; }
a { background-color: rgb(160,255,138); }
div.DivClassName
{
background-color: #A0FF8A;
}
.BgClassName
{
background-color: #A0FF8A;
}
</style>
border-color css
<style>
span { border-color: #A0FF8A; }
span { border-color: rgb(160,255,138); }
td.TdClassName
{
border-color: #A0FF8A;
}
.TagClassName
{
border-color: #A0FF8A;
}
</style>