Shades of Limerick #93AE36
Tints of Limerick #93AE36
RGB
CMYK
RGB Variations
Color information
#93AE36 (or 0x93AE36) is known color: Limerick. HEX triplet: 93, AE and 36. RGB value is (147,174,54). Sum of RGB (Red+Green+Blue) = 147+174+54=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE36 is #6C51C9. Grayscale: #989898. Windows color (decimal): -7098826 or 3583635. OLE color: 3583635.
HSL color Cylindrical-coordinate representation of color #93AE36: hue angle of 73.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93AE36 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 54 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.32 |
| HSL | 73.5º | 0.53% | 0.45% | - |
| HSV(B) | 73.5º | 0.69% | 0.68% | - |
| XYZ | 27.83 | 36.74 | 9.11 | - |
| YUV | 152.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 54 | 0.16 | 0 | 0.69 | 0.32 | 73.5 | 0.53 | 0.45 |
| Hex | 93 | AE | 36 | 10 | 0 | 45 | 20 | 4A | 35 | 2D |
| Octal | 223 | 256 | 66 | 20 | 0 | 105 | 40 | 112 | 65 | 55 |
| Binary | 10010011 | 10101110 | 110110 | 10000 | 0 | 1000101 | 100000 | 1001010 | 110101 | 101101 |
Color Harmonies of #93AE36
Complementary color
Monochromatic Colors of #93AE36
Black with #93AE36
Text Example
Text Example
White with #93AE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AE36; }
p { color: rgb(147,174,54); }
H1.HeaderClassName
{
color: #93AE36;
}
.AnyTagClassName
{
color: #93AE36;
}
</style>
background-color css
<style>
a { background-color: #93AE36; }
a { background-color: rgb(147,174,54); }
div.DivClassName
{
background-color: #93AE36;
}
.BgClassName
{
background-color: #93AE36;
}
</style>
border-color css
<style>
span { border-color: #93AE36; }
span { border-color: rgb(147,174,54); }
td.TdClassName
{
border-color: #93AE36;
}
.TagClassName
{
border-color: #93AE36;
}
</style>