Shades of Limerick #8FAB40
Tints of Limerick #8FAB40
RGB
CMYK
RGB Variations
Color information
#8FAB40 (or 0x8FAB40) is known color: Limerick. HEX triplet: 8F, AB and 40. RGB value is (143,171,64). Sum of RGB (Red+Green+Blue) = 143+171+64=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB40 is #7054BF. Grayscale: #969696. Windows color (decimal): -7361728 or 4238223. OLE color: 4238223.
HSL color Cylindrical-coordinate representation of color #8FAB40: hue angle of 75.7º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FAB40 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 64 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.33 |
| HSL | 75.7º | 0.46% | 0.46% | - |
| HSV(B) | 75.7º | 0.63% | 0.67% | - |
| XYZ | 26.82 | 35.34 | 10.26 | - |
| YUV | 150.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 64 | 0.16 | 0 | 0.63 | 0.33 | 75.7 | 0.46 | 0.46 |
| Hex | 8F | AB | 40 | 10 | 0 | 3F | 21 | 4C | 2E | 2E |
| Octal | 217 | 253 | 100 | 20 | 0 | 77 | 41 | 114 | 56 | 56 |
| Binary | 10001111 | 10101011 | 1000000 | 10000 | 0 | 111111 | 100001 | 1001100 | 101110 | 101110 |
Color Harmonies of #8FAB40
Complementary color
Monochromatic Colors of #8FAB40
Black with #8FAB40
Text Example
Text Example
White with #8FAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB40; }
p { color: rgb(143,171,64); }
H1.HeaderClassName
{
color: #8FAB40;
}
.AnyTagClassName
{
color: #8FAB40;
}
</style>
background-color css
<style>
a { background-color: #8FAB40; }
a { background-color: rgb(143,171,64); }
div.DivClassName
{
background-color: #8FAB40;
}
.BgClassName
{
background-color: #8FAB40;
}
</style>
border-color css
<style>
span { border-color: #8FAB40; }
span { border-color: rgb(143,171,64); }
td.TdClassName
{
border-color: #8FAB40;
}
.TagClassName
{
border-color: #8FAB40;
}
</style>