Shades of Limerick #8AB538
Tints of Limerick #8AB538
RGB
CMYK
RGB Variations
Color information
#8AB538 (or 0x8AB538) is known color: Limerick. HEX triplet: 8A, B5 and 38. RGB value is (138,181,56). Sum of RGB (Red+Green+Blue) = 138+181+56=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB538 is #754AC7. Grayscale: #9A9A9A. Windows color (decimal): -7686856 or 3716490. OLE color: 3716490.
HSL color Cylindrical-coordinate representation of color #8AB538: hue angle of 80.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AB538 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 56 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.29 |
| HSL | 80.64º | 0.53% | 0.46% | - |
| HSV(B) | 80.64º | 0.69% | 0.71% | - |
| XYZ | 27.72 | 38.74 | 9.76 | - |
| YUV | 153.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 56 | 0.24 | 0 | 0.69 | 0.29 | 80.64 | 0.53 | 0.46 |
| Hex | 8A | B5 | 38 | 18 | 0 | 45 | 1D | 51 | 35 | 2E |
| Octal | 212 | 265 | 70 | 30 | 0 | 105 | 35 | 121 | 65 | 56 |
| Binary | 10001010 | 10110101 | 111000 | 11000 | 0 | 1000101 | 11101 | 1010001 | 110101 | 101110 |
Color Harmonies of #8AB538
Complementary color
Monochromatic Colors of #8AB538
Black with #8AB538
Text Example
Text Example
White with #8AB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB538; }
p { color: rgb(138,181,56); }
H1.HeaderClassName
{
color: #8AB538;
}
.AnyTagClassName
{
color: #8AB538;
}
</style>
background-color css
<style>
a { background-color: #8AB538; }
a { background-color: rgb(138,181,56); }
div.DivClassName
{
background-color: #8AB538;
}
.BgClassName
{
background-color: #8AB538;
}
</style>
border-color css
<style>
span { border-color: #8AB538; }
span { border-color: rgb(138,181,56); }
td.TdClassName
{
border-color: #8AB538;
}
.TagClassName
{
border-color: #8AB538;
}
</style>