Shades of Limerick #8AB540
Tints of Limerick #8AB540
RGB
CMYK
RGB Variations
Color information
#8AB540 (or 0x8AB540) is known color: Limerick. HEX triplet: 8A, B5 and 40. RGB value is (138,181,64). Sum of RGB (Red+Green+Blue) = 138+181+64=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB540 is #754ABF. Grayscale: #9B9B9B. Windows color (decimal): -7686848 or 4240778. OLE color: 4240778.
HSL color Cylindrical-coordinate representation of color #8AB540: hue angle of 82.05º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AB540 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 64 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.29 |
| HSL | 82.05º | 0.48% | 0.48% | - |
| HSV(B) | 82.05º | 0.65% | 0.71% | - |
| XYZ | 27.93 | 38.82 | 10.87 | - |
| YUV | 154.81 | 76.75 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 64 | 0.24 | 0 | 0.65 | 0.29 | 82.05 | 0.48 | 0.48 |
| Hex | 8A | B5 | 40 | 18 | 0 | 41 | 1D | 52 | 30 | 30 |
| Octal | 212 | 265 | 100 | 30 | 0 | 101 | 35 | 122 | 60 | 60 |
| Binary | 10001010 | 10110101 | 1000000 | 11000 | 0 | 1000001 | 11101 | 1010010 | 110000 | 110000 |
Color Harmonies of #8AB540
Complementary color
Monochromatic Colors of #8AB540
Black with #8AB540
Text Example
Text Example
White with #8AB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB540; }
p { color: rgb(138,181,64); }
H1.HeaderClassName
{
color: #8AB540;
}
.AnyTagClassName
{
color: #8AB540;
}
</style>
background-color css
<style>
a { background-color: #8AB540; }
a { background-color: rgb(138,181,64); }
div.DivClassName
{
background-color: #8AB540;
}
.BgClassName
{
background-color: #8AB540;
}
</style>
border-color css
<style>
span { border-color: #8AB540; }
span { border-color: rgb(138,181,64); }
td.TdClassName
{
border-color: #8AB540;
}
.TagClassName
{
border-color: #8AB540;
}
</style>