Shades of Limerick #8AB516
Tints of Limerick #8AB516
RGB
CMYK
RGB Variations
Color information
#8AB516 (or 0x8AB516) is known color: Limerick. HEX triplet: 8A, B5 and 16. RGB value is (138,181,22). Sum of RGB (Red+Green+Blue) = 138+181+22=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB516 is #754AE9. Grayscale: #969696. Windows color (decimal): -7686890 or 1488266. OLE color: 1488266.
HSL color Cylindrical-coordinate representation of color #8AB516: hue angle of 76.23º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AB516 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 22 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.29 |
| HSL | 76.23º | 0.78% | 0.4% | - |
| HSV(B) | 76.23º | 0.88% | 0.71% | - |
| XYZ | 27.15 | 38.51 | 6.76 | - |
| YUV | 150.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 22 | 0.24 | 0 | 0.88 | 0.29 | 76.23 | 0.78 | 0.4 |
| Hex | 8A | B5 | 16 | 18 | 0 | 58 | 1D | 4C | 4E | 28 |
| Octal | 212 | 265 | 26 | 30 | 0 | 130 | 35 | 114 | 116 | 50 |
| Binary | 10001010 | 10110101 | 10110 | 11000 | 0 | 1011000 | 11101 | 1001100 | 1001110 | 101000 |
Color Harmonies of #8AB516
Complementary color
Monochromatic Colors of #8AB516
Black with #8AB516
Text Example
Text Example
White with #8AB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB516; }
p { color: rgb(138,181,22); }
H1.HeaderClassName
{
color: #8AB516;
}
.AnyTagClassName
{
color: #8AB516;
}
</style>
background-color css
<style>
a { background-color: #8AB516; }
a { background-color: rgb(138,181,22); }
div.DivClassName
{
background-color: #8AB516;
}
.BgClassName
{
background-color: #8AB516;
}
</style>
border-color css
<style>
span { border-color: #8AB516; }
span { border-color: rgb(138,181,22); }
td.TdClassName
{
border-color: #8AB516;
}
.TagClassName
{
border-color: #8AB516;
}
</style>