Shades of Limerick #96AA28
Tints of Limerick #96AA28
RGB
CMYK
RGB Variations
Color information
#96AA28 (or 0x96AA28) is known color: Limerick. HEX triplet: 96, AA and 28. RGB value is (150,170,40). Sum of RGB (Red+Green+Blue) = 150+170+40=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA28 is #6955D7. Grayscale: #959595. Windows color (decimal): -6903256 or 2665110. OLE color: 2665110.
HSL color Cylindrical-coordinate representation of color #96AA28: hue angle of 69.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96AA28 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 40 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.33 |
| HSL | 69.23º | 0.62% | 0.41% | - |
| HSV(B) | 69.23º | 0.76% | 0.67% | - |
| XYZ | 27.34 | 35.39 | 7.4 | - |
| YUV | 149.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 40 | 0.12 | 0 | 0.76 | 0.33 | 69.23 | 0.62 | 0.41 |
| Hex | 96 | AA | 28 | C | 0 | 4C | 21 | 45 | 3E | 29 |
| Octal | 226 | 252 | 50 | 14 | 0 | 114 | 41 | 105 | 76 | 51 |
| Binary | 10010110 | 10101010 | 101000 | 1100 | 0 | 1001100 | 100001 | 1000101 | 111110 | 101001 |
Color Harmonies of #96AA28
Complementary color
Monochromatic Colors of #96AA28
Black with #96AA28
Text Example
Text Example
White with #96AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA28; }
p { color: rgb(150,170,40); }
H1.HeaderClassName
{
color: #96AA28;
}
.AnyTagClassName
{
color: #96AA28;
}
</style>
background-color css
<style>
a { background-color: #96AA28; }
a { background-color: rgb(150,170,40); }
div.DivClassName
{
background-color: #96AA28;
}
.BgClassName
{
background-color: #96AA28;
}
</style>
border-color css
<style>
span { border-color: #96AA28; }
span { border-color: rgb(150,170,40); }
td.TdClassName
{
border-color: #96AA28;
}
.TagClassName
{
border-color: #96AA28;
}
</style>