Shades of Limerick #94AE19
Tints of Limerick #94AE19
RGB
CMYK
RGB Variations
Color information
#94AE19 (or 0x94AE19) is known color: Limerick. HEX triplet: 94, AE and 19. RGB value is (148,174,25). Sum of RGB (Red+Green+Blue) = 148+174+25=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AE19 is #6B51E6. Grayscale: #959595. Windows color (decimal): -7033319 or 1683092. OLE color: 1683092.
HSL color Cylindrical-coordinate representation of color #94AE19: hue angle of 70.47º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94AE19 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 25 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.32 |
| HSL | 70.47º | 0.75% | 0.39% | - |
| HSV(B) | 70.47º | 0.86% | 0.68% | - |
| XYZ | 27.52 | 36.64 | 6.54 | - |
| YUV | 149.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 25 | 0.15 | 0 | 0.86 | 0.32 | 70.47 | 0.75 | 0.39 |
| Hex | 94 | AE | 19 | F | 0 | 56 | 20 | 46 | 4B | 27 |
| Octal | 224 | 256 | 31 | 17 | 0 | 126 | 40 | 106 | 113 | 47 |
| Binary | 10010100 | 10101110 | 11001 | 1111 | 0 | 1010110 | 100000 | 1000110 | 1001011 | 100111 |
Color Harmonies of #94AE19
Complementary color
Monochromatic Colors of #94AE19
Black with #94AE19
Text Example
Text Example
White with #94AE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE19; }
p { color: rgb(148,174,25); }
H1.HeaderClassName
{
color: #94AE19;
}
.AnyTagClassName
{
color: #94AE19;
}
</style>
background-color css
<style>
a { background-color: #94AE19; }
a { background-color: rgb(148,174,25); }
div.DivClassName
{
background-color: #94AE19;
}
.BgClassName
{
background-color: #94AE19;
}
</style>
border-color css
<style>
span { border-color: #94AE19; }
span { border-color: rgb(148,174,25); }
td.TdClassName
{
border-color: #94AE19;
}
.TagClassName
{
border-color: #94AE19;
}
</style>