Shades of Limerick #8AB52C
Tints of Limerick #8AB52C
RGB
CMYK
RGB Variations
Color information
#8AB52C (or 0x8AB52C) is known color: Limerick. HEX triplet: 8A, B5 and 2C. RGB value is (138,181,44). Sum of RGB (Red+Green+Blue) = 138+181+44=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB52C is #754AD3. Grayscale: #999999. Windows color (decimal): -7686868 or 2930058. OLE color: 2930058.
HSL color Cylindrical-coordinate representation of color #8AB52C: hue angle of 78.83º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AB52C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 44 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.29 |
| HSL | 78.83º | 0.61% | 0.44% | - |
| HSV(B) | 78.83º | 0.76% | 0.71% | - |
| XYZ | 27.46 | 38.63 | 8.39 | - |
| YUV | 152.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 44 | 0.24 | 0 | 0.76 | 0.29 | 78.83 | 0.61 | 0.44 |
| Hex | 8A | B5 | 2C | 18 | 0 | 4C | 1D | 4F | 3D | 2C |
| Octal | 212 | 265 | 54 | 30 | 0 | 114 | 35 | 117 | 75 | 54 |
| Binary | 10001010 | 10110101 | 101100 | 11000 | 0 | 1001100 | 11101 | 1001111 | 111101 | 101100 |
Color Harmonies of #8AB52C
Complementary color
Monochromatic Colors of #8AB52C
Black with #8AB52C
Text Example
Text Example
White with #8AB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB52C; }
p { color: rgb(138,181,44); }
H1.HeaderClassName
{
color: #8AB52C;
}
.AnyTagClassName
{
color: #8AB52C;
}
</style>
background-color css
<style>
a { background-color: #8AB52C; }
a { background-color: rgb(138,181,44); }
div.DivClassName
{
background-color: #8AB52C;
}
.BgClassName
{
background-color: #8AB52C;
}
</style>
border-color css
<style>
span { border-color: #8AB52C; }
span { border-color: rgb(138,181,44); }
td.TdClassName
{
border-color: #8AB52C;
}
.TagClassName
{
border-color: #8AB52C;
}
</style>