Shades of Mint Green #A2FF7D
Tints of Mint Green #A2FF7D
RGB
CMYK
RGB Variations
Color information
#A2FF7D (or 0xA2FF7D) is known color: Mint Green. HEX triplet: A2, FF and 7D. RGB value is (162,255,125). Sum of RGB (Red+Green+Blue) = 162+255+125=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF7D is #5D0082. Grayscale: #D4D4D4. Windows color (decimal): -6094979 or 8257442. OLE color: 8257442.
HSL color Cylindrical-coordinate representation of color #A2FF7D: hue angle of 102.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2FF7D is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 125 | - |
| CMYK | 0.36 | 0 | 0.51 | 0 |
| HSL | 102.92º | 1% | 0.75% | - |
| HSV(B) | 102.92º | 0.51% | 1% | - |
| XYZ | 54.36 | 80.68 | 32.11 | - |
| YUV | 212.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 125 | 0.36 | 0 | 0.51 | 0 | 102.92 | 1 | 0.75 |
| Hex | A2 | FF | 7D | 24 | 0 | 33 | 0 | 67 | 64 | 4B |
| Octal | 242 | 377 | 175 | 44 | 0 | 63 | 0 | 147 | 144 | 113 |
| Binary | 10100010 | 11111111 | 1111101 | 100100 | 0 | 110011 | 0 | 1100111 | 1100100 | 1001011 |
Color Harmonies of #A2FF7D
Complementary color
Monochromatic Colors of #A2FF7D
Black with #A2FF7D
Text Example
Text Example
White with #A2FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF7D; }
p { color: rgb(162,255,125); }
H1.HeaderClassName
{
color: #A2FF7D;
}
.AnyTagClassName
{
color: #A2FF7D;
}
</style>
background-color css
<style>
a { background-color: #A2FF7D; }
a { background-color: rgb(162,255,125); }
div.DivClassName
{
background-color: #A2FF7D;
}
.BgClassName
{
background-color: #A2FF7D;
}
</style>
border-color css
<style>
span { border-color: #A2FF7D; }
span { border-color: rgb(162,255,125); }
td.TdClassName
{
border-color: #A2FF7D;
}
.TagClassName
{
border-color: #A2FF7D;
}
</style>