Shades of Limerick #8AAB37
Tints of Limerick #8AAB37
RGB
CMYK
RGB Variations
Color information
#8AAB37 (or 0x8AAB37) is known color: Limerick. HEX triplet: 8A, AB and 37. RGB value is (138,171,55). Sum of RGB (Red+Green+Blue) = 138+171+55=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB37 is #7554C8. Grayscale: #949494. Windows color (decimal): -7689417 or 3648394. OLE color: 3648394.
HSL color Cylindrical-coordinate representation of color #8AAB37: hue angle of 77.07º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AAB37 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 55 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.33 |
| HSL | 77.07º | 0.51% | 0.44% | - |
| HSV(B) | 77.07º | 0.68% | 0.67% | - |
| XYZ | 25.73 | 34.8 | 8.98 | - |
| YUV | 147.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 55 | 0.19 | 0 | 0.68 | 0.33 | 77.07 | 0.51 | 0.44 |
| Hex | 8A | AB | 37 | 13 | 0 | 44 | 21 | 4D | 33 | 2C |
| Octal | 212 | 253 | 67 | 23 | 0 | 104 | 41 | 115 | 63 | 54 |
| Binary | 10001010 | 10101011 | 110111 | 10011 | 0 | 1000100 | 100001 | 1001101 | 110011 | 101100 |
Color Harmonies of #8AAB37
Complementary color
Monochromatic Colors of #8AAB37
Black with #8AAB37
Text Example
Text Example
White with #8AAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB37; }
p { color: rgb(138,171,55); }
H1.HeaderClassName
{
color: #8AAB37;
}
.AnyTagClassName
{
color: #8AAB37;
}
</style>
background-color css
<style>
a { background-color: #8AAB37; }
a { background-color: rgb(138,171,55); }
div.DivClassName
{
background-color: #8AAB37;
}
.BgClassName
{
background-color: #8AAB37;
}
</style>
border-color css
<style>
span { border-color: #8AAB37; }
span { border-color: rgb(138,171,55); }
td.TdClassName
{
border-color: #8AAB37;
}
.TagClassName
{
border-color: #8AAB37;
}
</style>