Shades of Mint Green #A0FF7E
Tints of Mint Green #A0FF7E
RGB
CMYK
RGB Variations
Color information
#A0FF7E (or 0xA0FF7E) is known color: Mint Green. HEX triplet: A0, FF and 7E. RGB value is (160,255,126). Sum of RGB (Red+Green+Blue) = 160+255+126=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF7E is #5F0081. Grayscale: #D4D4D4. Windows color (decimal): -6226050 or 8322976. OLE color: 8322976.
HSL color Cylindrical-coordinate representation of color #A0FF7E: hue angle of 104.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FF7E is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 126 | - |
| CMYK | 0.37 | 0 | 0.51 | 0 |
| HSL | 104.19º | 1% | 0.75% | - |
| HSV(B) | 104.19º | 0.51% | 1% | - |
| XYZ | 54.02 | 80.5 | 32.43 | - |
| YUV | 211.89 | 79.53 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 126 | 0.37 | 0 | 0.51 | 0 | 104.19 | 1 | 0.75 |
| Hex | A0 | FF | 7E | 25 | 0 | 33 | 0 | 68 | 64 | 4B |
| Octal | 240 | 377 | 176 | 45 | 0 | 63 | 0 | 150 | 144 | 113 |
| Binary | 10100000 | 11111111 | 1111110 | 100101 | 0 | 110011 | 0 | 1101000 | 1100100 | 1001011 |
Color Harmonies of #A0FF7E
Complementary color
Monochromatic Colors of #A0FF7E
Black with #A0FF7E
Text Example
Text Example
White with #A0FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF7E; }
p { color: rgb(160,255,126); }
H1.HeaderClassName
{
color: #A0FF7E;
}
.AnyTagClassName
{
color: #A0FF7E;
}
</style>
background-color css
<style>
a { background-color: #A0FF7E; }
a { background-color: rgb(160,255,126); }
div.DivClassName
{
background-color: #A0FF7E;
}
.BgClassName
{
background-color: #A0FF7E;
}
</style>
border-color css
<style>
span { border-color: #A0FF7E; }
span { border-color: rgb(160,255,126); }
td.TdClassName
{
border-color: #A0FF7E;
}
.TagClassName
{
border-color: #A0FF7E;
}
</style>