Shades of Mint Green #A8FEA0
Tints of Mint Green #A8FEA0
RGB
CMYK
RGB Variations
Color information
#A8FEA0 (or 0xA8FEA0) is known color: Mint Green. HEX triplet: A8, FE and A0. RGB value is (168,254,160). Sum of RGB (Red+Green+Blue) = 168+254+160=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FEA0 is #57015F. Grayscale: #D9D9D9. Windows color (decimal): -5701984 or 10550952. OLE color: 10550952.
HSL color Cylindrical-coordinate representation of color #A8FEA0: hue angle of 114.89º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8FEA0 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 160 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.00 |
| HSL | 114.89º | 0.98% | 0.81% | - |
| HSV(B) | 114.89º | 0.37% | 1% | - |
| XYZ | 57.94 | 81.75 | 45.98 | - |
| YUV | 217.57 | 95.51 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 160 | 0.34 | 0 | 0.37 | 0.00 | 114.89 | 0.98 | 0.81 |
| Hex | A8 | FE | A0 | 22 | 0 | 25 | 0 | 73 | 62 | 51 |
| Octal | 250 | 376 | 240 | 42 | 0 | 45 | 0 | 163 | 142 | 121 |
| Binary | 10101000 | 11111110 | 10100000 | 100010 | 0 | 100101 | 0 | 1110011 | 1100010 | 1010001 |
Color Harmonies of #A8FEA0
Complementary color
Monochromatic Colors of #A8FEA0
Black with #A8FEA0
Text Example
Text Example
White with #A8FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEA0; }
p { color: rgb(168,254,160); }
H1.HeaderClassName
{
color: #A8FEA0;
}
.AnyTagClassName
{
color: #A8FEA0;
}
</style>
background-color css
<style>
a { background-color: #A8FEA0; }
a { background-color: rgb(168,254,160); }
div.DivClassName
{
background-color: #A8FEA0;
}
.BgClassName
{
background-color: #A8FEA0;
}
</style>
border-color css
<style>
span { border-color: #A8FEA0; }
span { border-color: rgb(168,254,160); }
td.TdClassName
{
border-color: #A8FEA0;
}
.TagClassName
{
border-color: #A8FEA0;
}
</style>