Shades of Limerick #94A82A
Tints of Limerick #94A82A
RGB
CMYK
RGB Variations
Color information
#94A82A (or 0x94A82A) is known color: Limerick. HEX triplet: 94, A8 and 2A. RGB value is (148,168,42). Sum of RGB (Red+Green+Blue) = 148+168+42=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #94A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A82A is #6B57D5. Grayscale: #949494. Windows color (decimal): -7034838 or 2795668. OLE color: 2795668.
HSL color Cylindrical-coordinate representation of color #94A82A: hue angle of 69.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94A82A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 42 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.34 |
| HSL | 69.52º | 0.6% | 0.41% | - |
| HSV(B) | 69.52º | 0.75% | 0.66% | - |
| XYZ | 26.63 | 34.47 | 7.44 | - |
| YUV | 147.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 42 | 0.12 | 0 | 0.75 | 0.34 | 69.52 | 0.6 | 0.41 |
| Hex | 94 | A8 | 2A | C | 0 | 4B | 22 | 46 | 3C | 29 |
| Octal | 224 | 250 | 52 | 14 | 0 | 113 | 42 | 106 | 74 | 51 |
| Binary | 10010100 | 10101000 | 101010 | 1100 | 0 | 1001011 | 100010 | 1000110 | 111100 | 101001 |
Color Harmonies of #94A82A
Complementary color
Monochromatic Colors of #94A82A
Black with #94A82A
Text Example
Text Example
White with #94A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A82A; }
p { color: rgb(148,168,42); }
H1.HeaderClassName
{
color: #94A82A;
}
.AnyTagClassName
{
color: #94A82A;
}
</style>
background-color css
<style>
a { background-color: #94A82A; }
a { background-color: rgb(148,168,42); }
div.DivClassName
{
background-color: #94A82A;
}
.BgClassName
{
background-color: #94A82A;
}
</style>
border-color css
<style>
span { border-color: #94A82A; }
span { border-color: rgb(148,168,42); }
td.TdClassName
{
border-color: #94A82A;
}
.TagClassName
{
border-color: #94A82A;
}
</style>