Shades of Limerick #8ABB17
Tints of Limerick #8ABB17
RGB
CMYK
RGB Variations
Color information
#8ABB17 (or 0x8ABB17) is known color: Limerick. HEX triplet: 8A, BB and 17. RGB value is (138,187,23). Sum of RGB (Red+Green+Blue) = 138+187+23=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABB17 is #7544E8. Grayscale: #9A9A9A. Windows color (decimal): -7685353 or 1555338. OLE color: 1555338.
HSL color Cylindrical-coordinate representation of color #8ABB17: hue angle of 77.93º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8ABB17 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 23 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.27 |
| HSL | 77.93º | 0.78% | 0.41% | - |
| HSV(B) | 77.93º | 0.88% | 0.73% | - |
| XYZ | 28.41 | 41.01 | 7.23 | - |
| YUV | 153.65 | 54.27 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 23 | 0.26 | 0 | 0.88 | 0.27 | 77.93 | 0.78 | 0.41 |
| Hex | 8A | BB | 17 | 1A | 0 | 58 | 1B | 4E | 4E | 29 |
| Octal | 212 | 273 | 27 | 32 | 0 | 130 | 33 | 116 | 116 | 51 |
| Binary | 10001010 | 10111011 | 10111 | 11010 | 0 | 1011000 | 11011 | 1001110 | 1001110 | 101001 |
Color Harmonies of #8ABB17
Complementary color
Monochromatic Colors of #8ABB17
Black with #8ABB17
Text Example
Text Example
White with #8ABB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB17; }
p { color: rgb(138,187,23); }
H1.HeaderClassName
{
color: #8ABB17;
}
.AnyTagClassName
{
color: #8ABB17;
}
</style>
background-color css
<style>
a { background-color: #8ABB17; }
a { background-color: rgb(138,187,23); }
div.DivClassName
{
background-color: #8ABB17;
}
.BgClassName
{
background-color: #8ABB17;
}
</style>
border-color css
<style>
span { border-color: #8ABB17; }
span { border-color: rgb(138,187,23); }
td.TdClassName
{
border-color: #8ABB17;
}
.TagClassName
{
border-color: #8ABB17;
}
</style>