Shades of Limerick #8ABC19
Tints of Limerick #8ABC19
RGB
CMYK
RGB Variations
Color information
#8ABC19 (or 0x8ABC19) is known color: Limerick. HEX triplet: 8A, BC and 19. RGB value is (138,188,25). Sum of RGB (Red+Green+Blue) = 138+188+25=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC19 is #7543E6. Grayscale: #9B9B9B. Windows color (decimal): -7685095 or 1686666. OLE color: 1686666.
HSL color Cylindrical-coordinate representation of color #8ABC19: hue angle of 78.4º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ABC19 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 25 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.26 |
| HSL | 78.4º | 0.77% | 0.42% | - |
| HSV(B) | 78.4º | 0.87% | 0.74% | - |
| XYZ | 28.64 | 41.44 | 7.41 | - |
| YUV | 154.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 25 | 0.27 | 0 | 0.87 | 0.26 | 78.4 | 0.77 | 0.42 |
| Hex | 8A | BC | 19 | 1B | 0 | 57 | 1A | 4E | 4D | 2A |
| Octal | 212 | 274 | 31 | 33 | 0 | 127 | 32 | 116 | 115 | 52 |
| Binary | 10001010 | 10111100 | 11001 | 11011 | 0 | 1010111 | 11010 | 1001110 | 1001101 | 101010 |
Color Harmonies of #8ABC19
Complementary color
Monochromatic Colors of #8ABC19
Black with #8ABC19
Text Example
Text Example
White with #8ABC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC19; }
p { color: rgb(138,188,25); }
H1.HeaderClassName
{
color: #8ABC19;
}
.AnyTagClassName
{
color: #8ABC19;
}
</style>
background-color css
<style>
a { background-color: #8ABC19; }
a { background-color: rgb(138,188,25); }
div.DivClassName
{
background-color: #8ABC19;
}
.BgClassName
{
background-color: #8ABC19;
}
</style>
border-color css
<style>
span { border-color: #8ABC19; }
span { border-color: rgb(138,188,25); }
td.TdClassName
{
border-color: #8ABC19;
}
.TagClassName
{
border-color: #8ABC19;
}
</style>