Shades of Limerick #99AD21
Tints of Limerick #99AD21
RGB
CMYK
RGB Variations
Color information
#99AD21 (or 0x99AD21) is known color: Limerick. HEX triplet: 99, AD and 21. RGB value is (153,173,33). Sum of RGB (Red+Green+Blue) = 153+173+33=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AD21 is #6652DE. Grayscale: #979797. Windows color (decimal): -6705887 or 2207129. OLE color: 2207129.
HSL color Cylindrical-coordinate representation of color #99AD21: hue angle of 68.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99AD21 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 33 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.32 |
| HSL | 68.57º | 0.68% | 0.4% | - |
| HSV(B) | 68.57º | 0.81% | 0.68% | - |
| XYZ | 28.35 | 36.77 | 7.04 | - |
| YUV | 151.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 33 | 0.12 | 0 | 0.81 | 0.32 | 68.57 | 0.68 | 0.4 |
| Hex | 99 | AD | 21 | C | 0 | 51 | 20 | 45 | 44 | 28 |
| Octal | 231 | 255 | 41 | 14 | 0 | 121 | 40 | 105 | 104 | 50 |
| Binary | 10011001 | 10101101 | 100001 | 1100 | 0 | 1010001 | 100000 | 1000101 | 1000100 | 101000 |
Color Harmonies of #99AD21
Complementary color
Monochromatic Colors of #99AD21
Black with #99AD21
Text Example
Text Example
White with #99AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD21; }
p { color: rgb(153,173,33); }
H1.HeaderClassName
{
color: #99AD21;
}
.AnyTagClassName
{
color: #99AD21;
}
</style>
background-color css
<style>
a { background-color: #99AD21; }
a { background-color: rgb(153,173,33); }
div.DivClassName
{
background-color: #99AD21;
}
.BgClassName
{
background-color: #99AD21;
}
</style>
border-color css
<style>
span { border-color: #99AD21; }
span { border-color: rgb(153,173,33); }
td.TdClassName
{
border-color: #99AD21;
}
.TagClassName
{
border-color: #99AD21;
}
</style>