#A0FACE (or 0xA0FACE) is unknown color: approx Magic Mint. HEX triplet: A0, FA and CE. RGB value is (160,250,206). Sum of RGB (Red+Green+Blue) = 160+250+206=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FACE is #5F0531. Grayscale: #DADADA. Windows color (decimal): -6227250 or 13564576. OLE color: 13564576.
HSL color Cylindrical-coordinate representation of color #A0FACE: hue angle of 150.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FACE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
<style> p { color: #A0FACE; } p { color: rgb(160,250,206); } H1.HeaderClassName { color: #A0FACE; } .AnyTagClassName { color: #A0FACE; } </style>
<style> a { background-color: #A0FACE; } a { background-color: rgb(160,250,206); } div.DivClassName { background-color: #A0FACE; } .BgClassName { background-color: #A0FACE; } </style>
<style> span { border-color: #A0FACE; } span { border-color: rgb(160,250,206); } td.TdClassName { border-color: #A0FACE; } .TagClassName { border-color: #A0FACE; } </style>