Shades of Limerick #8AB522
Tints of Limerick #8AB522
RGB
CMYK
RGB Variations
Color information
#8AB522 (or 0x8AB522) is known color: Limerick. HEX triplet: 8A, B5 and 22. RGB value is (138,181,34). Sum of RGB (Red+Green+Blue) = 138+181+34=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB522 is #754ADD. Grayscale: #979797. Windows color (decimal): -7686878 or 2274698. OLE color: 2274698.
HSL color Cylindrical-coordinate representation of color #8AB522: hue angle of 77.55º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AB522 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 34 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.29 |
| HSL | 77.55º | 0.68% | 0.42% | - |
| HSV(B) | 77.55º | 0.81% | 0.71% | - |
| XYZ | 27.29 | 38.57 | 7.52 | - |
| YUV | 151.39 | 61.75 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 34 | 0.24 | 0 | 0.81 | 0.29 | 77.55 | 0.68 | 0.42 |
| Hex | 8A | B5 | 22 | 18 | 0 | 51 | 1D | 4E | 44 | 2A |
| Octal | 212 | 265 | 42 | 30 | 0 | 121 | 35 | 116 | 104 | 52 |
| Binary | 10001010 | 10110101 | 100010 | 11000 | 0 | 1010001 | 11101 | 1001110 | 1000100 | 101010 |
Color Harmonies of #8AB522
Complementary color
Monochromatic Colors of #8AB522
Black with #8AB522
Text Example
Text Example
White with #8AB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB522; }
p { color: rgb(138,181,34); }
H1.HeaderClassName
{
color: #8AB522;
}
.AnyTagClassName
{
color: #8AB522;
}
</style>
background-color css
<style>
a { background-color: #8AB522; }
a { background-color: rgb(138,181,34); }
div.DivClassName
{
background-color: #8AB522;
}
.BgClassName
{
background-color: #8AB522;
}
</style>
border-color css
<style>
span { border-color: #8AB522; }
span { border-color: rgb(138,181,34); }
td.TdClassName
{
border-color: #8AB522;
}
.TagClassName
{
border-color: #8AB522;
}
</style>