Shades of Limerick #A0AC2D
Tints of Limerick #A0AC2D
RGB
CMYK
RGB Variations
Color information
#A0AC2D (or 0xA0AC2D) is known color: Limerick. HEX triplet: A0, AC and 2D. RGB value is (160,172,45). Sum of RGB (Red+Green+Blue) = 160+172+45=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC2D is #5F53D2. Grayscale: #9A9A9A. Windows color (decimal): -6247379 or 2993312. OLE color: 2993312.
HSL color Cylindrical-coordinate representation of color #A0AC2D: hue angle of 65.67º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0AC2D is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 45 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.33 |
| HSL | 65.67º | 0.59% | 0.43% | - |
| HSV(B) | 65.67º | 0.74% | 0.67% | - |
| XYZ | 29.72 | 37.17 | 8.09 | - |
| YUV | 153.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 45 | 0.07 | 0 | 0.74 | 0.33 | 65.67 | 0.59 | 0.43 |
| Hex | A0 | AC | 2D | 7 | 0 | 4A | 21 | 42 | 3B | 2B |
| Octal | 240 | 254 | 55 | 7 | 0 | 112 | 41 | 102 | 73 | 53 |
| Binary | 10100000 | 10101100 | 101101 | 111 | 0 | 1001010 | 100001 | 1000010 | 111011 | 101011 |
Color Harmonies of #A0AC2D
Complementary color
Monochromatic Colors of #A0AC2D
Black with #A0AC2D
Text Example
Text Example
White with #A0AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC2D; }
p { color: rgb(160,172,45); }
H1.HeaderClassName
{
color: #A0AC2D;
}
.AnyTagClassName
{
color: #A0AC2D;
}
</style>
background-color css
<style>
a { background-color: #A0AC2D; }
a { background-color: rgb(160,172,45); }
div.DivClassName
{
background-color: #A0AC2D;
}
.BgClassName
{
background-color: #A0AC2D;
}
</style>
border-color css
<style>
span { border-color: #A0AC2D; }
span { border-color: rgb(160,172,45); }
td.TdClassName
{
border-color: #A0AC2D;
}
.TagClassName
{
border-color: #A0AC2D;
}
</style>