Shades of Limerick #8AB52B
Tints of Limerick #8AB52B
RGB
CMYK
RGB Variations
Color information
#8AB52B (or 0x8AB52B) is known color: Limerick. HEX triplet: 8A, B5 and 2B. RGB value is (138,181,43). Sum of RGB (Red+Green+Blue) = 138+181+43=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB52B is #754AD4. Grayscale: #989898. Windows color (decimal): -7686869 or 2864522. OLE color: 2864522.
HSL color Cylindrical-coordinate representation of color #8AB52B: hue angle of 78.7º degrees, saturation: 0.62, 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 #8AB52B is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 43 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.29 |
| HSL | 78.7º | 0.62% | 0.44% | - |
| HSV(B) | 78.7º | 0.76% | 0.71% | - |
| XYZ | 27.44 | 38.63 | 8.29 | - |
| YUV | 152.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 43 | 0.24 | 0 | 0.76 | 0.29 | 78.7 | 0.62 | 0.44 |
| Hex | 8A | B5 | 2B | 18 | 0 | 4C | 1D | 4F | 3E | 2C |
| Octal | 212 | 265 | 53 | 30 | 0 | 114 | 35 | 117 | 76 | 54 |
| Binary | 10001010 | 10110101 | 101011 | 11000 | 0 | 1001100 | 11101 | 1001111 | 111110 | 101100 |
Color Harmonies of #8AB52B
Complementary color
Monochromatic Colors of #8AB52B
Black with #8AB52B
Text Example
Text Example
White with #8AB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB52B; }
p { color: rgb(138,181,43); }
H1.HeaderClassName
{
color: #8AB52B;
}
.AnyTagClassName
{
color: #8AB52B;
}
</style>
background-color css
<style>
a { background-color: #8AB52B; }
a { background-color: rgb(138,181,43); }
div.DivClassName
{
background-color: #8AB52B;
}
.BgClassName
{
background-color: #8AB52B;
}
</style>
border-color css
<style>
span { border-color: #8AB52B; }
span { border-color: rgb(138,181,43); }
td.TdClassName
{
border-color: #8AB52B;
}
.TagClassName
{
border-color: #8AB52B;
}
</style>