Shades of Mint Green #A2FFA1
Tints of Mint Green #A2FFA1
RGB
CMYK
RGB Variations
Color information
#A2FFA1 (or 0xA2FFA1) is known color: Mint Green. HEX triplet: A2, FF and A1. RGB value is (162,255,161). Sum of RGB (Red+Green+Blue) = 162+255+161=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FFA1 is #5D005E. Grayscale: #D8D8D8. Windows color (decimal): -6094943 or 10616738. OLE color: 10616738.
HSL color Cylindrical-coordinate representation of color #A2FFA1: hue angle of 119.36º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2FFA1 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 161 | - |
| CMYK | 0.36 | 0 | 0.37 | 0 |
| HSL | 119.36º | 1% | 0.82% | - |
| HSV(B) | 119.36º | 0.37% | 1% | - |
| XYZ | 57.09 | 81.77 | 46.49 | - |
| YUV | 216.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 161 | 0.36 | 0 | 0.37 | 0 | 119.36 | 1 | 0.82 |
| Hex | A2 | FF | A1 | 24 | 0 | 25 | 0 | 77 | 64 | 52 |
| Octal | 242 | 377 | 241 | 44 | 0 | 45 | 0 | 167 | 144 | 122 |
| Binary | 10100010 | 11111111 | 10100001 | 100100 | 0 | 100101 | 0 | 1110111 | 1100100 | 1010010 |
Color Harmonies of #A2FFA1
Complementary color
Monochromatic Colors of #A2FFA1
Black with #A2FFA1
Text Example
Text Example
White with #A2FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFA1; }
p { color: rgb(162,255,161); }
H1.HeaderClassName
{
color: #A2FFA1;
}
.AnyTagClassName
{
color: #A2FFA1;
}
</style>
background-color css
<style>
a { background-color: #A2FFA1; }
a { background-color: rgb(162,255,161); }
div.DivClassName
{
background-color: #A2FFA1;
}
.BgClassName
{
background-color: #A2FFA1;
}
</style>
border-color css
<style>
span { border-color: #A2FFA1; }
span { border-color: rgb(162,255,161); }
td.TdClassName
{
border-color: #A2FFA1;
}
.TagClassName
{
border-color: #A2FFA1;
}
</style>