Shades of Mint Green #A0FF7C
Tints of Mint Green #A0FF7C
RGB
CMYK
RGB Variations
Color information
#A0FF7C (or 0xA0FF7C) is known color: Mint Green. HEX triplet: A0, FF and 7C. RGB value is (160,255,124). Sum of RGB (Red+Green+Blue) = 160+255+124=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF7C is #5F0083. Grayscale: #D4D4D4. Windows color (decimal): -6226052 or 8191904. OLE color: 8191904.
HSL color Cylindrical-coordinate representation of color #A0FF7C: hue angle of 103.51º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FF7C is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 124 | - |
| CMYK | 0.37 | 0 | 0.51 | 0 |
| HSL | 103.51º | 1% | 0.74% | - |
| HSV(B) | 103.51º | 0.51% | 1% | - |
| XYZ | 53.9 | 80.45 | 31.76 | - |
| YUV | 211.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 124 | 0.37 | 0 | 0.51 | 0 | 103.51 | 1 | 0.74 |
| Hex | A0 | FF | 7C | 25 | 0 | 33 | 0 | 68 | 64 | 4A |
| Octal | 240 | 377 | 174 | 45 | 0 | 63 | 0 | 150 | 144 | 112 |
| Binary | 10100000 | 11111111 | 1111100 | 100101 | 0 | 110011 | 0 | 1101000 | 1100100 | 1001010 |
Color Harmonies of #A0FF7C
Complementary color
Monochromatic Colors of #A0FF7C
Black with #A0FF7C
Text Example
Text Example
White with #A0FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF7C; }
p { color: rgb(160,255,124); }
H1.HeaderClassName
{
color: #A0FF7C;
}
.AnyTagClassName
{
color: #A0FF7C;
}
</style>
background-color css
<style>
a { background-color: #A0FF7C; }
a { background-color: rgb(160,255,124); }
div.DivClassName
{
background-color: #A0FF7C;
}
.BgClassName
{
background-color: #A0FF7C;
}
</style>
border-color css
<style>
span { border-color: #A0FF7C; }
span { border-color: rgb(160,255,124); }
td.TdClassName
{
border-color: #A0FF7C;
}
.TagClassName
{
border-color: #A0FF7C;
}
</style>