Shades of Limerick #94AB3C
Tints of Limerick #94AB3C
RGB
CMYK
RGB Variations
Color information
#94AB3C (or 0x94AB3C) is known color: Limerick. HEX triplet: 94, AB and 3C. RGB value is (148,171,60). Sum of RGB (Red+Green+Blue) = 148+171+60=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB3C is #6B54C3. Grayscale: #979797. Windows color (decimal): -7034052 or 3976084. OLE color: 3976084.
HSL color Cylindrical-coordinate representation of color #94AB3C: hue angle of 72.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94AB3C is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 60 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.33 |
| HSL | 72.43º | 0.48% | 0.45% | - |
| HSV(B) | 72.43º | 0.65% | 0.67% | - |
| XYZ | 27.59 | 35.75 | 9.72 | - |
| YUV | 151.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 60 | 0.13 | 0 | 0.65 | 0.33 | 72.43 | 0.48 | 0.45 |
| Hex | 94 | AB | 3C | D | 0 | 41 | 21 | 48 | 30 | 2D |
| Octal | 224 | 253 | 74 | 15 | 0 | 101 | 41 | 110 | 60 | 55 |
| Binary | 10010100 | 10101011 | 111100 | 1101 | 0 | 1000001 | 100001 | 1001000 | 110000 | 101101 |
Color Harmonies of #94AB3C
Complementary color
Monochromatic Colors of #94AB3C
Black with #94AB3C
Text Example
Text Example
White with #94AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB3C; }
p { color: rgb(148,171,60); }
H1.HeaderClassName
{
color: #94AB3C;
}
.AnyTagClassName
{
color: #94AB3C;
}
</style>
background-color css
<style>
a { background-color: #94AB3C; }
a { background-color: rgb(148,171,60); }
div.DivClassName
{
background-color: #94AB3C;
}
.BgClassName
{
background-color: #94AB3C;
}
</style>
border-color css
<style>
span { border-color: #94AB3C; }
span { border-color: rgb(148,171,60); }
td.TdClassName
{
border-color: #94AB3C;
}
.TagClassName
{
border-color: #94AB3C;
}
</style>