Shades of Mint Green #A2FFA2
Tints of Mint Green #A2FFA2
RGB
CMYK
RGB Variations
Color information
#A2FFA2 (or 0xA2FFA2) is known color: Mint Green. HEX triplet: A2, FF and A2. RGB value is (162,255,162). Sum of RGB (Red+Green+Blue) = 162+255+162=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FFA2 is #5D005D. Grayscale: #D8D8D8. Windows color (decimal): -6094942 or 10682274. OLE color: 10682274.
HSL color Cylindrical-coordinate representation of color #A2FFA2: hue angle of 120º 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 #A2FFA2 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
RGB | 162 | 255 | 162 | - |
CMYK | 0.36 | 0 | 0.36 | 0 |
HSL | 120º | 1% | 0.82% | - |
HSV(B) | 120º | 0.36% | 1% | - |
XYZ | 57.18 | 81.81 | 46.96 | - |
YUV | 216.59 | 97.19 | 89.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 255 | 162 | 0.36 | 0 | 0.36 | 0 | 120 | 1 | 0.82 |
Hex | A2 | FF | A2 | 24 | 0 | 24 | 0 | 78 | 64 | 52 |
Octal | 242 | 377 | 242 | 44 | 0 | 44 | 0 | 170 | 144 | 122 |
Binary | 10100010 | 11111111 | 10100010 | 100100 | 0 | 100100 | 0 | 1111000 | 1100100 | 1010010 |
Color Harmonies of #A2FFA2
Complementary color
Monochromatic Colors of #A2FFA2
Black with #A2FFA2
Text Example
Text Example
White with #A2FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFA2; }
p { color: rgb(162,255,162); }
H1.HeaderClassName
{
color: #A2FFA2;
}
.AnyTagClassName
{
color: #A2FFA2;
}
</style>
background-color css
<style>
a { background-color: #A2FFA2; }
a { background-color: rgb(162,255,162); }
div.DivClassName
{
background-color: #A2FFA2;
}
.BgClassName
{
background-color: #A2FFA2;
}
</style>
border-color css
<style>
span { border-color: #A2FFA2; }
span { border-color: rgb(162,255,162); }
td.TdClassName
{
border-color: #A2FFA2;
}
.TagClassName
{
border-color: #A2FFA2;
}
</style>