Shades of Limerick #8AB418
Tints of Limerick #8AB418
RGB
CMYK
RGB Variations
Color information
#8AB418 (or 0x8AB418) is known color: Limerick. HEX triplet: 8A, B4 and 18. RGB value is (138,180,24). Sum of RGB (Red+Green+Blue) = 138+180+24=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB418 is #754BE7. Grayscale: #969696. Windows color (decimal): -7687144 or 1619082. OLE color: 1619082.
HSL color Cylindrical-coordinate representation of color #8AB418: hue angle of 76.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AB418 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 24 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.29 |
| HSL | 76.15º | 0.76% | 0.4% | - |
| HSV(B) | 76.15º | 0.87% | 0.71% | - |
| XYZ | 26.97 | 38.11 | 6.8 | - |
| YUV | 149.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 24 | 0.23 | 0 | 0.87 | 0.29 | 76.15 | 0.76 | 0.4 |
| Hex | 8A | B4 | 18 | 17 | 0 | 57 | 1D | 4C | 4C | 28 |
| Octal | 212 | 264 | 30 | 27 | 0 | 127 | 35 | 114 | 114 | 50 |
| Binary | 10001010 | 10110100 | 11000 | 10111 | 0 | 1010111 | 11101 | 1001100 | 1001100 | 101000 |
Color Harmonies of #8AB418
Complementary color
Monochromatic Colors of #8AB418
Black with #8AB418
Text Example
Text Example
White with #8AB418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB418; }
p { color: rgb(138,180,24); }
H1.HeaderClassName
{
color: #8AB418;
}
.AnyTagClassName
{
color: #8AB418;
}
</style>
background-color css
<style>
a { background-color: #8AB418; }
a { background-color: rgb(138,180,24); }
div.DivClassName
{
background-color: #8AB418;
}
.BgClassName
{
background-color: #8AB418;
}
</style>
border-color css
<style>
span { border-color: #8AB418; }
span { border-color: rgb(138,180,24); }
td.TdClassName
{
border-color: #8AB418;
}
.TagClassName
{
border-color: #8AB418;
}
</style>