Shades of Limerick #8ABD16
Tints of Limerick #8ABD16
RGB
CMYK
RGB Variations
Color information
#8ABD16 (or 0x8ABD16) is known color: Limerick. HEX triplet: 8A, BD and 16. RGB value is (138,189,22). Sum of RGB (Red+Green+Blue) = 138+189+22=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABD16 is #7542E9. Grayscale: #9B9B9B. Windows color (decimal): -7684842 or 1490314. OLE color: 1490314.
HSL color Cylindrical-coordinate representation of color #8ABD16: hue angle of 78.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8ABD16 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 22 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.26 |
| HSL | 78.32º | 0.79% | 0.41% | - |
| HSV(B) | 78.32º | 0.88% | 0.74% | - |
| XYZ | 28.82 | 41.86 | 7.32 | - |
| YUV | 154.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 22 | 0.27 | 0 | 0.88 | 0.26 | 78.32 | 0.79 | 0.41 |
| Hex | 8A | BD | 16 | 1B | 0 | 58 | 1A | 4E | 4F | 29 |
| Octal | 212 | 275 | 26 | 33 | 0 | 130 | 32 | 116 | 117 | 51 |
| Binary | 10001010 | 10111101 | 10110 | 11011 | 0 | 1011000 | 11010 | 1001110 | 1001111 | 101001 |
Color Harmonies of #8ABD16
Complementary color
Monochromatic Colors of #8ABD16
Black with #8ABD16
Text Example
Text Example
White with #8ABD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD16; }
p { color: rgb(138,189,22); }
H1.HeaderClassName
{
color: #8ABD16;
}
.AnyTagClassName
{
color: #8ABD16;
}
</style>
background-color css
<style>
a { background-color: #8ABD16; }
a { background-color: rgb(138,189,22); }
div.DivClassName
{
background-color: #8ABD16;
}
.BgClassName
{
background-color: #8ABD16;
}
</style>
border-color css
<style>
span { border-color: #8ABD16; }
span { border-color: rgb(138,189,22); }
td.TdClassName
{
border-color: #8ABD16;
}
.TagClassName
{
border-color: #8ABD16;
}
</style>