Shades of Limerick #8AB916
Tints of Limerick #8AB916
RGB
CMYK
RGB Variations
Color information
#8AB916 (or 0x8AB916) is known color: Limerick. HEX triplet: 8A, B9 and 16. RGB value is (138,185,22). Sum of RGB (Red+Green+Blue) = 138+185+22=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB916 is #7546E9. Grayscale: #989898. Windows color (decimal): -7685866 or 1489290. OLE color: 1489290.
HSL color Cylindrical-coordinate representation of color #8AB916: hue angle of 77.3º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AB916 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 22 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.27 |
| HSL | 77.3º | 0.79% | 0.41% | - |
| HSV(B) | 77.3º | 0.88% | 0.73% | - |
| XYZ | 27.98 | 40.16 | 7.04 | - |
| YUV | 152.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 22 | 0.25 | 0 | 0.88 | 0.27 | 77.3 | 0.79 | 0.41 |
| Hex | 8A | B9 | 16 | 19 | 0 | 58 | 1B | 4D | 4F | 29 |
| Octal | 212 | 271 | 26 | 31 | 0 | 130 | 33 | 115 | 117 | 51 |
| Binary | 10001010 | 10111001 | 10110 | 11001 | 0 | 1011000 | 11011 | 1001101 | 1001111 | 101001 |
Color Harmonies of #8AB916
Complementary color
Monochromatic Colors of #8AB916
Black with #8AB916
Text Example
Text Example
White with #8AB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB916; }
p { color: rgb(138,185,22); }
H1.HeaderClassName
{
color: #8AB916;
}
.AnyTagClassName
{
color: #8AB916;
}
</style>
background-color css
<style>
a { background-color: #8AB916; }
a { background-color: rgb(138,185,22); }
div.DivClassName
{
background-color: #8AB916;
}
.BgClassName
{
background-color: #8AB916;
}
</style>
border-color css
<style>
span { border-color: #8AB916; }
span { border-color: rgb(138,185,22); }
td.TdClassName
{
border-color: #8AB916;
}
.TagClassName
{
border-color: #8AB916;
}
</style>