Shades of Limerick #96AD24
Tints of Limerick #96AD24
RGB
CMYK
RGB Variations
Color information
#96AD24 (or 0x96AD24) is known color: Limerick. HEX triplet: 96, AD and 24. RGB value is (150,173,36). Sum of RGB (Red+Green+Blue) = 150+173+36=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD24 is #6952DB. Grayscale: #979797. Windows color (decimal): -6902492 or 2403734. OLE color: 2403734.
HSL color Cylindrical-coordinate representation of color #96AD24: hue angle of 70.07º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96AD24 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 36 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.32 |
| HSL | 70.07º | 0.66% | 0.41% | - |
| HSV(B) | 70.07º | 0.79% | 0.68% | - |
| XYZ | 27.84 | 36.5 | 7.25 | - |
| YUV | 150.51 | 63.38 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 36 | 0.13 | 0 | 0.79 | 0.32 | 70.07 | 0.66 | 0.41 |
| Hex | 96 | AD | 24 | D | 0 | 4F | 20 | 46 | 42 | 29 |
| Octal | 226 | 255 | 44 | 15 | 0 | 117 | 40 | 106 | 102 | 51 |
| Binary | 10010110 | 10101101 | 100100 | 1101 | 0 | 1001111 | 100000 | 1000110 | 1000010 | 101001 |
Color Harmonies of #96AD24
Complementary color
Monochromatic Colors of #96AD24
Black with #96AD24
Text Example
Text Example
White with #96AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD24; }
p { color: rgb(150,173,36); }
H1.HeaderClassName
{
color: #96AD24;
}
.AnyTagClassName
{
color: #96AD24;
}
</style>
background-color css
<style>
a { background-color: #96AD24; }
a { background-color: rgb(150,173,36); }
div.DivClassName
{
background-color: #96AD24;
}
.BgClassName
{
background-color: #96AD24;
}
</style>
border-color css
<style>
span { border-color: #96AD24; }
span { border-color: rgb(150,173,36); }
td.TdClassName
{
border-color: #96AD24;
}
.TagClassName
{
border-color: #96AD24;
}
</style>