Shades of Limerick #94A841
Tints of Limerick #94A841
RGB
CMYK
RGB Variations
Color information
#94A841 (or 0x94A841) is known color: Limerick. HEX triplet: 94, A8 and 41. RGB value is (148,168,65). Sum of RGB (Red+Green+Blue) = 148+168+65=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #94A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A841 is #6B57BE. Grayscale: #969696. Windows color (decimal): -7034815 or 4302996. OLE color: 4302996.
HSL color Cylindrical-coordinate representation of color #94A841: hue angle of 71.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94A841 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 65 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.34 |
| HSL | 71.65º | 0.44% | 0.46% | - |
| HSV(B) | 71.65º | 0.61% | 0.66% | - |
| XYZ | 27.17 | 34.68 | 10.26 | - |
| YUV | 150.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 65 | 0.12 | 0 | 0.61 | 0.34 | 71.65 | 0.44 | 0.46 |
| Hex | 94 | A8 | 41 | C | 0 | 3D | 22 | 48 | 2C | 2E |
| Octal | 224 | 250 | 101 | 14 | 0 | 75 | 42 | 110 | 54 | 56 |
| Binary | 10010100 | 10101000 | 1000001 | 1100 | 0 | 111101 | 100010 | 1001000 | 101100 | 101110 |
Color Harmonies of #94A841
Complementary color
Monochromatic Colors of #94A841
Black with #94A841
Text Example
Text Example
White with #94A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A841; }
p { color: rgb(148,168,65); }
H1.HeaderClassName
{
color: #94A841;
}
.AnyTagClassName
{
color: #94A841;
}
</style>
background-color css
<style>
a { background-color: #94A841; }
a { background-color: rgb(148,168,65); }
div.DivClassName
{
background-color: #94A841;
}
.BgClassName
{
background-color: #94A841;
}
</style>
border-color css
<style>
span { border-color: #94A841; }
span { border-color: rgb(148,168,65); }
td.TdClassName
{
border-color: #94A841;
}
.TagClassName
{
border-color: #94A841;
}
</style>