Shades of Limerick #99AC20
Tints of Limerick #99AC20
RGB
CMYK
RGB Variations
Color information
#99AC20 (or 0x99AC20) is known color: Limerick. HEX triplet: 99, AC and 20. RGB value is (153,172,32). Sum of RGB (Red+Green+Blue) = 153+172+32=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC20 is #6653DF. Grayscale: #969696. Windows color (decimal): -6706144 or 2141337. OLE color: 2141337.
HSL color Cylindrical-coordinate representation of color #99AC20: hue angle of 68.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99AC20 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 32 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.33 |
| HSL | 68.14º | 0.69% | 0.4% | - |
| HSV(B) | 68.14º | 0.81% | 0.67% | - |
| XYZ | 28.15 | 36.38 | 6.91 | - |
| YUV | 150.36 | 61.21 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 32 | 0.11 | 0 | 0.81 | 0.33 | 68.14 | 0.69 | 0.4 |
| Hex | 99 | AC | 20 | B | 0 | 51 | 21 | 44 | 45 | 28 |
| Octal | 231 | 254 | 40 | 13 | 0 | 121 | 41 | 104 | 105 | 50 |
| Binary | 10011001 | 10101100 | 100000 | 1011 | 0 | 1010001 | 100001 | 1000100 | 1000101 | 101000 |
Color Harmonies of #99AC20
Complementary color
Monochromatic Colors of #99AC20
Black with #99AC20
Text Example
Text Example
White with #99AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC20; }
p { color: rgb(153,172,32); }
H1.HeaderClassName
{
color: #99AC20;
}
.AnyTagClassName
{
color: #99AC20;
}
</style>
background-color css
<style>
a { background-color: #99AC20; }
a { background-color: rgb(153,172,32); }
div.DivClassName
{
background-color: #99AC20;
}
.BgClassName
{
background-color: #99AC20;
}
</style>
border-color css
<style>
span { border-color: #99AC20; }
span { border-color: rgb(153,172,32); }
td.TdClassName
{
border-color: #99AC20;
}
.TagClassName
{
border-color: #99AC20;
}
</style>