Shades of Mint Green #80FEA9
Tints of Mint Green #80FEA9
RGB
CMYK
RGB Variations
Color information
#80FEA9 (or 0x80FEA9) is known color: Mint Green. HEX triplet: 80, FE and A9. RGB value is (128,254,169). Sum of RGB (Red+Green+Blue) = 128+254+169=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEA9 is #7F0156. Grayscale: #CECECE. Windows color (decimal): -8323415 or 11140736. OLE color: 11140736.
HSL color Cylindrical-coordinate representation of color #80FEA9: hue angle of 139.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEA9 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 169 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.00 |
| HSL | 139.52º | 0.98% | 0.75% | - |
| HSV(B) | 139.52º | 0.5% | 1% | - |
| XYZ | 51.51 | 78.34 | 49.94 | - |
| YUV | 206.64 | 106.76 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 169 | 0.50 | 0 | 0.33 | 0.00 | 139.52 | 0.98 | 0.75 |
| Hex | 80 | FE | A9 | 32 | 0 | 21 | 0 | 8C | 62 | 4B |
| Octal | 200 | 376 | 251 | 62 | 0 | 41 | 0 | 214 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10101001 | 110010 | 0 | 100001 | 0 | 10001100 | 1100010 | 1001011 |
Color Harmonies of #80FEA9
Complementary color
Monochromatic Colors of #80FEA9
Black with #80FEA9
Text Example
Text Example
White with #80FEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEA9; }
p { color: rgb(128,254,169); }
H1.HeaderClassName
{
color: #80FEA9;
}
.AnyTagClassName
{
color: #80FEA9;
}
</style>
background-color css
<style>
a { background-color: #80FEA9; }
a { background-color: rgb(128,254,169); }
div.DivClassName
{
background-color: #80FEA9;
}
.BgClassName
{
background-color: #80FEA9;
}
</style>
border-color css
<style>
span { border-color: #80FEA9; }
span { border-color: rgb(128,254,169); }
td.TdClassName
{
border-color: #80FEA9;
}
.TagClassName
{
border-color: #80FEA9;
}
</style>