Shades of Limerick #96AD40
Tints of Limerick #96AD40
RGB
CMYK
RGB Variations
Color information
#96AD40 (or 0x96AD40) is known color: Limerick. HEX triplet: 96, AD and 40. RGB value is (150,173,64). Sum of RGB (Red+Green+Blue) = 150+173+64=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD40 is #6952BF. Grayscale: #9A9A9A. Windows color (decimal): -6902464 or 4238742. OLE color: 4238742.
HSL color Cylindrical-coordinate representation of color #96AD40: hue angle of 72.66º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96AD40 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 64 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.32 |
| HSL | 72.66º | 0.46% | 0.46% | - |
| HSV(B) | 72.66º | 0.63% | 0.68% | - |
| XYZ | 28.45 | 36.74 | 10.44 | - |
| YUV | 153.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 64 | 0.13 | 0 | 0.63 | 0.32 | 72.66 | 0.46 | 0.46 |
| Hex | 96 | AD | 40 | D | 0 | 3F | 20 | 49 | 2E | 2E |
| Octal | 226 | 255 | 100 | 15 | 0 | 77 | 40 | 111 | 56 | 56 |
| Binary | 10010110 | 10101101 | 1000000 | 1101 | 0 | 111111 | 100000 | 1001001 | 101110 | 101110 |
Color Harmonies of #96AD40
Complementary color
Monochromatic Colors of #96AD40
Black with #96AD40
Text Example
Text Example
White with #96AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD40; }
p { color: rgb(150,173,64); }
H1.HeaderClassName
{
color: #96AD40;
}
.AnyTagClassName
{
color: #96AD40;
}
</style>
background-color css
<style>
a { background-color: #96AD40; }
a { background-color: rgb(150,173,64); }
div.DivClassName
{
background-color: #96AD40;
}
.BgClassName
{
background-color: #96AD40;
}
</style>
border-color css
<style>
span { border-color: #96AD40; }
span { border-color: rgb(150,173,64); }
td.TdClassName
{
border-color: #96AD40;
}
.TagClassName
{
border-color: #96AD40;
}
</style>