Shades of Mint Green #A2FF8E
Tints of Mint Green #A2FF8E
RGB
CMYK
RGB Variations
Color information
#A2FF8E (or 0xA2FF8E) is known color: Mint Green. HEX triplet: A2, FF and 8E. RGB value is (162,255,142). Sum of RGB (Red+Green+Blue) = 162+255+142=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF8E is #5D0071. Grayscale: #D6D6D6. Windows color (decimal): -6094962 or 9371554. OLE color: 9371554.
HSL color Cylindrical-coordinate representation of color #A2FF8E: hue angle of 109.38º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2FF8E is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 142 | - |
| CMYK | 0.36 | 0 | 0.44 | 0 |
| HSL | 109.38º | 1% | 0.78% | - |
| HSV(B) | 109.38º | 0.44% | 1% | - |
| XYZ | 55.54 | 81.15 | 38.33 | - |
| YUV | 214.31 | 87.19 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 142 | 0.36 | 0 | 0.44 | 0 | 109.38 | 1 | 0.78 |
| Hex | A2 | FF | 8E | 24 | 0 | 2C | 0 | 6D | 64 | 4E |
| Octal | 242 | 377 | 216 | 44 | 0 | 54 | 0 | 155 | 144 | 116 |
| Binary | 10100010 | 11111111 | 10001110 | 100100 | 0 | 101100 | 0 | 1101101 | 1100100 | 1001110 |
Color Harmonies of #A2FF8E
Complementary color
Monochromatic Colors of #A2FF8E
Black with #A2FF8E
Text Example
Text Example
White with #A2FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF8E; }
p { color: rgb(162,255,142); }
H1.HeaderClassName
{
color: #A2FF8E;
}
.AnyTagClassName
{
color: #A2FF8E;
}
</style>
background-color css
<style>
a { background-color: #A2FF8E; }
a { background-color: rgb(162,255,142); }
div.DivClassName
{
background-color: #A2FF8E;
}
.BgClassName
{
background-color: #A2FF8E;
}
</style>
border-color css
<style>
span { border-color: #A2FF8E; }
span { border-color: rgb(162,255,142); }
td.TdClassName
{
border-color: #A2FF8E;
}
.TagClassName
{
border-color: #A2FF8E;
}
</style>