Shades of Limerick #8FAA24
Tints of Limerick #8FAA24
RGB
CMYK
RGB Variations
Color information
#8FAA24 (or 0x8FAA24) is known color: Limerick. HEX triplet: 8F, AA and 24. RGB value is (143,170,36). Sum of RGB (Red+Green+Blue) = 143+170+36=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA24 is #7055DB. Grayscale: #939393. Windows color (decimal): -7362012 or 2402959. OLE color: 2402959.
HSL color Cylindrical-coordinate representation of color #8FAA24: hue angle of 72.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FAA24 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 36 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.33 |
| HSL | 72.09º | 0.65% | 0.4% | - |
| HSV(B) | 72.09º | 0.79% | 0.67% | - |
| XYZ | 26.02 | 34.72 | 7 | - |
| YUV | 146.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 36 | 0.16 | 0 | 0.79 | 0.33 | 72.09 | 0.65 | 0.4 |
| Hex | 8F | AA | 24 | 10 | 0 | 4F | 21 | 48 | 41 | 28 |
| Octal | 217 | 252 | 44 | 20 | 0 | 117 | 41 | 110 | 101 | 50 |
| Binary | 10001111 | 10101010 | 100100 | 10000 | 0 | 1001111 | 100001 | 1001000 | 1000001 | 101000 |
Color Harmonies of #8FAA24
Complementary color
Monochromatic Colors of #8FAA24
Black with #8FAA24
Text Example
Text Example
White with #8FAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA24; }
p { color: rgb(143,170,36); }
H1.HeaderClassName
{
color: #8FAA24;
}
.AnyTagClassName
{
color: #8FAA24;
}
</style>
background-color css
<style>
a { background-color: #8FAA24; }
a { background-color: rgb(143,170,36); }
div.DivClassName
{
background-color: #8FAA24;
}
.BgClassName
{
background-color: #8FAA24;
}
</style>
border-color css
<style>
span { border-color: #8FAA24; }
span { border-color: rgb(143,170,36); }
td.TdClassName
{
border-color: #8FAA24;
}
.TagClassName
{
border-color: #8FAA24;
}
</style>