Shades of Mint Green #A0FF79
Tints of Mint Green #A0FF79
RGB
CMYK
RGB Variations
Color information
#A0FF79 (or 0xA0FF79) is known color: Mint Green. HEX triplet: A0, FF and 79. RGB value is (160,255,121). Sum of RGB (Red+Green+Blue) = 160+255+121=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF79 is #5F0086. Grayscale: #D3D3D3. Windows color (decimal): -6226055 or 7995296. OLE color: 7995296.
HSL color Cylindrical-coordinate representation of color #A0FF79: hue angle of 102.54º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0FF79 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 121 | - |
| CMYK | 0.37 | 0 | 0.53 | 0 |
| HSL | 102.54º | 1% | 0.74% | - |
| HSV(B) | 102.54º | 0.53% | 1% | - |
| XYZ | 53.71 | 80.37 | 30.77 | - |
| YUV | 211.32 | 77.03 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 121 | 0.37 | 0 | 0.53 | 0 | 102.54 | 1 | 0.74 |
| Hex | A0 | FF | 79 | 25 | 0 | 35 | 0 | 67 | 64 | 4A |
| Octal | 240 | 377 | 171 | 45 | 0 | 65 | 0 | 147 | 144 | 112 |
| Binary | 10100000 | 11111111 | 1111001 | 100101 | 0 | 110101 | 0 | 1100111 | 1100100 | 1001010 |
Color Harmonies of #A0FF79
Complementary color
Monochromatic Colors of #A0FF79
Black with #A0FF79
Text Example
Text Example
White with #A0FF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF79; }
p { color: rgb(160,255,121); }
H1.HeaderClassName
{
color: #A0FF79;
}
.AnyTagClassName
{
color: #A0FF79;
}
</style>
background-color css
<style>
a { background-color: #A0FF79; }
a { background-color: rgb(160,255,121); }
div.DivClassName
{
background-color: #A0FF79;
}
.BgClassName
{
background-color: #A0FF79;
}
</style>
border-color css
<style>
span { border-color: #A0FF79; }
span { border-color: rgb(160,255,121); }
td.TdClassName
{
border-color: #A0FF79;
}
.TagClassName
{
border-color: #A0FF79;
}
</style>