Shades of Limerick #96AE25
Tints of Limerick #96AE25
RGB
CMYK
RGB Variations
Color information
#96AE25 (or 0x96AE25) is known color: Limerick. HEX triplet: 96, AE and 25. RGB value is (150,174,37). Sum of RGB (Red+Green+Blue) = 150+174+37=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE25 is #6951DA. Grayscale: #979797. Windows color (decimal): -6902235 or 2469526. OLE color: 2469526.
HSL color Cylindrical-coordinate representation of color #96AE25: hue angle of 70.51º 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 #96AE25 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 37 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.32 |
| HSL | 70.51º | 0.65% | 0.41% | - |
| HSV(B) | 70.51º | 0.79% | 0.68% | - |
| XYZ | 28.05 | 36.89 | 7.39 | - |
| YUV | 151.21 | 63.55 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 37 | 0.14 | 0 | 0.79 | 0.32 | 70.51 | 0.65 | 0.41 |
| Hex | 96 | AE | 25 | E | 0 | 4F | 20 | 47 | 41 | 29 |
| Octal | 226 | 256 | 45 | 16 | 0 | 117 | 40 | 107 | 101 | 51 |
| Binary | 10010110 | 10101110 | 100101 | 1110 | 0 | 1001111 | 100000 | 1000111 | 1000001 | 101001 |
Color Harmonies of #96AE25
Complementary color
Monochromatic Colors of #96AE25
Black with #96AE25
Text Example
Text Example
White with #96AE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AE25; }
p { color: rgb(150,174,37); }
H1.HeaderClassName
{
color: #96AE25;
}
.AnyTagClassName
{
color: #96AE25;
}
</style>
background-color css
<style>
a { background-color: #96AE25; }
a { background-color: rgb(150,174,37); }
div.DivClassName
{
background-color: #96AE25;
}
.BgClassName
{
background-color: #96AE25;
}
</style>
border-color css
<style>
span { border-color: #96AE25; }
span { border-color: rgb(150,174,37); }
td.TdClassName
{
border-color: #96AE25;
}
.TagClassName
{
border-color: #96AE25;
}
</style>