Shades of Limerick #96AD25
Tints of Limerick #96AD25
RGB
CMYK
RGB Variations
Color information
#96AD25 (or 0x96AD25) is known color: Limerick. HEX triplet: 96, AD and 25. RGB value is (150,173,37). Sum of RGB (Red+Green+Blue) = 150+173+37=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD25 is #6952DA. Grayscale: #979797. Windows color (decimal): -6902491 or 2469270. OLE color: 2469270.
HSL color Cylindrical-coordinate representation of color #96AD25: hue angle of 70.15º degrees, saturation: 0.65, 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 #96AD25 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 37 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.32 |
| HSL | 70.15º | 0.65% | 0.41% | - |
| HSV(B) | 70.15º | 0.79% | 0.68% | - |
| XYZ | 27.86 | 36.5 | 7.33 | - |
| YUV | 150.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 37 | 0.13 | 0 | 0.79 | 0.32 | 70.15 | 0.65 | 0.41 |
| Hex | 96 | AD | 25 | D | 0 | 4F | 20 | 46 | 41 | 29 |
| Octal | 226 | 255 | 45 | 15 | 0 | 117 | 40 | 106 | 101 | 51 |
| Binary | 10010110 | 10101101 | 100101 | 1101 | 0 | 1001111 | 100000 | 1000110 | 1000001 | 101001 |
Color Harmonies of #96AD25
Complementary color
Monochromatic Colors of #96AD25
Black with #96AD25
Text Example
Text Example
White with #96AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD25; }
p { color: rgb(150,173,37); }
H1.HeaderClassName
{
color: #96AD25;
}
.AnyTagClassName
{
color: #96AD25;
}
</style>
background-color css
<style>
a { background-color: #96AD25; }
a { background-color: rgb(150,173,37); }
div.DivClassName
{
background-color: #96AD25;
}
.BgClassName
{
background-color: #96AD25;
}
</style>
border-color css
<style>
span { border-color: #96AD25; }
span { border-color: rgb(150,173,37); }
td.TdClassName
{
border-color: #96AD25;
}
.TagClassName
{
border-color: #96AD25;
}
</style>