Shades of Mint Green #A2FFAA
Tints of Mint Green #A2FFAA
RGB
CMYK
RGB Variations
Color information
#A2FFAA (or 0xA2FFAA) is known color: Mint Green. HEX triplet: A2, FF and AA. RGB value is (162,255,170). Sum of RGB (Red+Green+Blue) = 162+255+170=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FFAA is #5D0055. Grayscale: #D9D9D9. Windows color (decimal): -6094934 or 11206562. OLE color: 11206562.
HSL color Cylindrical-coordinate representation of color #A2FFAA: hue angle of 125.16º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFAA is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 170 | - |
| CMYK | 0.36 | 0 | 0.33 | 0 |
| HSL | 125.16º | 1% | 0.82% | - |
| HSV(B) | 125.16º | 0.36% | 1% | - |
| XYZ | 57.92 | 82.1 | 50.83 | - |
| YUV | 217.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 170 | 0.36 | 0 | 0.33 | 0 | 125.16 | 1 | 0.82 |
| Hex | A2 | FF | AA | 24 | 0 | 21 | 0 | 7D | 64 | 52 |
| Octal | 242 | 377 | 252 | 44 | 0 | 41 | 0 | 175 | 144 | 122 |
| Binary | 10100010 | 11111111 | 10101010 | 100100 | 0 | 100001 | 0 | 1111101 | 1100100 | 1010010 |
Color Harmonies of #A2FFAA
Complementary color
Monochromatic Colors of #A2FFAA
Black with #A2FFAA
Text Example
Text Example
White with #A2FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFAA; }
p { color: rgb(162,255,170); }
H1.HeaderClassName
{
color: #A2FFAA;
}
.AnyTagClassName
{
color: #A2FFAA;
}
</style>
background-color css
<style>
a { background-color: #A2FFAA; }
a { background-color: rgb(162,255,170); }
div.DivClassName
{
background-color: #A2FFAA;
}
.BgClassName
{
background-color: #A2FFAA;
}
</style>
border-color css
<style>
span { border-color: #A2FFAA; }
span { border-color: rgb(162,255,170); }
td.TdClassName
{
border-color: #A2FFAA;
}
.TagClassName
{
border-color: #A2FFAA;
}
</style>