Shades of Limerick #8AB51E
Tints of Limerick #8AB51E
RGB
CMYK
RGB Variations
Color information
#8AB51E (or 0x8AB51E) is known color: Limerick. HEX triplet: 8A, B5 and 1E. RGB value is (138,181,30). Sum of RGB (Red+Green+Blue) = 138+181+30=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB51E is #754AE1. Grayscale: #979797. Windows color (decimal): -7686882 or 2012554. OLE color: 2012554.
HSL color Cylindrical-coordinate representation of color #8AB51E: hue angle of 77.09º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AB51E is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 30 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.29 |
| HSL | 77.09º | 0.72% | 0.41% | - |
| HSV(B) | 77.09º | 0.83% | 0.71% | - |
| XYZ | 27.24 | 38.54 | 7.23 | - |
| YUV | 150.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 30 | 0.24 | 0 | 0.83 | 0.29 | 77.09 | 0.72 | 0.41 |
| Hex | 8A | B5 | 1E | 18 | 0 | 53 | 1D | 4D | 48 | 29 |
| Octal | 212 | 265 | 36 | 30 | 0 | 123 | 35 | 115 | 110 | 51 |
| Binary | 10001010 | 10110101 | 11110 | 11000 | 0 | 1010011 | 11101 | 1001101 | 1001000 | 101001 |
Color Harmonies of #8AB51E
Complementary color
Monochromatic Colors of #8AB51E
Black with #8AB51E
Text Example
Text Example
White with #8AB51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB51E; }
p { color: rgb(138,181,30); }
H1.HeaderClassName
{
color: #8AB51E;
}
.AnyTagClassName
{
color: #8AB51E;
}
</style>
background-color css
<style>
a { background-color: #8AB51E; }
a { background-color: rgb(138,181,30); }
div.DivClassName
{
background-color: #8AB51E;
}
.BgClassName
{
background-color: #8AB51E;
}
</style>
border-color css
<style>
span { border-color: #8AB51E; }
span { border-color: rgb(138,181,30); }
td.TdClassName
{
border-color: #8AB51E;
}
.TagClassName
{
border-color: #8AB51E;
}
</style>