Shades of Mint Green #AAFE85
Tints of Mint Green #AAFE85
RGB
CMYK
RGB Variations
Color information
#AAFE85 (or 0xAAFE85) is known color: Mint Green. HEX triplet: AA, FE and 85. RGB value is (170,254,133). Sum of RGB (Red+Green+Blue) = 170+254+133=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFE85 is #55017A. Grayscale: #D7D7D7. Windows color (decimal): -5570939 or 8781482. OLE color: 8781482.
HSL color Cylindrical-coordinate representation of color #AAFE85: hue angle of 101.65º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAFE85 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 133 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.00 |
| HSL | 101.65º | 0.98% | 0.76% | - |
| HSV(B) | 101.65º | 0.48% | 1% | - |
| XYZ | 56.25 | 81.12 | 34.88 | - |
| YUV | 215.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 133 | 0.33 | 0 | 0.48 | 0.00 | 101.65 | 0.98 | 0.76 |
| Hex | AA | FE | 85 | 21 | 0 | 30 | 0 | 66 | 62 | 4C |
| Octal | 252 | 376 | 205 | 41 | 0 | 60 | 0 | 146 | 142 | 114 |
| Binary | 10101010 | 11111110 | 10000101 | 100001 | 0 | 110000 | 0 | 1100110 | 1100010 | 1001100 |
Color Harmonies of #AAFE85
Complementary color
Monochromatic Colors of #AAFE85
Black with #AAFE85
Text Example
Text Example
White with #AAFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE85; }
p { color: rgb(170,254,133); }
H1.HeaderClassName
{
color: #AAFE85;
}
.AnyTagClassName
{
color: #AAFE85;
}
</style>
background-color css
<style>
a { background-color: #AAFE85; }
a { background-color: rgb(170,254,133); }
div.DivClassName
{
background-color: #AAFE85;
}
.BgClassName
{
background-color: #AAFE85;
}
</style>
border-color css
<style>
span { border-color: #AAFE85; }
span { border-color: rgb(170,254,133); }
td.TdClassName
{
border-color: #AAFE85;
}
.TagClassName
{
border-color: #AAFE85;
}
</style>