Shades of Limerick #A0AC2E
Tints of Limerick #A0AC2E
RGB
CMYK
RGB Variations
Color information
#A0AC2E (or 0xA0AC2E) is known color: Limerick. HEX triplet: A0, AC and 2E. RGB value is (160,172,46). Sum of RGB (Red+Green+Blue) = 160+172+46=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC2E is #5F53D1. Grayscale: #9A9A9A. Windows color (decimal): -6247378 or 3058848. OLE color: 3058848.
HSL color Cylindrical-coordinate representation of color #A0AC2E: hue angle of 65.71º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0AC2E is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 46 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.33 |
| HSL | 65.71º | 0.58% | 0.43% | - |
| HSV(B) | 65.71º | 0.73% | 0.67% | - |
| XYZ | 29.74 | 37.18 | 8.19 | - |
| YUV | 154.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 46 | 0.07 | 0 | 0.73 | 0.33 | 65.71 | 0.58 | 0.43 |
| Hex | A0 | AC | 2E | 7 | 0 | 49 | 21 | 42 | 3A | 2B |
| Octal | 240 | 254 | 56 | 7 | 0 | 111 | 41 | 102 | 72 | 53 |
| Binary | 10100000 | 10101100 | 101110 | 111 | 0 | 1001001 | 100001 | 1000010 | 111010 | 101011 |
Color Harmonies of #A0AC2E
Complementary color
Monochromatic Colors of #A0AC2E
Black with #A0AC2E
Text Example
Text Example
White with #A0AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC2E; }
p { color: rgb(160,172,46); }
H1.HeaderClassName
{
color: #A0AC2E;
}
.AnyTagClassName
{
color: #A0AC2E;
}
</style>
background-color css
<style>
a { background-color: #A0AC2E; }
a { background-color: rgb(160,172,46); }
div.DivClassName
{
background-color: #A0AC2E;
}
.BgClassName
{
background-color: #A0AC2E;
}
</style>
border-color css
<style>
span { border-color: #A0AC2E; }
span { border-color: rgb(160,172,46); }
td.TdClassName
{
border-color: #A0AC2E;
}
.TagClassName
{
border-color: #A0AC2E;
}
</style>