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