#01800A (or 0x01800A) is unknown color: approx Green. HEX triplet: 01, 80 and 0A. RGB value is (1,128,10). Sum of RGB (Red+Green+Blue) = 1+128+10=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 128 (50.39% from 255 or 92.09% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 128 - color contains mainly: green. Hex color #01800A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01800A is #FE7FF5. Grayscale: #4C4C4C. Windows color (decimal): -16678902 or 688129. OLE color: 688129.
HSL color Cylindrical-coordinate representation of color #01800A: hue angle of 124.25º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01800A is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
<style> p { color: #01800A; } p { color: rgb(1,128,10); } H1.HeaderClassName { color: #01800A; } .AnyTagClassName { color: #01800A; } </style>
<style> a { background-color: #01800A; } a { background-color: rgb(1,128,10); } div.DivClassName { background-color: #01800A; } .BgClassName { background-color: #01800A; } </style>
<style> span { border-color: #01800A; } span { border-color: rgb(1,128,10); } td.TdClassName { border-color: #01800A; } .TagClassName { border-color: #01800A; } </style>