Shades of Mint Green #A0FFA8
Tints of Mint Green #A0FFA8
RGB
CMYK
RGB Variations
Color information
#A0FFA8 (or 0xA0FFA8) is known color: Mint Green. HEX triplet: A0, FF and A8. RGB value is (160,255,168). Sum of RGB (Red+Green+Blue) = 160+255+168=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFA8 is #5F0057. Grayscale: #D8D8D8. Windows color (decimal): -6226008 or 11075488. OLE color: 11075488.
HSL color Cylindrical-coordinate representation of color #A0FFA8: hue angle of 125.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFA8 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 160 | 255 | 168 | - |
CMYK | 0.37 | 0 | 0.34 | 0 |
HSL | 125.05º | 1% | 0.81% | - |
HSV(B) | 125.05º | 0.37% | 1% | - |
XYZ | 57.33 | 81.82 | 49.82 | - |
YUV | 216.68 | 100.53 | 87.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 255 | 168 | 0.37 | 0 | 0.34 | 0 | 125.05 | 1 | 0.81 |
Hex | A0 | FF | A8 | 25 | 0 | 22 | 0 | 7D | 64 | 51 |
Octal | 240 | 377 | 250 | 45 | 0 | 42 | 0 | 175 | 144 | 121 |
Binary | 10100000 | 11111111 | 10101000 | 100101 | 0 | 100010 | 0 | 1111101 | 1100100 | 1010001 |
Color Harmonies of #A0FFA8
Complementary color
Monochromatic Colors of #A0FFA8
Black with #A0FFA8
Text Example
Text Example
White with #A0FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFA8; }
p { color: rgb(160,255,168); }
H1.HeaderClassName
{
color: #A0FFA8;
}
.AnyTagClassName
{
color: #A0FFA8;
}
</style>
background-color css
<style>
a { background-color: #A0FFA8; }
a { background-color: rgb(160,255,168); }
div.DivClassName
{
background-color: #A0FFA8;
}
.BgClassName
{
background-color: #A0FFA8;
}
</style>
border-color css
<style>
span { border-color: #A0FFA8; }
span { border-color: rgb(160,255,168); }
td.TdClassName
{
border-color: #A0FFA8;
}
.TagClassName
{
border-color: #A0FFA8;
}
</style>