Shades of Mint Green #A2FEA0
Tints of Mint Green #A2FEA0
RGB
CMYK
RGB Variations
Color information
#A2FEA0 (or 0xA2FEA0) is known color: Mint Green. HEX triplet: A2, FE and A0. RGB value is (162,254,160). Sum of RGB (Red+Green+Blue) = 162+254+160=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FEA0 is #5D015F. Grayscale: #D8D8D8. Windows color (decimal): -6095200 or 10550946. OLE color: 10550946.
HSL color Cylindrical-coordinate representation of color #A2FEA0: hue angle of 118.72º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2FEA0 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 160 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.00 |
| HSL | 118.72º | 0.98% | 0.81% | - |
| HSV(B) | 118.72º | 0.37% | 1% | - |
| XYZ | 56.69 | 81.1 | 45.92 | - |
| YUV | 215.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 160 | 0.36 | 0 | 0.37 | 0.00 | 118.72 | 0.98 | 0.81 |
| Hex | A2 | FE | A0 | 24 | 0 | 25 | 0 | 77 | 62 | 51 |
| Octal | 242 | 376 | 240 | 44 | 0 | 45 | 0 | 167 | 142 | 121 |
| Binary | 10100010 | 11111110 | 10100000 | 100100 | 0 | 100101 | 0 | 1110111 | 1100010 | 1010001 |
Color Harmonies of #A2FEA0
Complementary color
Monochromatic Colors of #A2FEA0
Black with #A2FEA0
Text Example
Text Example
White with #A2FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FEA0; }
p { color: rgb(162,254,160); }
H1.HeaderClassName
{
color: #A2FEA0;
}
.AnyTagClassName
{
color: #A2FEA0;
}
</style>
background-color css
<style>
a { background-color: #A2FEA0; }
a { background-color: rgb(162,254,160); }
div.DivClassName
{
background-color: #A2FEA0;
}
.BgClassName
{
background-color: #A2FEA0;
}
</style>
border-color css
<style>
span { border-color: #A2FEA0; }
span { border-color: rgb(162,254,160); }
td.TdClassName
{
border-color: #A2FEA0;
}
.TagClassName
{
border-color: #A2FEA0;
}
</style>