Shades of Limerick #8FAA18
Tints of Limerick #8FAA18
RGB
CMYK
RGB Variations
Color information
#8FAA18 (or 0x8FAA18) is known color: Limerick. HEX triplet: 8F, AA and 18. RGB value is (143,170,24). Sum of RGB (Red+Green+Blue) = 143+170+24=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA18 is #7055E7. Grayscale: #919191. Windows color (decimal): -7362024 or 1616527. OLE color: 1616527.
HSL color Cylindrical-coordinate representation of color #8FAA18: hue angle of 71.1º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8FAA18 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 24 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.33 |
| HSL | 71.1º | 0.75% | 0.38% | - |
| HSV(B) | 71.1º | 0.86% | 0.67% | - |
| XYZ | 25.87 | 34.66 | 6.19 | - |
| YUV | 145.28 | 59.55 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 24 | 0.16 | 0 | 0.86 | 0.33 | 71.1 | 0.75 | 0.38 |
| Hex | 8F | AA | 18 | 10 | 0 | 56 | 21 | 47 | 4B | 26 |
| Octal | 217 | 252 | 30 | 20 | 0 | 126 | 41 | 107 | 113 | 46 |
| Binary | 10001111 | 10101010 | 11000 | 10000 | 0 | 1010110 | 100001 | 1000111 | 1001011 | 100110 |
Color Harmonies of #8FAA18
Complementary color
Monochromatic Colors of #8FAA18
Black with #8FAA18
Text Example
Text Example
White with #8FAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA18; }
p { color: rgb(143,170,24); }
H1.HeaderClassName
{
color: #8FAA18;
}
.AnyTagClassName
{
color: #8FAA18;
}
</style>
background-color css
<style>
a { background-color: #8FAA18; }
a { background-color: rgb(143,170,24); }
div.DivClassName
{
background-color: #8FAA18;
}
.BgClassName
{
background-color: #8FAA18;
}
</style>
border-color css
<style>
span { border-color: #8FAA18; }
span { border-color: rgb(143,170,24); }
td.TdClassName
{
border-color: #8FAA18;
}
.TagClassName
{
border-color: #8FAA18;
}
</style>