Shades of Mint Green #A4FFA0
Tints of Mint Green #A4FFA0
RGB
CMYK
RGB Variations
Color information
#A4FFA0 (or 0xA4FFA0) is known color: Mint Green. HEX triplet: A4, FF and A0. RGB value is (164,255,160). Sum of RGB (Red+Green+Blue) = 164+255+160=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FFA0 is #5B005F. Grayscale: #D9D9D9. Windows color (decimal): -5963872 or 10551204. OLE color: 10551204.
HSL color Cylindrical-coordinate representation of color #A4FFA0: hue angle of 117.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4FFA0 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 160 | - |
| CMYK | 0.36 | 0 | 0.37 | 0 |
| HSL | 117.47º | 1% | 0.81% | - |
| HSV(B) | 117.47º | 0.37% | 1% | - |
| XYZ | 57.42 | 81.95 | 46.05 | - |
| YUV | 216.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 160 | 0.36 | 0 | 0.37 | 0 | 117.47 | 1 | 0.81 |
| Hex | A4 | FF | A0 | 24 | 0 | 25 | 0 | 75 | 64 | 51 |
| Octal | 244 | 377 | 240 | 44 | 0 | 45 | 0 | 165 | 144 | 121 |
| Binary | 10100100 | 11111111 | 10100000 | 100100 | 0 | 100101 | 0 | 1110101 | 1100100 | 1010001 |
Color Harmonies of #A4FFA0
Complementary color
Monochromatic Colors of #A4FFA0
Black with #A4FFA0
Text Example
Text Example
White with #A4FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFA0; }
p { color: rgb(164,255,160); }
H1.HeaderClassName
{
color: #A4FFA0;
}
.AnyTagClassName
{
color: #A4FFA0;
}
</style>
background-color css
<style>
a { background-color: #A4FFA0; }
a { background-color: rgb(164,255,160); }
div.DivClassName
{
background-color: #A4FFA0;
}
.BgClassName
{
background-color: #A4FFA0;
}
</style>
border-color css
<style>
span { border-color: #A4FFA0; }
span { border-color: rgb(164,255,160); }
td.TdClassName
{
border-color: #A4FFA0;
}
.TagClassName
{
border-color: #A4FFA0;
}
</style>