Shades of Limerick #93AD34
Tints of Limerick #93AD34
RGB
CMYK
RGB Variations
Color information
#93AD34 (or 0x93AD34) is known color: Limerick. HEX triplet: 93, AD and 34. RGB value is (147,173,52). Sum of RGB (Red+Green+Blue) = 147+173+52=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD34 is #6C52CB. Grayscale: #979797. Windows color (decimal): -7099084 or 3452307. OLE color: 3452307.
HSL color Cylindrical-coordinate representation of color #93AD34: hue angle of 72.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93AD34 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 52 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.32 |
| HSL | 72.89º | 0.54% | 0.44% | - |
| HSV(B) | 72.89º | 0.7% | 0.68% | - |
| XYZ | 27.6 | 36.34 | 8.81 | - |
| YUV | 151.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 52 | 0.15 | 0 | 0.70 | 0.32 | 72.89 | 0.54 | 0.44 |
| Hex | 93 | AD | 34 | F | 0 | 46 | 20 | 49 | 36 | 2C |
| Octal | 223 | 255 | 64 | 17 | 0 | 106 | 40 | 111 | 66 | 54 |
| Binary | 10010011 | 10101101 | 110100 | 1111 | 0 | 1000110 | 100000 | 1001001 | 110110 | 101100 |
Color Harmonies of #93AD34
Complementary color
Monochromatic Colors of #93AD34
Black with #93AD34
Text Example
Text Example
White with #93AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AD34; }
p { color: rgb(147,173,52); }
H1.HeaderClassName
{
color: #93AD34;
}
.AnyTagClassName
{
color: #93AD34;
}
</style>
background-color css
<style>
a { background-color: #93AD34; }
a { background-color: rgb(147,173,52); }
div.DivClassName
{
background-color: #93AD34;
}
.BgClassName
{
background-color: #93AD34;
}
</style>
border-color css
<style>
span { border-color: #93AD34; }
span { border-color: rgb(147,173,52); }
td.TdClassName
{
border-color: #93AD34;
}
.TagClassName
{
border-color: #93AD34;
}
</style>