Shades of Limerick #8ABB12
Tints of Limerick #8ABB12
RGB
CMYK
RGB Variations
Color information
#8ABB12 (or 0x8ABB12) is known color: Limerick. HEX triplet: 8A, BB and 12. RGB value is (138,187,18). Sum of RGB (Red+Green+Blue) = 138+187+18=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABB12 is #7544ED. Grayscale: #999999. Windows color (decimal): -7685358 or 1227658. OLE color: 1227658.
HSL color Cylindrical-coordinate representation of color #8ABB12: hue angle of 77.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8ABB12 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 18 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.27 |
| HSL | 77.4º | 0.82% | 0.4% | - |
| HSV(B) | 77.4º | 0.9% | 0.73% | - |
| XYZ | 28.36 | 40.99 | 6.99 | - |
| YUV | 153.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 18 | 0.26 | 0 | 0.90 | 0.27 | 77.4 | 0.82 | 0.4 |
| Hex | 8A | BB | 12 | 1A | 0 | 5A | 1B | 4D | 52 | 28 |
| Octal | 212 | 273 | 22 | 32 | 0 | 132 | 33 | 115 | 122 | 50 |
| Binary | 10001010 | 10111011 | 10010 | 11010 | 0 | 1011010 | 11011 | 1001101 | 1010010 | 101000 |
Color Harmonies of #8ABB12
Complementary color
Monochromatic Colors of #8ABB12
Black with #8ABB12
Text Example
Text Example
White with #8ABB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB12; }
p { color: rgb(138,187,18); }
H1.HeaderClassName
{
color: #8ABB12;
}
.AnyTagClassName
{
color: #8ABB12;
}
</style>
background-color css
<style>
a { background-color: #8ABB12; }
a { background-color: rgb(138,187,18); }
div.DivClassName
{
background-color: #8ABB12;
}
.BgClassName
{
background-color: #8ABB12;
}
</style>
border-color css
<style>
span { border-color: #8ABB12; }
span { border-color: rgb(138,187,18); }
td.TdClassName
{
border-color: #8ABB12;
}
.TagClassName
{
border-color: #8ABB12;
}
</style>