Shades of Mint Green #AAFF85
Tints of Mint Green #AAFF85
RGB
CMYK
RGB Variations
Color information
#AAFF85 (or 0xAAFF85) is known color: Mint Green. HEX triplet: AA, FF and 85. RGB value is (170,255,133). Sum of RGB (Red+Green+Blue) = 170+255+133=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF85 is #55007A. Grayscale: #D8D8D8. Windows color (decimal): -5570683 or 8781738. OLE color: 8781738.
HSL color Cylindrical-coordinate representation of color #AAFF85: hue angle of 101.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAFF85 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 133 | - |
| CMYK | 0.33 | 0 | 0.48 | 0 |
| HSL | 101.8º | 1% | 0.76% | - |
| HSV(B) | 101.8º | 0.48% | 1% | - |
| XYZ | 56.57 | 81.76 | 34.99 | - |
| YUV | 215.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 133 | 0.33 | 0 | 0.48 | 0 | 101.8 | 1 | 0.76 |
| Hex | AA | FF | 85 | 21 | 0 | 30 | 0 | 66 | 64 | 4C |
| Octal | 252 | 377 | 205 | 41 | 0 | 60 | 0 | 146 | 144 | 114 |
| Binary | 10101010 | 11111111 | 10000101 | 100001 | 0 | 110000 | 0 | 1100110 | 1100100 | 1001100 |
Color Harmonies of #AAFF85
Complementary color
Monochromatic Colors of #AAFF85
Black with #AAFF85
Text Example
Text Example
White with #AAFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF85; }
p { color: rgb(170,255,133); }
H1.HeaderClassName
{
color: #AAFF85;
}
.AnyTagClassName
{
color: #AAFF85;
}
</style>
background-color css
<style>
a { background-color: #AAFF85; }
a { background-color: rgb(170,255,133); }
div.DivClassName
{
background-color: #AAFF85;
}
.BgClassName
{
background-color: #AAFF85;
}
</style>
border-color css
<style>
span { border-color: #AAFF85; }
span { border-color: rgb(170,255,133); }
td.TdClassName
{
border-color: #AAFF85;
}
.TagClassName
{
border-color: #AAFF85;
}
</style>