Shades of Mint Green #A2FF8D
Tints of Mint Green #A2FF8D
RGB
CMYK
RGB Variations
Color information
#A2FF8D (or 0xA2FF8D) is known color: Mint Green. HEX triplet: A2, FF and 8D. RGB value is (162,255,141). Sum of RGB (Red+Green+Blue) = 162+255+141=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF8D is #5D0072. Grayscale: #D6D6D6. Windows color (decimal): -6094963 or 9306018. OLE color: 9306018.
HSL color Cylindrical-coordinate representation of color #A2FF8D: hue angle of 108.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2FF8D is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 141 | - |
| CMYK | 0.36 | 0 | 0.45 | 0 |
| HSL | 108.95º | 1% | 0.78% | - |
| HSV(B) | 108.95º | 0.45% | 1% | - |
| XYZ | 55.47 | 81.12 | 37.93 | - |
| YUV | 214.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 141 | 0.36 | 0 | 0.45 | 0 | 108.95 | 1 | 0.78 |
| Hex | A2 | FF | 8D | 24 | 0 | 2D | 0 | 6D | 64 | 4E |
| Octal | 242 | 377 | 215 | 44 | 0 | 55 | 0 | 155 | 144 | 116 |
| Binary | 10100010 | 11111111 | 10001101 | 100100 | 0 | 101101 | 0 | 1101101 | 1100100 | 1001110 |
Color Harmonies of #A2FF8D
Complementary color
Monochromatic Colors of #A2FF8D
Black with #A2FF8D
Text Example
Text Example
White with #A2FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF8D; }
p { color: rgb(162,255,141); }
H1.HeaderClassName
{
color: #A2FF8D;
}
.AnyTagClassName
{
color: #A2FF8D;
}
</style>
background-color css
<style>
a { background-color: #A2FF8D; }
a { background-color: rgb(162,255,141); }
div.DivClassName
{
background-color: #A2FF8D;
}
.BgClassName
{
background-color: #A2FF8D;
}
</style>
border-color css
<style>
span { border-color: #A2FF8D; }
span { border-color: rgb(162,255,141); }
td.TdClassName
{
border-color: #A2FF8D;
}
.TagClassName
{
border-color: #A2FF8D;
}
</style>