Shades of Limerick #8ABC16
Tints of Limerick #8ABC16
RGB
CMYK
RGB Variations
Color information
#8ABC16 (or 0x8ABC16) is known color: Limerick. HEX triplet: 8A, BC and 16. RGB value is (138,188,22). Sum of RGB (Red+Green+Blue) = 138+188+22=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC16 is #7543E9. Grayscale: #9A9A9A. Windows color (decimal): -7685098 or 1490058. OLE color: 1490058.
HSL color Cylindrical-coordinate representation of color #8ABC16: hue angle of 78.07º 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 #8ABC16 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 22 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.26 |
| HSL | 78.07º | 0.79% | 0.41% | - |
| HSV(B) | 78.07º | 0.88% | 0.74% | - |
| XYZ | 28.61 | 41.43 | 7.25 | - |
| YUV | 154.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 22 | 0.27 | 0 | 0.88 | 0.26 | 78.07 | 0.79 | 0.41 |
| Hex | 8A | BC | 16 | 1B | 0 | 58 | 1A | 4E | 4F | 29 |
| Octal | 212 | 274 | 26 | 33 | 0 | 130 | 32 | 116 | 117 | 51 |
| Binary | 10001010 | 10111100 | 10110 | 11011 | 0 | 1011000 | 11010 | 1001110 | 1001111 | 101001 |
Color Harmonies of #8ABC16
Complementary color
Monochromatic Colors of #8ABC16
Black with #8ABC16
Text Example
Text Example
White with #8ABC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC16; }
p { color: rgb(138,188,22); }
H1.HeaderClassName
{
color: #8ABC16;
}
.AnyTagClassName
{
color: #8ABC16;
}
</style>
background-color css
<style>
a { background-color: #8ABC16; }
a { background-color: rgb(138,188,22); }
div.DivClassName
{
background-color: #8ABC16;
}
.BgClassName
{
background-color: #8ABC16;
}
</style>
border-color css
<style>
span { border-color: #8ABC16; }
span { border-color: rgb(138,188,22); }
td.TdClassName
{
border-color: #8ABC16;
}
.TagClassName
{
border-color: #8ABC16;
}
</style>