Shades of Limerick #8ABC17
Tints of Limerick #8ABC17
RGB
CMYK
RGB Variations
Color information
#8ABC17 (or 0x8ABC17) is known color: Limerick. HEX triplet: 8A, BC and 17. RGB value is (138,188,23). Sum of RGB (Red+Green+Blue) = 138+188+23=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC17 is #7543E8. Grayscale: #9A9A9A. Windows color (decimal): -7685097 or 1555594. OLE color: 1555594.
HSL color Cylindrical-coordinate representation of color #8ABC17: hue angle of 78.18º degrees, saturation: 0.78, 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 #8ABC17 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 23 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.26 |
| HSL | 78.18º | 0.78% | 0.41% | - |
| HSV(B) | 78.18º | 0.88% | 0.74% | - |
| XYZ | 28.62 | 41.43 | 7.3 | - |
| YUV | 154.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 23 | 0.27 | 0 | 0.88 | 0.26 | 78.18 | 0.78 | 0.41 |
| Hex | 8A | BC | 17 | 1B | 0 | 58 | 1A | 4E | 4E | 29 |
| Octal | 212 | 274 | 27 | 33 | 0 | 130 | 32 | 116 | 116 | 51 |
| Binary | 10001010 | 10111100 | 10111 | 11011 | 0 | 1011000 | 11010 | 1001110 | 1001110 | 101001 |
Color Harmonies of #8ABC17
Complementary color
Monochromatic Colors of #8ABC17
Black with #8ABC17
Text Example
Text Example
White with #8ABC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC17; }
p { color: rgb(138,188,23); }
H1.HeaderClassName
{
color: #8ABC17;
}
.AnyTagClassName
{
color: #8ABC17;
}
</style>
background-color css
<style>
a { background-color: #8ABC17; }
a { background-color: rgb(138,188,23); }
div.DivClassName
{
background-color: #8ABC17;
}
.BgClassName
{
background-color: #8ABC17;
}
</style>
border-color css
<style>
span { border-color: #8ABC17; }
span { border-color: rgb(138,188,23); }
td.TdClassName
{
border-color: #8ABC17;
}
.TagClassName
{
border-color: #8ABC17;
}
</style>