Shades of Limerick #8FB824
Tints of Limerick #8FB824
RGB
CMYK
RGB Variations
Color information
#8FB824 (or 0x8FB824) is known color: Limerick. HEX triplet: 8F, B8 and 24. RGB value is (143,184,36). Sum of RGB (Red+Green+Blue) = 143+184+36=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB824 is #7047DB. Grayscale: #9B9B9B. Windows color (decimal): -7358428 or 2406543. OLE color: 2406543.
HSL color Cylindrical-coordinate representation of color #8FB824: hue angle of 76.62º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FB824 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 36 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.28 |
| HSL | 76.62º | 0.67% | 0.43% | - |
| HSV(B) | 76.62º | 0.8% | 0.72% | - |
| XYZ | 28.79 | 40.25 | 7.92 | - |
| YUV | 154.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 36 | 0.22 | 0 | 0.80 | 0.28 | 76.62 | 0.67 | 0.43 |
| Hex | 8F | B8 | 24 | 16 | 0 | 50 | 1C | 4D | 43 | 2B |
| Octal | 217 | 270 | 44 | 26 | 0 | 120 | 34 | 115 | 103 | 53 |
| Binary | 10001111 | 10111000 | 100100 | 10110 | 0 | 1010000 | 11100 | 1001101 | 1000011 | 101011 |
Color Harmonies of #8FB824
Complementary color
Monochromatic Colors of #8FB824
Black with #8FB824
Text Example
Text Example
White with #8FB824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB824; }
p { color: rgb(143,184,36); }
H1.HeaderClassName
{
color: #8FB824;
}
.AnyTagClassName
{
color: #8FB824;
}
</style>
background-color css
<style>
a { background-color: #8FB824; }
a { background-color: rgb(143,184,36); }
div.DivClassName
{
background-color: #8FB824;
}
.BgClassName
{
background-color: #8FB824;
}
</style>
border-color css
<style>
span { border-color: #8FB824; }
span { border-color: rgb(143,184,36); }
td.TdClassName
{
border-color: #8FB824;
}
.TagClassName
{
border-color: #8FB824;
}
</style>