Shades of Limerick #8AAE18
Tints of Limerick #8AAE18
RGB
CMYK
RGB Variations
Color information
#8AAE18 (or 0x8AAE18) is known color: Limerick. HEX triplet: 8A, AE and 18. RGB value is (138,174,24). Sum of RGB (Red+Green+Blue) = 138+174+24=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE18 is #7551E7. Grayscale: #929292. Windows color (decimal): -7688680 or 1617546. OLE color: 1617546.
HSL color Cylindrical-coordinate representation of color #8AAE18: hue angle of 74.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AAE18 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 24 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.32 |
| HSL | 74.4º | 0.76% | 0.39% | - |
| HSV(B) | 74.4º | 0.86% | 0.68% | - |
| XYZ | 25.78 | 35.74 | 6.4 | - |
| YUV | 146.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 24 | 0.21 | 0 | 0.86 | 0.32 | 74.4 | 0.76 | 0.39 |
| Hex | 8A | AE | 18 | 15 | 0 | 56 | 20 | 4A | 4C | 27 |
| Octal | 212 | 256 | 30 | 25 | 0 | 126 | 40 | 112 | 114 | 47 |
| Binary | 10001010 | 10101110 | 11000 | 10101 | 0 | 1010110 | 100000 | 1001010 | 1001100 | 100111 |
Color Harmonies of #8AAE18
Complementary color
Monochromatic Colors of #8AAE18
Black with #8AAE18
Text Example
Text Example
White with #8AAE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE18; }
p { color: rgb(138,174,24); }
H1.HeaderClassName
{
color: #8AAE18;
}
.AnyTagClassName
{
color: #8AAE18;
}
</style>
background-color css
<style>
a { background-color: #8AAE18; }
a { background-color: rgb(138,174,24); }
div.DivClassName
{
background-color: #8AAE18;
}
.BgClassName
{
background-color: #8AAE18;
}
</style>
border-color css
<style>
span { border-color: #8AAE18; }
span { border-color: rgb(138,174,24); }
td.TdClassName
{
border-color: #8AAE18;
}
.TagClassName
{
border-color: #8AAE18;
}
</style>