Shades of Limerick #96AD3F
Tints of Limerick #96AD3F
RGB
CMYK
RGB Variations
Color information
#96AD3F (or 0x96AD3F) is known color: Limerick. HEX triplet: 96, AD and 3F. RGB value is (150,173,63). Sum of RGB (Red+Green+Blue) = 150+173+63=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD3F is #6952C0. Grayscale: #9A9A9A. Windows color (decimal): -6902465 or 4173206. OLE color: 4173206.
HSL color Cylindrical-coordinate representation of color #96AD3F: hue angle of 72.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96AD3F is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 63 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.32 |
| HSL | 72.55º | 0.47% | 0.46% | - |
| HSV(B) | 72.55º | 0.64% | 0.68% | - |
| XYZ | 28.42 | 36.73 | 10.29 | - |
| YUV | 153.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 63 | 0.13 | 0 | 0.64 | 0.32 | 72.55 | 0.47 | 0.46 |
| Hex | 96 | AD | 3F | D | 0 | 40 | 20 | 49 | 2F | 2E |
| Octal | 226 | 255 | 77 | 15 | 0 | 100 | 40 | 111 | 57 | 56 |
| Binary | 10010110 | 10101101 | 111111 | 1101 | 0 | 1000000 | 100000 | 1001001 | 101111 | 101110 |
Color Harmonies of #96AD3F
Complementary color
Monochromatic Colors of #96AD3F
Black with #96AD3F
Text Example
Text Example
White with #96AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD3F; }
p { color: rgb(150,173,63); }
H1.HeaderClassName
{
color: #96AD3F;
}
.AnyTagClassName
{
color: #96AD3F;
}
</style>
background-color css
<style>
a { background-color: #96AD3F; }
a { background-color: rgb(150,173,63); }
div.DivClassName
{
background-color: #96AD3F;
}
.BgClassName
{
background-color: #96AD3F;
}
</style>
border-color css
<style>
span { border-color: #96AD3F; }
span { border-color: rgb(150,173,63); }
td.TdClassName
{
border-color: #96AD3F;
}
.TagClassName
{
border-color: #96AD3F;
}
</style>