Shades of Limerick #8AB028
Tints of Limerick #8AB028
RGB
CMYK
RGB Variations
Color information
#8AB028 (or 0x8AB028) is known color: Limerick. HEX triplet: 8A, B0 and 28. RGB value is (138,176,40). Sum of RGB (Red+Green+Blue) = 138+176+40=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB028 is #754FD7. Grayscale: #959595. Windows color (decimal): -7688152 or 2666634. OLE color: 2666634.
HSL color Cylindrical-coordinate representation of color #8AB028: hue angle of 76.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AB028 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 40 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.31 |
| HSL | 76.76º | 0.63% | 0.42% | - |
| HSV(B) | 76.76º | 0.77% | 0.69% | - |
| XYZ | 26.39 | 36.61 | 7.68 | - |
| YUV | 149.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 40 | 0.22 | 0 | 0.77 | 0.31 | 76.76 | 0.63 | 0.42 |
| Hex | 8A | B0 | 28 | 16 | 0 | 4D | 1F | 4D | 3F | 2A |
| Octal | 212 | 260 | 50 | 26 | 0 | 115 | 37 | 115 | 77 | 52 |
| Binary | 10001010 | 10110000 | 101000 | 10110 | 0 | 1001101 | 11111 | 1001101 | 111111 | 101010 |
Color Harmonies of #8AB028
Complementary color
Monochromatic Colors of #8AB028
Black with #8AB028
Text Example
Text Example
White with #8AB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB028; }
p { color: rgb(138,176,40); }
H1.HeaderClassName
{
color: #8AB028;
}
.AnyTagClassName
{
color: #8AB028;
}
</style>
background-color css
<style>
a { background-color: #8AB028; }
a { background-color: rgb(138,176,40); }
div.DivClassName
{
background-color: #8AB028;
}
.BgClassName
{
background-color: #8AB028;
}
</style>
border-color css
<style>
span { border-color: #8AB028; }
span { border-color: rgb(138,176,40); }
td.TdClassName
{
border-color: #8AB028;
}
.TagClassName
{
border-color: #8AB028;
}
</style>