Shades of Limerick #93AA42
Tints of Limerick #93AA42
RGB
CMYK
RGB Variations
Color information
#93AA42 (or 0x93AA42) is known color: Limerick. HEX triplet: 93, AA and 42. RGB value is (147,170,66). Sum of RGB (Red+Green+Blue) = 147+170+66=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA42 is #6C55BD. Grayscale: #979797. Windows color (decimal): -7099838 or 4369043. OLE color: 4369043.
HSL color Cylindrical-coordinate representation of color #93AA42: hue angle of 73.27º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93AA42 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 66 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.33 |
| HSL | 73.27º | 0.44% | 0.46% | - |
| HSV(B) | 73.27º | 0.61% | 0.67% | - |
| XYZ | 27.39 | 35.35 | 10.53 | - |
| YUV | 151.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 66 | 0.14 | 0 | 0.61 | 0.33 | 73.27 | 0.44 | 0.46 |
| Hex | 93 | AA | 42 | E | 0 | 3D | 21 | 49 | 2C | 2E |
| Octal | 223 | 252 | 102 | 16 | 0 | 75 | 41 | 111 | 54 | 56 |
| Binary | 10010011 | 10101010 | 1000010 | 1110 | 0 | 111101 | 100001 | 1001001 | 101100 | 101110 |
Color Harmonies of #93AA42
Complementary color
Monochromatic Colors of #93AA42
Black with #93AA42
Text Example
Text Example
White with #93AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA42; }
p { color: rgb(147,170,66); }
H1.HeaderClassName
{
color: #93AA42;
}
.AnyTagClassName
{
color: #93AA42;
}
</style>
background-color css
<style>
a { background-color: #93AA42; }
a { background-color: rgb(147,170,66); }
div.DivClassName
{
background-color: #93AA42;
}
.BgClassName
{
background-color: #93AA42;
}
</style>
border-color css
<style>
span { border-color: #93AA42; }
span { border-color: rgb(147,170,66); }
td.TdClassName
{
border-color: #93AA42;
}
.TagClassName
{
border-color: #93AA42;
}
</style>