Shades of Limerick #8AB616
Tints of Limerick #8AB616
RGB
CMYK
RGB Variations
Color information
#8AB616 (or 0x8AB616) is known color: Limerick. HEX triplet: 8A, B6 and 16. RGB value is (138,182,22). Sum of RGB (Red+Green+Blue) = 138+182+22=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB616 is #7549E9. Grayscale: #979797. Windows color (decimal): -7686634 or 1488522. OLE color: 1488522.
HSL color Cylindrical-coordinate representation of color #8AB616: hue angle of 76.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AB616 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 22 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.29 |
| HSL | 76.5º | 0.78% | 0.4% | - |
| HSV(B) | 76.5º | 0.88% | 0.71% | - |
| XYZ | 27.35 | 38.92 | 6.83 | - |
| YUV | 150.6 | 55.42 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 22 | 0.24 | 0 | 0.88 | 0.29 | 76.5 | 0.78 | 0.4 |
| Hex | 8A | B6 | 16 | 18 | 0 | 58 | 1D | 4C | 4E | 28 |
| Octal | 212 | 266 | 26 | 30 | 0 | 130 | 35 | 114 | 116 | 50 |
| Binary | 10001010 | 10110110 | 10110 | 11000 | 0 | 1011000 | 11101 | 1001100 | 1001110 | 101000 |
Color Harmonies of #8AB616
Complementary color
Monochromatic Colors of #8AB616
Black with #8AB616
Text Example
Text Example
White with #8AB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB616; }
p { color: rgb(138,182,22); }
H1.HeaderClassName
{
color: #8AB616;
}
.AnyTagClassName
{
color: #8AB616;
}
</style>
background-color css
<style>
a { background-color: #8AB616; }
a { background-color: rgb(138,182,22); }
div.DivClassName
{
background-color: #8AB616;
}
.BgClassName
{
background-color: #8AB616;
}
</style>
border-color css
<style>
span { border-color: #8AB616; }
span { border-color: rgb(138,182,22); }
td.TdClassName
{
border-color: #8AB616;
}
.TagClassName
{
border-color: #8AB616;
}
</style>