Shades of Limerick #96AA40
Tints of Limerick #96AA40
RGB
CMYK
RGB Variations
Color information
#96AA40 (or 0x96AA40) is known color: Limerick. HEX triplet: 96, AA and 40. RGB value is (150,170,64). Sum of RGB (Red+Green+Blue) = 150+170+64=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA40 is #6955BF. Grayscale: #989898. Windows color (decimal): -6903232 or 4237974. OLE color: 4237974.
HSL color Cylindrical-coordinate representation of color #96AA40: hue angle of 71.32º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96AA40 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 64 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.33 |
| HSL | 71.32º | 0.45% | 0.46% | - |
| HSV(B) | 71.32º | 0.62% | 0.67% | - |
| XYZ | 27.88 | 35.6 | 10.25 | - |
| YUV | 151.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 64 | 0.12 | 0 | 0.62 | 0.33 | 71.32 | 0.45 | 0.46 |
| Hex | 96 | AA | 40 | C | 0 | 3E | 21 | 47 | 2D | 2E |
| Octal | 226 | 252 | 100 | 14 | 0 | 76 | 41 | 107 | 55 | 56 |
| Binary | 10010110 | 10101010 | 1000000 | 1100 | 0 | 111110 | 100001 | 1000111 | 101101 | 101110 |
Color Harmonies of #96AA40
Complementary color
Monochromatic Colors of #96AA40
Black with #96AA40
Text Example
Text Example
White with #96AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA40; }
p { color: rgb(150,170,64); }
H1.HeaderClassName
{
color: #96AA40;
}
.AnyTagClassName
{
color: #96AA40;
}
</style>
background-color css
<style>
a { background-color: #96AA40; }
a { background-color: rgb(150,170,64); }
div.DivClassName
{
background-color: #96AA40;
}
.BgClassName
{
background-color: #96AA40;
}
</style>
border-color css
<style>
span { border-color: #96AA40; }
span { border-color: rgb(150,170,64); }
td.TdClassName
{
border-color: #96AA40;
}
.TagClassName
{
border-color: #96AA40;
}
</style>