Shades of Mint Green #A8FFAF
Tints of Mint Green #A8FFAF
RGB
CMYK
RGB Variations
Color information
#A8FFAF (or 0xA8FFAF) is known color: Mint Green. HEX triplet: A8, FF and AF. RGB value is (168,255,175). Sum of RGB (Red+Green+Blue) = 168+255+175=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FFAF is #570050. Grayscale: #DCDCDC. Windows color (decimal): -5701713 or 11534248. OLE color: 11534248.
HSL color Cylindrical-coordinate representation of color #A8FFAF: hue angle of 124.83º 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 #A8FFAF is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 175 | - |
| CMYK | 0.34 | 0 | 0.31 | 0 |
| HSL | 124.83º | 1% | 0.83% | - |
| HSV(B) | 124.83º | 0.34% | 1% | - |
| XYZ | 59.65 | 82.94 | 53.42 | - |
| YUV | 219.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 175 | 0.34 | 0 | 0.31 | 0 | 124.83 | 1 | 0.83 |
| Hex | A8 | FF | AF | 22 | 0 | 1F | 0 | 7D | 64 | 53 |
| Octal | 250 | 377 | 257 | 42 | 0 | 37 | 0 | 175 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10101111 | 100010 | 0 | 11111 | 0 | 1111101 | 1100100 | 1010011 |
Color Harmonies of #A8FFAF
Complementary color
Monochromatic Colors of #A8FFAF
Black with #A8FFAF
Text Example
Text Example
White with #A8FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFAF; }
p { color: rgb(168,255,175); }
H1.HeaderClassName
{
color: #A8FFAF;
}
.AnyTagClassName
{
color: #A8FFAF;
}
</style>
background-color css
<style>
a { background-color: #A8FFAF; }
a { background-color: rgb(168,255,175); }
div.DivClassName
{
background-color: #A8FFAF;
}
.BgClassName
{
background-color: #A8FFAF;
}
</style>
border-color css
<style>
span { border-color: #A8FFAF; }
span { border-color: rgb(168,255,175); }
td.TdClassName
{
border-color: #A8FFAF;
}
.TagClassName
{
border-color: #A8FFAF;
}
</style>