Shades of Limerick #94A840
Tints of Limerick #94A840
RGB
CMYK
RGB Variations
Color information
#94A840 (or 0x94A840) is known color: Limerick. HEX triplet: 94, A8 and 40. RGB value is (148,168,64). Sum of RGB (Red+Green+Blue) = 148+168+64=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #94A840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A840 is #6B57BF. Grayscale: #969696. Windows color (decimal): -7034816 or 4237460. OLE color: 4237460.
HSL color Cylindrical-coordinate representation of color #94A840: hue angle of 71.54º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94A840 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 64 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.34 |
| HSL | 71.54º | 0.45% | 0.45% | - |
| HSV(B) | 71.54º | 0.62% | 0.66% | - |
| XYZ | 27.14 | 34.67 | 10.11 | - |
| YUV | 150.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 64 | 0.12 | 0 | 0.62 | 0.34 | 71.54 | 0.45 | 0.45 |
| Hex | 94 | A8 | 40 | C | 0 | 3E | 22 | 48 | 2D | 2D |
| Octal | 224 | 250 | 100 | 14 | 0 | 76 | 42 | 110 | 55 | 55 |
| Binary | 10010100 | 10101000 | 1000000 | 1100 | 0 | 111110 | 100010 | 1001000 | 101101 | 101101 |
Color Harmonies of #94A840
Complementary color
Monochromatic Colors of #94A840
Black with #94A840
Text Example
Text Example
White with #94A840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A840; }
p { color: rgb(148,168,64); }
H1.HeaderClassName
{
color: #94A840;
}
.AnyTagClassName
{
color: #94A840;
}
</style>
background-color css
<style>
a { background-color: #94A840; }
a { background-color: rgb(148,168,64); }
div.DivClassName
{
background-color: #94A840;
}
.BgClassName
{
background-color: #94A840;
}
</style>
border-color css
<style>
span { border-color: #94A840; }
span { border-color: rgb(148,168,64); }
td.TdClassName
{
border-color: #94A840;
}
.TagClassName
{
border-color: #94A840;
}
</style>