Shades of Limerick #8AB728
Tints of Limerick #8AB728
RGB
CMYK
RGB Variations
Color information
#8AB728 (or 0x8AB728) is known color: Limerick. HEX triplet: 8A, B7 and 28. RGB value is (138,183,40). Sum of RGB (Red+Green+Blue) = 138+183+40=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB728 is #7548D7. Grayscale: #999999. Windows color (decimal): -7686360 or 2668426. OLE color: 2668426.
HSL color Cylindrical-coordinate representation of color #8AB728: hue angle of 78.88º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AB728 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 40 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.28 |
| HSL | 78.88º | 0.64% | 0.44% | - |
| HSV(B) | 78.88º | 0.78% | 0.72% | - |
| XYZ | 27.8 | 39.42 | 8.15 | - |
| YUV | 153.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 40 | 0.25 | 0 | 0.78 | 0.28 | 78.88 | 0.64 | 0.44 |
| Hex | 8A | B7 | 28 | 19 | 0 | 4E | 1C | 4F | 40 | 2C |
| Octal | 212 | 267 | 50 | 31 | 0 | 116 | 34 | 117 | 100 | 54 |
| Binary | 10001010 | 10110111 | 101000 | 11001 | 0 | 1001110 | 11100 | 1001111 | 1000000 | 101100 |
Color Harmonies of #8AB728
Complementary color
Monochromatic Colors of #8AB728
Black with #8AB728
Text Example
Text Example
White with #8AB728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB728; }
p { color: rgb(138,183,40); }
H1.HeaderClassName
{
color: #8AB728;
}
.AnyTagClassName
{
color: #8AB728;
}
</style>
background-color css
<style>
a { background-color: #8AB728; }
a { background-color: rgb(138,183,40); }
div.DivClassName
{
background-color: #8AB728;
}
.BgClassName
{
background-color: #8AB728;
}
</style>
border-color css
<style>
span { border-color: #8AB728; }
span { border-color: rgb(138,183,40); }
td.TdClassName
{
border-color: #8AB728;
}
.TagClassName
{
border-color: #8AB728;
}
</style>