Shades of Limerick #93AB40
Tints of Limerick #93AB40
RGB
CMYK
RGB Variations
Color information
#93AB40 (or 0x93AB40) is known color: Limerick. HEX triplet: 93, AB and 40. RGB value is (147,171,64). Sum of RGB (Red+Green+Blue) = 147+171+64=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB40 is #6C54BF. Grayscale: #989898. Windows color (decimal): -7099584 or 4238227. OLE color: 4238227.
HSL color Cylindrical-coordinate representation of color #93AB40: hue angle of 73.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93AB40 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 64 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.33 |
| HSL | 73.46º | 0.46% | 0.46% | - |
| HSV(B) | 73.46º | 0.63% | 0.67% | - |
| XYZ | 27.52 | 35.7 | 10.29 | - |
| YUV | 151.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 64 | 0.14 | 0 | 0.63 | 0.33 | 73.46 | 0.46 | 0.46 |
| Hex | 93 | AB | 40 | E | 0 | 3F | 21 | 49 | 2E | 2E |
| Octal | 223 | 253 | 100 | 16 | 0 | 77 | 41 | 111 | 56 | 56 |
| Binary | 10010011 | 10101011 | 1000000 | 1110 | 0 | 111111 | 100001 | 1001001 | 101110 | 101110 |
Color Harmonies of #93AB40
Complementary color
Monochromatic Colors of #93AB40
Black with #93AB40
Text Example
Text Example
White with #93AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB40; }
p { color: rgb(147,171,64); }
H1.HeaderClassName
{
color: #93AB40;
}
.AnyTagClassName
{
color: #93AB40;
}
</style>
background-color css
<style>
a { background-color: #93AB40; }
a { background-color: rgb(147,171,64); }
div.DivClassName
{
background-color: #93AB40;
}
.BgClassName
{
background-color: #93AB40;
}
</style>
border-color css
<style>
span { border-color: #93AB40; }
span { border-color: rgb(147,171,64); }
td.TdClassName
{
border-color: #93AB40;
}
.TagClassName
{
border-color: #93AB40;
}
</style>