Shades of Limerick #8AAB26
Tints of Limerick #8AAB26
RGB
CMYK
RGB Variations
Color information
#8AAB26 (or 0x8AAB26) is known color: Limerick. HEX triplet: 8A, AB and 26. RGB value is (138,171,38). Sum of RGB (Red+Green+Blue) = 138+171+38=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB26 is #7554D9. Grayscale: #929292. Windows color (decimal): -7689434 or 2534282. OLE color: 2534282.
HSL color Cylindrical-coordinate representation of color #8AAB26: hue angle of 74.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AAB26 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 38 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.33 |
| HSL | 74.89º | 0.64% | 0.41% | - |
| HSV(B) | 74.89º | 0.78% | 0.67% | - |
| XYZ | 25.39 | 34.67 | 7.19 | - |
| YUV | 145.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 38 | 0.19 | 0 | 0.78 | 0.33 | 74.89 | 0.64 | 0.41 |
| Hex | 8A | AB | 26 | 13 | 0 | 4E | 21 | 4B | 40 | 29 |
| Octal | 212 | 253 | 46 | 23 | 0 | 116 | 41 | 113 | 100 | 51 |
| Binary | 10001010 | 10101011 | 100110 | 10011 | 0 | 1001110 | 100001 | 1001011 | 1000000 | 101001 |
Color Harmonies of #8AAB26
Complementary color
Monochromatic Colors of #8AAB26
Black with #8AAB26
Text Example
Text Example
White with #8AAB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB26; }
p { color: rgb(138,171,38); }
H1.HeaderClassName
{
color: #8AAB26;
}
.AnyTagClassName
{
color: #8AAB26;
}
</style>
background-color css
<style>
a { background-color: #8AAB26; }
a { background-color: rgb(138,171,38); }
div.DivClassName
{
background-color: #8AAB26;
}
.BgClassName
{
background-color: #8AAB26;
}
</style>
border-color css
<style>
span { border-color: #8AAB26; }
span { border-color: rgb(138,171,38); }
td.TdClassName
{
border-color: #8AAB26;
}
.TagClassName
{
border-color: #8AAB26;
}
</style>