Shades of Limerick #96AD26
Tints of Limerick #96AD26
RGB
CMYK
RGB Variations
Color information
#96AD26 (or 0x96AD26) is known color: Limerick. HEX triplet: 96, AD and 26. RGB value is (150,173,38). Sum of RGB (Red+Green+Blue) = 150+173+38=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD26 is #6952D9. Grayscale: #979797. Windows color (decimal): -6902490 or 2534806. OLE color: 2534806.
HSL color Cylindrical-coordinate representation of color #96AD26: hue angle of 70.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96AD26 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 38 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.32 |
| HSL | 70.22º | 0.64% | 0.41% | - |
| HSV(B) | 70.22º | 0.78% | 0.68% | - |
| XYZ | 27.87 | 36.51 | 7.41 | - |
| YUV | 150.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 38 | 0.13 | 0 | 0.78 | 0.32 | 70.22 | 0.64 | 0.41 |
| Hex | 96 | AD | 26 | D | 0 | 4E | 20 | 46 | 40 | 29 |
| Octal | 226 | 255 | 46 | 15 | 0 | 116 | 40 | 106 | 100 | 51 |
| Binary | 10010110 | 10101101 | 100110 | 1101 | 0 | 1001110 | 100000 | 1000110 | 1000000 | 101001 |
Color Harmonies of #96AD26
Complementary color
Monochromatic Colors of #96AD26
Black with #96AD26
Text Example
Text Example
White with #96AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD26; }
p { color: rgb(150,173,38); }
H1.HeaderClassName
{
color: #96AD26;
}
.AnyTagClassName
{
color: #96AD26;
}
</style>
background-color css
<style>
a { background-color: #96AD26; }
a { background-color: rgb(150,173,38); }
div.DivClassName
{
background-color: #96AD26;
}
.BgClassName
{
background-color: #96AD26;
}
</style>
border-color css
<style>
span { border-color: #96AD26; }
span { border-color: rgb(150,173,38); }
td.TdClassName
{
border-color: #96AD26;
}
.TagClassName
{
border-color: #96AD26;
}
</style>