Shades of Mint Green #AAFD8C
Tints of Mint Green #AAFD8C
RGB
CMYK
RGB Variations
Color information
#AAFD8C (or 0xAAFD8C) is known color: Mint Green. HEX triplet: AA, FD and 8C. RGB value is (170,253,140). Sum of RGB (Red+Green+Blue) = 170+253+140=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD8C is #550273. Grayscale: #D7D7D7. Windows color (decimal): -5571188 or 9239978. OLE color: 9239978.
HSL color Cylindrical-coordinate representation of color #AAFD8C: hue angle of 104.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAFD8C is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 140 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.01 |
| HSL | 104.07º | 0.97% | 0.77% | - |
| HSV(B) | 104.07º | 0.45% | 0.99% | - |
| XYZ | 56.44 | 80.69 | 37.41 | - |
| YUV | 215.3 | 85.5 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 140 | 0.33 | 0 | 0.45 | 0.01 | 104.07 | 0.97 | 0.77 |
| Hex | AA | FD | 8C | 21 | 0 | 2D | 1 | 68 | 61 | 4D |
| Octal | 252 | 375 | 214 | 41 | 0 | 55 | 1 | 150 | 141 | 115 |
| Binary | 10101010 | 11111101 | 10001100 | 100001 | 0 | 101101 | 1 | 1101000 | 1100001 | 1001101 |
Color Harmonies of #AAFD8C
Complementary color
Monochromatic Colors of #AAFD8C
Black with #AAFD8C
Text Example
Text Example
White with #AAFD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD8C; }
p { color: rgb(170,253,140); }
H1.HeaderClassName
{
color: #AAFD8C;
}
.AnyTagClassName
{
color: #AAFD8C;
}
</style>
background-color css
<style>
a { background-color: #AAFD8C; }
a { background-color: rgb(170,253,140); }
div.DivClassName
{
background-color: #AAFD8C;
}
.BgClassName
{
background-color: #AAFD8C;
}
</style>
border-color css
<style>
span { border-color: #AAFD8C; }
span { border-color: rgb(170,253,140); }
td.TdClassName
{
border-color: #AAFD8C;
}
.TagClassName
{
border-color: #AAFD8C;
}
</style>