Shades of Mint Green #AAFF86
Tints of Mint Green #AAFF86
RGB
CMYK
RGB Variations
Color information
#AAFF86 (or 0xAAFF86) is known color: Mint Green. HEX triplet: AA, FF and 86. RGB value is (170,255,134). Sum of RGB (Red+Green+Blue) = 170+255+134=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF86 is #550079. Grayscale: #D8D8D8. Windows color (decimal): -5570682 or 8847274. OLE color: 8847274.
HSL color Cylindrical-coordinate representation of color #AAFF86: hue angle of 102.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAFF86 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 134 | - |
| CMYK | 0.33 | 0 | 0.47 | 0 |
| HSL | 102.15º | 1% | 0.76% | - |
| HSV(B) | 102.15º | 0.47% | 1% | - |
| XYZ | 56.64 | 81.79 | 35.36 | - |
| YUV | 215.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 134 | 0.33 | 0 | 0.47 | 0 | 102.15 | 1 | 0.76 |
| Hex | AA | FF | 86 | 21 | 0 | 2F | 0 | 66 | 64 | 4C |
| Octal | 252 | 377 | 206 | 41 | 0 | 57 | 0 | 146 | 144 | 114 |
| Binary | 10101010 | 11111111 | 10000110 | 100001 | 0 | 101111 | 0 | 1100110 | 1100100 | 1001100 |
Color Harmonies of #AAFF86
Complementary color
Monochromatic Colors of #AAFF86
Black with #AAFF86
Text Example
Text Example
White with #AAFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF86; }
p { color: rgb(170,255,134); }
H1.HeaderClassName
{
color: #AAFF86;
}
.AnyTagClassName
{
color: #AAFF86;
}
</style>
background-color css
<style>
a { background-color: #AAFF86; }
a { background-color: rgb(170,255,134); }
div.DivClassName
{
background-color: #AAFF86;
}
.BgClassName
{
background-color: #AAFF86;
}
</style>
border-color css
<style>
span { border-color: #AAFF86; }
span { border-color: rgb(170,255,134); }
td.TdClassName
{
border-color: #AAFF86;
}
.TagClassName
{
border-color: #AAFF86;
}
</style>