Shades of Limerick #94AD34
Tints of Limerick #94AD34
RGB
CMYK
RGB Variations
Color information
#94AD34 (or 0x94AD34) is known color: Limerick. HEX triplet: 94, AD and 34. RGB value is (148,173,52). Sum of RGB (Red+Green+Blue) = 148+173+52=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD34 is #6B52CB. Grayscale: #989898. Windows color (decimal): -7033548 or 3452308. OLE color: 3452308.
HSL color Cylindrical-coordinate representation of color #94AD34: hue angle of 72.4º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94AD34 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 52 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.32 |
| HSL | 72.4º | 0.54% | 0.44% | - |
| HSV(B) | 72.4º | 0.7% | 0.68% | - |
| XYZ | 27.78 | 36.43 | 8.82 | - |
| YUV | 151.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 52 | 0.14 | 0 | 0.70 | 0.32 | 72.4 | 0.54 | 0.44 |
| Hex | 94 | AD | 34 | E | 0 | 46 | 20 | 48 | 36 | 2C |
| Octal | 224 | 255 | 64 | 16 | 0 | 106 | 40 | 110 | 66 | 54 |
| Binary | 10010100 | 10101101 | 110100 | 1110 | 0 | 1000110 | 100000 | 1001000 | 110110 | 101100 |
Color Harmonies of #94AD34
Complementary color
Monochromatic Colors of #94AD34
Black with #94AD34
Text Example
Text Example
White with #94AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD34; }
p { color: rgb(148,173,52); }
H1.HeaderClassName
{
color: #94AD34;
}
.AnyTagClassName
{
color: #94AD34;
}
</style>
background-color css
<style>
a { background-color: #94AD34; }
a { background-color: rgb(148,173,52); }
div.DivClassName
{
background-color: #94AD34;
}
.BgClassName
{
background-color: #94AD34;
}
</style>
border-color css
<style>
span { border-color: #94AD34; }
span { border-color: rgb(148,173,52); }
td.TdClassName
{
border-color: #94AD34;
}
.TagClassName
{
border-color: #94AD34;
}
</style>