Shades of Limerick #8ABD17
Tints of Limerick #8ABD17
RGB
CMYK
RGB Variations
Color information
#8ABD17 (or 0x8ABD17) is known color: Limerick. HEX triplet: 8A, BD and 17. RGB value is (138,189,23). Sum of RGB (Red+Green+Blue) = 138+189+23=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABD17 is #7542E8. Grayscale: #9B9B9B. Windows color (decimal): -7684841 or 1555850. OLE color: 1555850.
HSL color Cylindrical-coordinate representation of color #8ABD17: hue angle of 78.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8ABD17 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 23 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.26 |
| HSL | 78.43º | 0.78% | 0.42% | - |
| HSV(B) | 78.43º | 0.88% | 0.74% | - |
| XYZ | 28.83 | 41.86 | 7.37 | - |
| YUV | 154.83 | 53.6 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 23 | 0.27 | 0 | 0.88 | 0.26 | 78.43 | 0.78 | 0.42 |
| Hex | 8A | BD | 17 | 1B | 0 | 58 | 1A | 4E | 4E | 2A |
| Octal | 212 | 275 | 27 | 33 | 0 | 130 | 32 | 116 | 116 | 52 |
| Binary | 10001010 | 10111101 | 10111 | 11011 | 0 | 1011000 | 11010 | 1001110 | 1001110 | 101010 |
Color Harmonies of #8ABD17
Complementary color
Monochromatic Colors of #8ABD17
Black with #8ABD17
Text Example
Text Example
White with #8ABD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD17; }
p { color: rgb(138,189,23); }
H1.HeaderClassName
{
color: #8ABD17;
}
.AnyTagClassName
{
color: #8ABD17;
}
</style>
background-color css
<style>
a { background-color: #8ABD17; }
a { background-color: rgb(138,189,23); }
div.DivClassName
{
background-color: #8ABD17;
}
.BgClassName
{
background-color: #8ABD17;
}
</style>
border-color css
<style>
span { border-color: #8ABD17; }
span { border-color: rgb(138,189,23); }
td.TdClassName
{
border-color: #8ABD17;
}
.TagClassName
{
border-color: #8ABD17;
}
</style>