Shades of Limerick #99AC34
Tints of Limerick #99AC34
RGB
CMYK
RGB Variations
Color information
#99AC34 (or 0x99AC34) is known color: Limerick. HEX triplet: 99, AC and 34. RGB value is (153,172,52). Sum of RGB (Red+Green+Blue) = 153+172+52=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC34 is #6653CB. Grayscale: #999999. Windows color (decimal): -6706124 or 3452057. OLE color: 3452057.
HSL color Cylindrical-coordinate representation of color #99AC34: hue angle of 69.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99AC34 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 52 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.33 |
| HSL | 69.5º | 0.54% | 0.44% | - |
| HSV(B) | 69.5º | 0.7% | 0.67% | - |
| XYZ | 28.51 | 36.53 | 8.8 | - |
| YUV | 152.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 52 | 0.11 | 0 | 0.70 | 0.33 | 69.5 | 0.54 | 0.44 |
| Hex | 99 | AC | 34 | B | 0 | 46 | 21 | 46 | 36 | 2C |
| Octal | 231 | 254 | 64 | 13 | 0 | 106 | 41 | 106 | 66 | 54 |
| Binary | 10011001 | 10101100 | 110100 | 1011 | 0 | 1000110 | 100001 | 1000110 | 110110 | 101100 |
Color Harmonies of #99AC34
Complementary color
Monochromatic Colors of #99AC34
Black with #99AC34
Text Example
Text Example
White with #99AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC34; }
p { color: rgb(153,172,52); }
H1.HeaderClassName
{
color: #99AC34;
}
.AnyTagClassName
{
color: #99AC34;
}
</style>
background-color css
<style>
a { background-color: #99AC34; }
a { background-color: rgb(153,172,52); }
div.DivClassName
{
background-color: #99AC34;
}
.BgClassName
{
background-color: #99AC34;
}
</style>
border-color css
<style>
span { border-color: #99AC34; }
span { border-color: rgb(153,172,52); }
td.TdClassName
{
border-color: #99AC34;
}
.TagClassName
{
border-color: #99AC34;
}
</style>