Shades of Mint Green #A2FFA0
Tints of Mint Green #A2FFA0
RGB
CMYK
RGB Variations
Color information
#A2FFA0 (or 0xA2FFA0) is known color: Mint Green. HEX triplet: A2, FF and A0. RGB value is (162,255,160). Sum of RGB (Red+Green+Blue) = 162+255+160=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FFA0 is #5D005F. Grayscale: #D8D8D8. Windows color (decimal): -6094944 or 10551202. OLE color: 10551202.
HSL color Cylindrical-coordinate representation of color #A2FFA0: hue angle of 118.74º 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 #A2FFA0 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 162 | 255 | 160 | - |
CMYK | 0.36 | 0 | 0.37 | 0 |
HSL | 118.74º | 1% | 0.81% | - |
HSV(B) | 118.74º | 0.37% | 1% | - |
XYZ | 57.01 | 81.74 | 46.03 | - |
YUV | 216.36 | 96.19 | 89.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 255 | 160 | 0.36 | 0 | 0.37 | 0 | 118.74 | 1 | 0.81 |
Hex | A2 | FF | A0 | 24 | 0 | 25 | 0 | 77 | 64 | 51 |
Octal | 242 | 377 | 240 | 44 | 0 | 45 | 0 | 167 | 144 | 121 |
Binary | 10100010 | 11111111 | 10100000 | 100100 | 0 | 100101 | 0 | 1110111 | 1100100 | 1010001 |
Color Harmonies of #A2FFA0
Complementary color
Monochromatic Colors of #A2FFA0
Black with #A2FFA0
Text Example
Text Example
White with #A2FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFA0; }
p { color: rgb(162,255,160); }
H1.HeaderClassName
{
color: #A2FFA0;
}
.AnyTagClassName
{
color: #A2FFA0;
}
</style>
background-color css
<style>
a { background-color: #A2FFA0; }
a { background-color: rgb(162,255,160); }
div.DivClassName
{
background-color: #A2FFA0;
}
.BgClassName
{
background-color: #A2FFA0;
}
</style>
border-color css
<style>
span { border-color: #A2FFA0; }
span { border-color: rgb(162,255,160); }
td.TdClassName
{
border-color: #A2FFA0;
}
.TagClassName
{
border-color: #A2FFA0;
}
</style>