Shades of Limerick #8FA624
Tints of Limerick #8FA624
RGB
CMYK
RGB Variations
Color information
#8FA624 (or 0x8FA624) is known color: Limerick. HEX triplet: 8F, A6 and 24. RGB value is (143,166,36). Sum of RGB (Red+Green+Blue) = 143+166+36=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA624 is #7059DB. Grayscale: #909090. Windows color (decimal): -7363036 or 2401935. OLE color: 2401935.
HSL color Cylindrical-coordinate representation of color #8FA624: hue angle of 70.62º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FA624 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 36 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.35 |
| HSL | 70.62º | 0.64% | 0.4% | - |
| HSV(B) | 70.62º | 0.78% | 0.65% | - |
| XYZ | 25.28 | 33.24 | 6.75 | - |
| YUV | 144.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 36 | 0.14 | 0 | 0.78 | 0.35 | 70.62 | 0.64 | 0.4 |
| Hex | 8F | A6 | 24 | E | 0 | 4E | 23 | 47 | 40 | 28 |
| Octal | 217 | 246 | 44 | 16 | 0 | 116 | 43 | 107 | 100 | 50 |
| Binary | 10001111 | 10100110 | 100100 | 1110 | 0 | 1001110 | 100011 | 1000111 | 1000000 | 101000 |
Color Harmonies of #8FA624
Complementary color
Monochromatic Colors of #8FA624
Black with #8FA624
Text Example
Text Example
White with #8FA624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA624; }
p { color: rgb(143,166,36); }
H1.HeaderClassName
{
color: #8FA624;
}
.AnyTagClassName
{
color: #8FA624;
}
</style>
background-color css
<style>
a { background-color: #8FA624; }
a { background-color: rgb(143,166,36); }
div.DivClassName
{
background-color: #8FA624;
}
.BgClassName
{
background-color: #8FA624;
}
</style>
border-color css
<style>
span { border-color: #8FA624; }
span { border-color: rgb(143,166,36); }
td.TdClassName
{
border-color: #8FA624;
}
.TagClassName
{
border-color: #8FA624;
}
</style>