Shades of Limerick #8AB718
Tints of Limerick #8AB718
RGB
CMYK
RGB Variations
Color information
#8AB718 (or 0x8AB718) is known color: Limerick. HEX triplet: 8A, B7 and 18. RGB value is (138,183,24). Sum of RGB (Red+Green+Blue) = 138+183+24=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB718 is #7548E7. Grayscale: #989898. Windows color (decimal): -7686376 or 1619850. OLE color: 1619850.
HSL color Cylindrical-coordinate representation of color #8AB718: hue angle of 76.98º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AB718 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 24 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.28 |
| HSL | 76.98º | 0.77% | 0.41% | - |
| HSV(B) | 76.98º | 0.87% | 0.72% | - |
| XYZ | 27.58 | 39.34 | 7 | - |
| YUV | 151.42 | 56.09 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 24 | 0.25 | 0 | 0.87 | 0.28 | 76.98 | 0.77 | 0.41 |
| Hex | 8A | B7 | 18 | 19 | 0 | 57 | 1C | 4D | 4D | 29 |
| Octal | 212 | 267 | 30 | 31 | 0 | 127 | 34 | 115 | 115 | 51 |
| Binary | 10001010 | 10110111 | 11000 | 11001 | 0 | 1010111 | 11100 | 1001101 | 1001101 | 101001 |
Color Harmonies of #8AB718
Complementary color
Monochromatic Colors of #8AB718
Black with #8AB718
Text Example
Text Example
White with #8AB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB718; }
p { color: rgb(138,183,24); }
H1.HeaderClassName
{
color: #8AB718;
}
.AnyTagClassName
{
color: #8AB718;
}
</style>
background-color css
<style>
a { background-color: #8AB718; }
a { background-color: rgb(138,183,24); }
div.DivClassName
{
background-color: #8AB718;
}
.BgClassName
{
background-color: #8AB718;
}
</style>
border-color css
<style>
span { border-color: #8AB718; }
span { border-color: rgb(138,183,24); }
td.TdClassName
{
border-color: #8AB718;
}
.TagClassName
{
border-color: #8AB718;
}
</style>