Shades of Limerick #8AB81D
Tints of Limerick #8AB81D
RGB
CMYK
RGB Variations
Color information
#8AB81D (or 0x8AB81D) is known color: Limerick. HEX triplet: 8A, B8 and 1D. RGB value is (138,184,29). Sum of RGB (Red+Green+Blue) = 138+184+29=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB81D is #7547E2. Grayscale: #999999. Windows color (decimal): -7686115 or 1947786. OLE color: 1947786.
HSL color Cylindrical-coordinate representation of color #8AB81D: hue angle of 77.81º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AB81D is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 29 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.28 |
| HSL | 77.81º | 0.73% | 0.42% | - |
| HSV(B) | 77.81º | 0.84% | 0.72% | - |
| XYZ | 27.84 | 39.77 | 7.37 | - |
| YUV | 152.58 | 58.26 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 29 | 0.25 | 0 | 0.84 | 0.28 | 77.81 | 0.73 | 0.42 |
| Hex | 8A | B8 | 1D | 19 | 0 | 54 | 1C | 4E | 49 | 2A |
| Octal | 212 | 270 | 35 | 31 | 0 | 124 | 34 | 116 | 111 | 52 |
| Binary | 10001010 | 10111000 | 11101 | 11001 | 0 | 1010100 | 11100 | 1001110 | 1001001 | 101010 |
Color Harmonies of #8AB81D
Complementary color
Monochromatic Colors of #8AB81D
Black with #8AB81D
Text Example
Text Example
White with #8AB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB81D; }
p { color: rgb(138,184,29); }
H1.HeaderClassName
{
color: #8AB81D;
}
.AnyTagClassName
{
color: #8AB81D;
}
</style>
background-color css
<style>
a { background-color: #8AB81D; }
a { background-color: rgb(138,184,29); }
div.DivClassName
{
background-color: #8AB81D;
}
.BgClassName
{
background-color: #8AB81D;
}
</style>
border-color css
<style>
span { border-color: #8AB81D; }
span { border-color: rgb(138,184,29); }
td.TdClassName
{
border-color: #8AB81D;
}
.TagClassName
{
border-color: #8AB81D;
}
</style>