Shades of Mint Green #AAFF95
Tints of Mint Green #AAFF95
RGB
CMYK
RGB Variations
Color information
#AAFF95 (or 0xAAFF95) is known color: Mint Green. HEX triplet: AA, FF and 95. RGB value is (170,255,149). Sum of RGB (Red+Green+Blue) = 170+255+149=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF95 is #55006A. Grayscale: #D9D9D9. Windows color (decimal): -5570667 or 9830314. OLE color: 9830314.
HSL color Cylindrical-coordinate representation of color #AAFF95: hue angle of 108.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAFF95 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 149 | - |
| CMYK | 0.33 | 0 | 0.42 | 0 |
| HSL | 108.11º | 1% | 0.79% | - |
| HSV(B) | 108.11º | 0.42% | 1% | - |
| XYZ | 57.76 | 82.24 | 41.26 | - |
| YUV | 217.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 149 | 0.33 | 0 | 0.42 | 0 | 108.11 | 1 | 0.79 |
| Hex | AA | FF | 95 | 21 | 0 | 2A | 0 | 6C | 64 | 4F |
| Octal | 252 | 377 | 225 | 41 | 0 | 52 | 0 | 154 | 144 | 117 |
| Binary | 10101010 | 11111111 | 10010101 | 100001 | 0 | 101010 | 0 | 1101100 | 1100100 | 1001111 |
Color Harmonies of #AAFF95
Complementary color
Monochromatic Colors of #AAFF95
Black with #AAFF95
Text Example
Text Example
White with #AAFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF95; }
p { color: rgb(170,255,149); }
H1.HeaderClassName
{
color: #AAFF95;
}
.AnyTagClassName
{
color: #AAFF95;
}
</style>
background-color css
<style>
a { background-color: #AAFF95; }
a { background-color: rgb(170,255,149); }
div.DivClassName
{
background-color: #AAFF95;
}
.BgClassName
{
background-color: #AAFF95;
}
</style>
border-color css
<style>
span { border-color: #AAFF95; }
span { border-color: rgb(170,255,149); }
td.TdClassName
{
border-color: #AAFF95;
}
.TagClassName
{
border-color: #AAFF95;
}
</style>