Shades of Mint Green #A8FFAA
Tints of Mint Green #A8FFAA
RGB
CMYK
RGB Variations
Color information
#A8FFAA (or 0xA8FFAA) is known color: Mint Green. HEX triplet: A8, FF and AA. RGB value is (168,255,170). Sum of RGB (Red+Green+Blue) = 168+255+170=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FFAA is #570055. Grayscale: #DBDBDB. Windows color (decimal): -5701718 or 11206568. OLE color: 11206568.
HSL color Cylindrical-coordinate representation of color #A8FFAA: hue angle of 121.38º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFAA is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 170 | - |
| CMYK | 0.34 | 0 | 0.33 | 0 |
| HSL | 121.38º | 1% | 0.83% | - |
| HSV(B) | 121.38º | 0.34% | 1% | - |
| XYZ | 59.16 | 82.75 | 50.88 | - |
| YUV | 219.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 170 | 0.34 | 0 | 0.33 | 0 | 121.38 | 1 | 0.83 |
| Hex | A8 | FF | AA | 22 | 0 | 21 | 0 | 79 | 64 | 53 |
| Octal | 250 | 377 | 252 | 42 | 0 | 41 | 0 | 171 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10101010 | 100010 | 0 | 100001 | 0 | 1111001 | 1100100 | 1010011 |
Color Harmonies of #A8FFAA
Complementary color
Monochromatic Colors of #A8FFAA
Black with #A8FFAA
Text Example
Text Example
White with #A8FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFAA; }
p { color: rgb(168,255,170); }
H1.HeaderClassName
{
color: #A8FFAA;
}
.AnyTagClassName
{
color: #A8FFAA;
}
</style>
background-color css
<style>
a { background-color: #A8FFAA; }
a { background-color: rgb(168,255,170); }
div.DivClassName
{
background-color: #A8FFAA;
}
.BgClassName
{
background-color: #A8FFAA;
}
</style>
border-color css
<style>
span { border-color: #A8FFAA; }
span { border-color: rgb(168,255,170); }
td.TdClassName
{
border-color: #A8FFAA;
}
.TagClassName
{
border-color: #A8FFAA;
}
</style>