Shades of Mint Green #A8FFA6
Tints of Mint Green #A8FFA6
RGB
CMYK
RGB Variations
Color information
#A8FFA6 (or 0xA8FFA6) is known color: Mint Green. HEX triplet: A8, FF and A6. RGB value is (168,255,166). Sum of RGB (Red+Green+Blue) = 168+255+166=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FFA6 is #570059. Grayscale: #DBDBDB. Windows color (decimal): -5701722 or 10944424. OLE color: 10944424.
HSL color Cylindrical-coordinate representation of color #A8FFA6: hue angle of 118.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8FFA6 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 166 | - |
| CMYK | 0.34 | 0 | 0.35 | 0 |
| HSL | 118.65º | 1% | 0.83% | - |
| HSV(B) | 118.65º | 0.35% | 1% | - |
| XYZ | 58.79 | 82.6 | 48.92 | - |
| YUV | 218.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 166 | 0.34 | 0 | 0.35 | 0 | 118.65 | 1 | 0.83 |
| Hex | A8 | FF | A6 | 22 | 0 | 23 | 0 | 77 | 64 | 53 |
| Octal | 250 | 377 | 246 | 42 | 0 | 43 | 0 | 167 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10100110 | 100010 | 0 | 100011 | 0 | 1110111 | 1100100 | 1010011 |
Color Harmonies of #A8FFA6
Complementary color
Monochromatic Colors of #A8FFA6
Black with #A8FFA6
Text Example
Text Example
White with #A8FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFA6; }
p { color: rgb(168,255,166); }
H1.HeaderClassName
{
color: #A8FFA6;
}
.AnyTagClassName
{
color: #A8FFA6;
}
</style>
background-color css
<style>
a { background-color: #A8FFA6; }
a { background-color: rgb(168,255,166); }
div.DivClassName
{
background-color: #A8FFA6;
}
.BgClassName
{
background-color: #A8FFA6;
}
</style>
border-color css
<style>
span { border-color: #A8FFA6; }
span { border-color: rgb(168,255,166); }
td.TdClassName
{
border-color: #A8FFA6;
}
.TagClassName
{
border-color: #A8FFA6;
}
</style>