Shades of Mint Green #AAFF8C
Tints of Mint Green #AAFF8C
RGB
CMYK
RGB Variations
Color information
#AAFF8C (or 0xAAFF8C) is known color: Mint Green. HEX triplet: AA, FF and 8C. RGB value is (170,255,140). Sum of RGB (Red+Green+Blue) = 170+255+140=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF8C is #550073. Grayscale: #D8D8D8. Windows color (decimal): -5570676 or 9240490. OLE color: 9240490.
HSL color Cylindrical-coordinate representation of color #AAFF8C: hue angle of 104.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAFF8C is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 140 | - |
| CMYK | 0.33 | 0 | 0.45 | 0 |
| HSL | 104.35º | 1% | 0.77% | - |
| HSV(B) | 104.35º | 0.45% | 1% | - |
| XYZ | 57.07 | 81.96 | 37.62 | - |
| YUV | 216.48 | 84.84 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 140 | 0.33 | 0 | 0.45 | 0 | 104.35 | 1 | 0.77 |
| Hex | AA | FF | 8C | 21 | 0 | 2D | 0 | 68 | 64 | 4D |
| Octal | 252 | 377 | 214 | 41 | 0 | 55 | 0 | 150 | 144 | 115 |
| Binary | 10101010 | 11111111 | 10001100 | 100001 | 0 | 101101 | 0 | 1101000 | 1100100 | 1001101 |
Color Harmonies of #AAFF8C
Complementary color
Monochromatic Colors of #AAFF8C
Black with #AAFF8C
Text Example
Text Example
White with #AAFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF8C; }
p { color: rgb(170,255,140); }
H1.HeaderClassName
{
color: #AAFF8C;
}
.AnyTagClassName
{
color: #AAFF8C;
}
</style>
background-color css
<style>
a { background-color: #AAFF8C; }
a { background-color: rgb(170,255,140); }
div.DivClassName
{
background-color: #AAFF8C;
}
.BgClassName
{
background-color: #AAFF8C;
}
</style>
border-color css
<style>
span { border-color: #AAFF8C; }
span { border-color: rgb(170,255,140); }
td.TdClassName
{
border-color: #AAFF8C;
}
.TagClassName
{
border-color: #AAFF8C;
}
</style>