Shades of Limerick #8ABC18
Tints of Limerick #8ABC18
RGB
CMYK
RGB Variations
Color information
#8ABC18 (or 0x8ABC18) is known color: Limerick. HEX triplet: 8A, BC and 18. RGB value is (138,188,24). Sum of RGB (Red+Green+Blue) = 138+188+24=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC18 is #7543E7. Grayscale: #9A9A9A. Windows color (decimal): -7685096 or 1621130. OLE color: 1621130.
HSL color Cylindrical-coordinate representation of color #8ABC18: hue angle of 78.29º 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 #8ABC18 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 24 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.26 |
| HSL | 78.29º | 0.77% | 0.42% | - |
| HSV(B) | 78.29º | 0.87% | 0.74% | - |
| XYZ | 28.63 | 41.44 | 7.35 | - |
| YUV | 154.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 24 | 0.27 | 0 | 0.87 | 0.26 | 78.29 | 0.77 | 0.42 |
| Hex | 8A | BC | 18 | 1B | 0 | 57 | 1A | 4E | 4D | 2A |
| Octal | 212 | 274 | 30 | 33 | 0 | 127 | 32 | 116 | 115 | 52 |
| Binary | 10001010 | 10111100 | 11000 | 11011 | 0 | 1010111 | 11010 | 1001110 | 1001101 | 101010 |
Color Harmonies of #8ABC18
Complementary color
Monochromatic Colors of #8ABC18
Black with #8ABC18
Text Example
Text Example
White with #8ABC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC18; }
p { color: rgb(138,188,24); }
H1.HeaderClassName
{
color: #8ABC18;
}
.AnyTagClassName
{
color: #8ABC18;
}
</style>
background-color css
<style>
a { background-color: #8ABC18; }
a { background-color: rgb(138,188,24); }
div.DivClassName
{
background-color: #8ABC18;
}
.BgClassName
{
background-color: #8ABC18;
}
</style>
border-color css
<style>
span { border-color: #8ABC18; }
span { border-color: rgb(138,188,24); }
td.TdClassName
{
border-color: #8ABC18;
}
.TagClassName
{
border-color: #8ABC18;
}
</style>