Shades of Mint Green #AAFF8D
Tints of Mint Green #AAFF8D
RGB
CMYK
RGB Variations
Color information
#AAFF8D (or 0xAAFF8D) is known color: Mint Green. HEX triplet: AA, FF and 8D. RGB value is (170,255,141). Sum of RGB (Red+Green+Blue) = 170+255+141=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF8D is #550072. Grayscale: #D8D8D8. Windows color (decimal): -5570675 or 9306026. OLE color: 9306026.
HSL color Cylindrical-coordinate representation of color #AAFF8D: hue angle of 104.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAFF8D is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 141 | - |
| CMYK | 0.33 | 0 | 0.45 | 0 |
| HSL | 104.74º | 1% | 0.78% | - |
| HSV(B) | 104.74º | 0.45% | 1% | - |
| XYZ | 57.15 | 81.99 | 38.01 | - |
| YUV | 216.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 141 | 0.33 | 0 | 0.45 | 0 | 104.74 | 1 | 0.78 |
| Hex | AA | FF | 8D | 21 | 0 | 2D | 0 | 69 | 64 | 4E |
| Octal | 252 | 377 | 215 | 41 | 0 | 55 | 0 | 151 | 144 | 116 |
| Binary | 10101010 | 11111111 | 10001101 | 100001 | 0 | 101101 | 0 | 1101001 | 1100100 | 1001110 |
Color Harmonies of #AAFF8D
Complementary color
Monochromatic Colors of #AAFF8D
Black with #AAFF8D
Text Example
Text Example
White with #AAFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF8D; }
p { color: rgb(170,255,141); }
H1.HeaderClassName
{
color: #AAFF8D;
}
.AnyTagClassName
{
color: #AAFF8D;
}
</style>
background-color css
<style>
a { background-color: #AAFF8D; }
a { background-color: rgb(170,255,141); }
div.DivClassName
{
background-color: #AAFF8D;
}
.BgClassName
{
background-color: #AAFF8D;
}
</style>
border-color css
<style>
span { border-color: #AAFF8D; }
span { border-color: rgb(170,255,141); }
td.TdClassName
{
border-color: #AAFF8D;
}
.TagClassName
{
border-color: #AAFF8D;
}
</style>