Shades of Limerick #A0AE34
Tints of Limerick #A0AE34
RGB
CMYK
RGB Variations
Color information
#A0AE34 (or 0xA0AE34) is known color: Limerick. HEX triplet: A0, AE and 34. RGB value is (160,174,52). Sum of RGB (Red+Green+Blue) = 160+174+52=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE34 is #5F51CB. Grayscale: #9C9C9C. Windows color (decimal): -6246860 or 3452576. OLE color: 3452576.
HSL color Cylindrical-coordinate representation of color #A0AE34: hue angle of 66.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0AE34 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 52 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.32 |
| HSL | 66.89º | 0.54% | 0.44% | - |
| HSV(B) | 66.89º | 0.7% | 0.68% | - |
| XYZ | 30.25 | 37.99 | 8.99 | - |
| YUV | 155.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 52 | 0.08 | 0 | 0.70 | 0.32 | 66.89 | 0.54 | 0.44 |
| Hex | A0 | AE | 34 | 8 | 0 | 46 | 20 | 43 | 36 | 2C |
| Octal | 240 | 256 | 64 | 10 | 0 | 106 | 40 | 103 | 66 | 54 |
| Binary | 10100000 | 10101110 | 110100 | 1000 | 0 | 1000110 | 100000 | 1000011 | 110110 | 101100 |
Color Harmonies of #A0AE34
Complementary color
Monochromatic Colors of #A0AE34
Black with #A0AE34
Text Example
Text Example
White with #A0AE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE34; }
p { color: rgb(160,174,52); }
H1.HeaderClassName
{
color: #A0AE34;
}
.AnyTagClassName
{
color: #A0AE34;
}
</style>
background-color css
<style>
a { background-color: #A0AE34; }
a { background-color: rgb(160,174,52); }
div.DivClassName
{
background-color: #A0AE34;
}
.BgClassName
{
background-color: #A0AE34;
}
</style>
border-color css
<style>
span { border-color: #A0AE34; }
span { border-color: rgb(160,174,52); }
td.TdClassName
{
border-color: #A0AE34;
}
.TagClassName
{
border-color: #A0AE34;
}
</style>