Shades of Limerick #94AD40
Tints of Limerick #94AD40
RGB
CMYK
RGB Variations
Color information
#94AD40 (or 0x94AD40) is known color: Limerick. HEX triplet: 94, AD and 40. RGB value is (148,173,64). Sum of RGB (Red+Green+Blue) = 148+173+64=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD40 is #6B52BF. Grayscale: #999999. Windows color (decimal): -7033536 or 4238740. OLE color: 4238740.
HSL color Cylindrical-coordinate representation of color #94AD40: hue angle of 73.76º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94AD40 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 64 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.32 |
| HSL | 73.76º | 0.46% | 0.46% | - |
| HSV(B) | 73.76º | 0.63% | 0.68% | - |
| XYZ | 28.08 | 36.55 | 10.43 | - |
| YUV | 153.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 64 | 0.14 | 0 | 0.63 | 0.32 | 73.76 | 0.46 | 0.46 |
| Hex | 94 | AD | 40 | E | 0 | 3F | 20 | 4A | 2E | 2E |
| Octal | 224 | 255 | 100 | 16 | 0 | 77 | 40 | 112 | 56 | 56 |
| Binary | 10010100 | 10101101 | 1000000 | 1110 | 0 | 111111 | 100000 | 1001010 | 101110 | 101110 |
Color Harmonies of #94AD40
Complementary color
Monochromatic Colors of #94AD40
Black with #94AD40
Text Example
Text Example
White with #94AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD40; }
p { color: rgb(148,173,64); }
H1.HeaderClassName
{
color: #94AD40;
}
.AnyTagClassName
{
color: #94AD40;
}
</style>
background-color css
<style>
a { background-color: #94AD40; }
a { background-color: rgb(148,173,64); }
div.DivClassName
{
background-color: #94AD40;
}
.BgClassName
{
background-color: #94AD40;
}
</style>
border-color css
<style>
span { border-color: #94AD40; }
span { border-color: rgb(148,173,64); }
td.TdClassName
{
border-color: #94AD40;
}
.TagClassName
{
border-color: #94AD40;
}
</style>