Shades of Mint Green #AAFF82
Tints of Mint Green #AAFF82
RGB
CMYK
RGB Variations
Color information
#AAFF82 (or 0xAAFF82) is known color: Mint Green. HEX triplet: AA, FF and 82. RGB value is (170,255,130). Sum of RGB (Red+Green+Blue) = 170+255+130=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF82 is #55007D. Grayscale: #D7D7D7. Windows color (decimal): -5570686 or 8585130. OLE color: 8585130.
HSL color Cylindrical-coordinate representation of color #AAFF82: hue angle of 100.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAFF82 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 130 | - |
| CMYK | 0.33 | 0 | 0.49 | 0 |
| HSL | 100.8º | 1% | 0.75% | - |
| HSV(B) | 100.8º | 0.49% | 1% | - |
| XYZ | 56.37 | 81.68 | 33.91 | - |
| YUV | 215.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 130 | 0.33 | 0 | 0.49 | 0 | 100.8 | 1 | 0.75 |
| Hex | AA | FF | 82 | 21 | 0 | 31 | 0 | 65 | 64 | 4B |
| Octal | 252 | 377 | 202 | 41 | 0 | 61 | 0 | 145 | 144 | 113 |
| Binary | 10101010 | 11111111 | 10000010 | 100001 | 0 | 110001 | 0 | 1100101 | 1100100 | 1001011 |
Color Harmonies of #AAFF82
Complementary color
Monochromatic Colors of #AAFF82
Black with #AAFF82
Text Example
Text Example
White with #AAFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF82; }
p { color: rgb(170,255,130); }
H1.HeaderClassName
{
color: #AAFF82;
}
.AnyTagClassName
{
color: #AAFF82;
}
</style>
background-color css
<style>
a { background-color: #AAFF82; }
a { background-color: rgb(170,255,130); }
div.DivClassName
{
background-color: #AAFF82;
}
.BgClassName
{
background-color: #AAFF82;
}
</style>
border-color css
<style>
span { border-color: #AAFF82; }
span { border-color: rgb(170,255,130); }
td.TdClassName
{
border-color: #AAFF82;
}
.TagClassName
{
border-color: #AAFF82;
}
</style>