Shades of Limerick #A0AC36
Tints of Limerick #A0AC36
RGB
CMYK
RGB Variations
Color information
#A0AC36 (or 0xA0AC36) is known color: Limerick. HEX triplet: A0, AC and 36. RGB value is (160,172,54). Sum of RGB (Red+Green+Blue) = 160+172+54=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC36 is #5F53C9. Grayscale: #9B9B9B. Windows color (decimal): -6247370 or 3583136. OLE color: 3583136.
HSL color Cylindrical-coordinate representation of color #A0AC36: hue angle of 66.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0AC36 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 54 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.33 |
| HSL | 66.1º | 0.52% | 0.44% | - |
| HSV(B) | 66.1º | 0.69% | 0.67% | - |
| XYZ | 29.92 | 37.24 | 9.1 | - |
| YUV | 154.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 54 | 0.07 | 0 | 0.69 | 0.33 | 66.1 | 0.52 | 0.44 |
| Hex | A0 | AC | 36 | 7 | 0 | 45 | 21 | 42 | 34 | 2C |
| Octal | 240 | 254 | 66 | 7 | 0 | 105 | 41 | 102 | 64 | 54 |
| Binary | 10100000 | 10101100 | 110110 | 111 | 0 | 1000101 | 100001 | 1000010 | 110100 | 101100 |
Color Harmonies of #A0AC36
Complementary color
Monochromatic Colors of #A0AC36
Black with #A0AC36
Text Example
Text Example
White with #A0AC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC36; }
p { color: rgb(160,172,54); }
H1.HeaderClassName
{
color: #A0AC36;
}
.AnyTagClassName
{
color: #A0AC36;
}
</style>
background-color css
<style>
a { background-color: #A0AC36; }
a { background-color: rgb(160,172,54); }
div.DivClassName
{
background-color: #A0AC36;
}
.BgClassName
{
background-color: #A0AC36;
}
</style>
border-color css
<style>
span { border-color: #A0AC36; }
span { border-color: rgb(160,172,54); }
td.TdClassName
{
border-color: #A0AC36;
}
.TagClassName
{
border-color: #A0AC36;
}
</style>