Shades of Mint Green #A8FF8E
Tints of Mint Green #A8FF8E
RGB
CMYK
RGB Variations
Color information
#A8FF8E (or 0xA8FF8E) is known color: Mint Green. HEX triplet: A8, FF and 8E. RGB value is (168,255,142). Sum of RGB (Red+Green+Blue) = 168+255+142=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FF8E is #570071. Grayscale: #D8D8D8. Windows color (decimal): -5701746 or 9371560. OLE color: 9371560.
HSL color Cylindrical-coordinate representation of color #A8FF8E: hue angle of 106.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8FF8E is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 142 | - |
| CMYK | 0.34 | 0 | 0.44 | 0 |
| HSL | 106.19º | 1% | 0.78% | - |
| HSV(B) | 106.19º | 0.44% | 1% | - |
| XYZ | 56.79 | 81.8 | 38.39 | - |
| YUV | 216.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 142 | 0.34 | 0 | 0.44 | 0 | 106.19 | 1 | 0.78 |
| Hex | A8 | FF | 8E | 22 | 0 | 2C | 0 | 6A | 64 | 4E |
| Octal | 250 | 377 | 216 | 42 | 0 | 54 | 0 | 152 | 144 | 116 |
| Binary | 10101000 | 11111111 | 10001110 | 100010 | 0 | 101100 | 0 | 1101010 | 1100100 | 1001110 |
Color Harmonies of #A8FF8E
Complementary color
Monochromatic Colors of #A8FF8E
Black with #A8FF8E
Text Example
Text Example
White with #A8FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF8E; }
p { color: rgb(168,255,142); }
H1.HeaderClassName
{
color: #A8FF8E;
}
.AnyTagClassName
{
color: #A8FF8E;
}
</style>
background-color css
<style>
a { background-color: #A8FF8E; }
a { background-color: rgb(168,255,142); }
div.DivClassName
{
background-color: #A8FF8E;
}
.BgClassName
{
background-color: #A8FF8E;
}
</style>
border-color css
<style>
span { border-color: #A8FF8E; }
span { border-color: rgb(168,255,142); }
td.TdClassName
{
border-color: #A8FF8E;
}
.TagClassName
{
border-color: #A8FF8E;
}
</style>