Shades of Mint Green #A7FF80
Tints of Mint Green #A7FF80
RGB
CMYK
RGB Variations
Color information
#A7FF80 (or 0xA7FF80) is known color: Mint Green. HEX triplet: A7, FF and 80. RGB value is (167,255,128). Sum of RGB (Red+Green+Blue) = 167+255+128=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7FF80 is #58007F. Grayscale: #D6D6D6. Windows color (decimal): -5767296 or 8454055. OLE color: 8454055.
HSL color Cylindrical-coordinate representation of color #A7FF80: hue angle of 101.57º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7FF80 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 128 | - |
| CMYK | 0.35 | 0 | 0.50 | 0 |
| HSL | 101.57º | 1% | 0.75% | - |
| HSV(B) | 101.57º | 0.5% | 1% | - |
| XYZ | 55.59 | 81.29 | 33.18 | - |
| YUV | 214.21 | 79.35 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 128 | 0.35 | 0 | 0.50 | 0 | 101.57 | 1 | 0.75 |
| Hex | A7 | FF | 80 | 23 | 0 | 32 | 0 | 66 | 64 | 4B |
| Octal | 247 | 377 | 200 | 43 | 0 | 62 | 0 | 146 | 144 | 113 |
| Binary | 10100111 | 11111111 | 10000000 | 100011 | 0 | 110010 | 0 | 1100110 | 1100100 | 1001011 |
Color Harmonies of #A7FF80
Complementary color
Monochromatic Colors of #A7FF80
Black with #A7FF80
Text Example
Text Example
White with #A7FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FF80; }
p { color: rgb(167,255,128); }
H1.HeaderClassName
{
color: #A7FF80;
}
.AnyTagClassName
{
color: #A7FF80;
}
</style>
background-color css
<style>
a { background-color: #A7FF80; }
a { background-color: rgb(167,255,128); }
div.DivClassName
{
background-color: #A7FF80;
}
.BgClassName
{
background-color: #A7FF80;
}
</style>
border-color css
<style>
span { border-color: #A7FF80; }
span { border-color: rgb(167,255,128); }
td.TdClassName
{
border-color: #A7FF80;
}
.TagClassName
{
border-color: #A7FF80;
}
</style>