Shades of Limerick #8AB42B
Tints of Limerick #8AB42B
RGB
CMYK
RGB Variations
Color information
#8AB42B (or 0x8AB42B) is known color: Limerick. HEX triplet: 8A, B4 and 2B. RGB value is (138,180,43). Sum of RGB (Red+Green+Blue) = 138+180+43=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB42B is #754BD4. Grayscale: #989898. Windows color (decimal): -7687125 or 2864266. OLE color: 2864266.
HSL color Cylindrical-coordinate representation of color #8AB42B: hue angle of 78.39º 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 #8AB42B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 43 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.29 |
| HSL | 78.39º | 0.61% | 0.44% | - |
| HSV(B) | 78.39º | 0.76% | 0.71% | - |
| XYZ | 27.24 | 38.22 | 8.23 | - |
| YUV | 151.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 43 | 0.23 | 0 | 0.76 | 0.29 | 78.39 | 0.61 | 0.44 |
| Hex | 8A | B4 | 2B | 17 | 0 | 4C | 1D | 4E | 3D | 2C |
| Octal | 212 | 264 | 53 | 27 | 0 | 114 | 35 | 116 | 75 | 54 |
| Binary | 10001010 | 10110100 | 101011 | 10111 | 0 | 1001100 | 11101 | 1001110 | 111101 | 101100 |
Color Harmonies of #8AB42B
Complementary color
Monochromatic Colors of #8AB42B
Black with #8AB42B
Text Example
Text Example
White with #8AB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB42B; }
p { color: rgb(138,180,43); }
H1.HeaderClassName
{
color: #8AB42B;
}
.AnyTagClassName
{
color: #8AB42B;
}
</style>
background-color css
<style>
a { background-color: #8AB42B; }
a { background-color: rgb(138,180,43); }
div.DivClassName
{
background-color: #8AB42B;
}
.BgClassName
{
background-color: #8AB42B;
}
</style>
border-color css
<style>
span { border-color: #8AB42B; }
span { border-color: rgb(138,180,43); }
td.TdClassName
{
border-color: #8AB42B;
}
.TagClassName
{
border-color: #8AB42B;
}
</style>