Shades of Limerick #94AD27
Tints of Limerick #94AD27
RGB
CMYK
RGB Variations
Color information
#94AD27 (or 0x94AD27) is known color: Limerick. HEX triplet: 94, AD and 27. RGB value is (148,173,39). Sum of RGB (Red+Green+Blue) = 148+173+39=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD27 is #6B52D8. Grayscale: #969696. Windows color (decimal): -7033561 or 2600340. OLE color: 2600340.
HSL color Cylindrical-coordinate representation of color #94AD27: hue angle of 71.19º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94AD27 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 39 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.32 |
| HSL | 71.19º | 0.63% | 0.42% | - |
| HSV(B) | 71.19º | 0.77% | 0.68% | - |
| XYZ | 27.52 | 36.33 | 7.48 | - |
| YUV | 150.25 | 65.22 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 39 | 0.14 | 0 | 0.77 | 0.32 | 71.19 | 0.63 | 0.42 |
| Hex | 94 | AD | 27 | E | 0 | 4D | 20 | 47 | 3F | 2A |
| Octal | 224 | 255 | 47 | 16 | 0 | 115 | 40 | 107 | 77 | 52 |
| Binary | 10010100 | 10101101 | 100111 | 1110 | 0 | 1001101 | 100000 | 1000111 | 111111 | 101010 |
Color Harmonies of #94AD27
Complementary color
Monochromatic Colors of #94AD27
Black with #94AD27
Text Example
Text Example
White with #94AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD27; }
p { color: rgb(148,173,39); }
H1.HeaderClassName
{
color: #94AD27;
}
.AnyTagClassName
{
color: #94AD27;
}
</style>
background-color css
<style>
a { background-color: #94AD27; }
a { background-color: rgb(148,173,39); }
div.DivClassName
{
background-color: #94AD27;
}
.BgClassName
{
background-color: #94AD27;
}
</style>
border-color css
<style>
span { border-color: #94AD27; }
span { border-color: rgb(148,173,39); }
td.TdClassName
{
border-color: #94AD27;
}
.TagClassName
{
border-color: #94AD27;
}
</style>