Shades of Mint Green #A0FE7E
Tints of Mint Green #A0FE7E
RGB
CMYK
RGB Variations
Color information
#A0FE7E (or 0xA0FE7E) is known color: Mint Green. HEX triplet: A0, FE and 7E. RGB value is (160,254,126). Sum of RGB (Red+Green+Blue) = 160+254+126=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE7E is #5F0181. Grayscale: #D3D3D3. Windows color (decimal): -6226306 or 8322720. OLE color: 8322720.
HSL color Cylindrical-coordinate representation of color #A0FE7E: hue angle of 104.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0FE7E is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 126 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.00 |
| HSL | 104.06º | 0.98% | 0.75% | - |
| HSV(B) | 104.06º | 0.5% | 1% | - |
| XYZ | 53.7 | 79.86 | 32.32 | - |
| YUV | 211.3 | 79.86 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 126 | 0.37 | 0 | 0.50 | 0.00 | 104.06 | 0.98 | 0.75 |
| Hex | A0 | FE | 7E | 25 | 0 | 32 | 0 | 68 | 62 | 4B |
| Octal | 240 | 376 | 176 | 45 | 0 | 62 | 0 | 150 | 142 | 113 |
| Binary | 10100000 | 11111110 | 1111110 | 100101 | 0 | 110010 | 0 | 1101000 | 1100010 | 1001011 |
Color Harmonies of #A0FE7E
Complementary color
Monochromatic Colors of #A0FE7E
Black with #A0FE7E
Text Example
Text Example
White with #A0FE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE7E; }
p { color: rgb(160,254,126); }
H1.HeaderClassName
{
color: #A0FE7E;
}
.AnyTagClassName
{
color: #A0FE7E;
}
</style>
background-color css
<style>
a { background-color: #A0FE7E; }
a { background-color: rgb(160,254,126); }
div.DivClassName
{
background-color: #A0FE7E;
}
.BgClassName
{
background-color: #A0FE7E;
}
</style>
border-color css
<style>
span { border-color: #A0FE7E; }
span { border-color: rgb(160,254,126); }
td.TdClassName
{
border-color: #A0FE7E;
}
.TagClassName
{
border-color: #A0FE7E;
}
</style>