Shades of Limerick #8AB51D
Tints of Limerick #8AB51D
RGB
CMYK
RGB Variations
Color information
#8AB51D (or 0x8AB51D) is known color: Limerick. HEX triplet: 8A, B5 and 1D. RGB value is (138,181,29). Sum of RGB (Red+Green+Blue) = 138+181+29=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB51D is #754AE2. Grayscale: #979797. Windows color (decimal): -7686883 or 1947018. OLE color: 1947018.
HSL color Cylindrical-coordinate representation of color #8AB51D: hue angle of 76.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AB51D is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 29 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.29 |
| HSL | 76.97º | 0.72% | 0.41% | - |
| HSV(B) | 76.97º | 0.84% | 0.71% | - |
| XYZ | 27.23 | 38.54 | 7.17 | - |
| YUV | 150.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 29 | 0.24 | 0 | 0.84 | 0.29 | 76.97 | 0.72 | 0.41 |
| Hex | 8A | B5 | 1D | 18 | 0 | 54 | 1D | 4D | 48 | 29 |
| Octal | 212 | 265 | 35 | 30 | 0 | 124 | 35 | 115 | 110 | 51 |
| Binary | 10001010 | 10110101 | 11101 | 11000 | 0 | 1010100 | 11101 | 1001101 | 1001000 | 101001 |
Color Harmonies of #8AB51D
Complementary color
Monochromatic Colors of #8AB51D
Black with #8AB51D
Text Example
Text Example
White with #8AB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB51D; }
p { color: rgb(138,181,29); }
H1.HeaderClassName
{
color: #8AB51D;
}
.AnyTagClassName
{
color: #8AB51D;
}
</style>
background-color css
<style>
a { background-color: #8AB51D; }
a { background-color: rgb(138,181,29); }
div.DivClassName
{
background-color: #8AB51D;
}
.BgClassName
{
background-color: #8AB51D;
}
</style>
border-color css
<style>
span { border-color: #8AB51D; }
span { border-color: rgb(138,181,29); }
td.TdClassName
{
border-color: #8AB51D;
}
.TagClassName
{
border-color: #8AB51D;
}
</style>