Shades of Limerick #94AC32
Tints of Limerick #94AC32
RGB
CMYK
RGB Variations
Color information
#94AC32 (or 0x94AC32) is known color: Limerick. HEX triplet: 94, AC and 32. RGB value is (148,172,50). Sum of RGB (Red+Green+Blue) = 148+172+50=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC32 is #6B53CD. Grayscale: #979797. Windows color (decimal): -7033806 or 3320980. OLE color: 3320980.
HSL color Cylindrical-coordinate representation of color #94AC32: hue angle of 71.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94AC32 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 50 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.33 |
| HSL | 71.8º | 0.55% | 0.44% | - |
| HSV(B) | 71.8º | 0.71% | 0.67% | - |
| XYZ | 27.54 | 36.03 | 8.52 | - |
| YUV | 150.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 50 | 0.14 | 0 | 0.71 | 0.33 | 71.8 | 0.55 | 0.44 |
| Hex | 94 | AC | 32 | E | 0 | 47 | 21 | 48 | 37 | 2C |
| Octal | 224 | 254 | 62 | 16 | 0 | 107 | 41 | 110 | 67 | 54 |
| Binary | 10010100 | 10101100 | 110010 | 1110 | 0 | 1000111 | 100001 | 1001000 | 110111 | 101100 |
Color Harmonies of #94AC32
Complementary color
Monochromatic Colors of #94AC32
Black with #94AC32
Text Example
Text Example
White with #94AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC32; }
p { color: rgb(148,172,50); }
H1.HeaderClassName
{
color: #94AC32;
}
.AnyTagClassName
{
color: #94AC32;
}
</style>
background-color css
<style>
a { background-color: #94AC32; }
a { background-color: rgb(148,172,50); }
div.DivClassName
{
background-color: #94AC32;
}
.BgClassName
{
background-color: #94AC32;
}
</style>
border-color css
<style>
span { border-color: #94AC32; }
span { border-color: rgb(148,172,50); }
td.TdClassName
{
border-color: #94AC32;
}
.TagClassName
{
border-color: #94AC32;
}
</style>