Shades of Limerick #8FAB42
Tints of Limerick #8FAB42
RGB
CMYK
RGB Variations
Color information
#8FAB42 (or 0x8FAB42) is known color: Limerick. HEX triplet: 8F, AB and 42. RGB value is (143,171,66). Sum of RGB (Red+Green+Blue) = 143+171+66=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB42 is #7054BD. Grayscale: #979797. Windows color (decimal): -7361726 or 4369295. OLE color: 4369295.
HSL color Cylindrical-coordinate representation of color #8FAB42: hue angle of 76º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FAB42 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 66 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.33 |
| HSL | 76º | 0.44% | 0.46% | - |
| HSV(B) | 76º | 0.61% | 0.67% | - |
| XYZ | 26.87 | 35.36 | 10.56 | - |
| YUV | 150.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 66 | 0.16 | 0 | 0.61 | 0.33 | 76 | 0.44 | 0.46 |
| Hex | 8F | AB | 42 | 10 | 0 | 3D | 21 | 4C | 2C | 2E |
| Octal | 217 | 253 | 102 | 20 | 0 | 75 | 41 | 114 | 54 | 56 |
| Binary | 10001111 | 10101011 | 1000010 | 10000 | 0 | 111101 | 100001 | 1001100 | 101100 | 101110 |
Color Harmonies of #8FAB42
Complementary color
Monochromatic Colors of #8FAB42
Black with #8FAB42
Text Example
Text Example
White with #8FAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB42; }
p { color: rgb(143,171,66); }
H1.HeaderClassName
{
color: #8FAB42;
}
.AnyTagClassName
{
color: #8FAB42;
}
</style>
background-color css
<style>
a { background-color: #8FAB42; }
a { background-color: rgb(143,171,66); }
div.DivClassName
{
background-color: #8FAB42;
}
.BgClassName
{
background-color: #8FAB42;
}
</style>
border-color css
<style>
span { border-color: #8FAB42; }
span { border-color: rgb(143,171,66); }
td.TdClassName
{
border-color: #8FAB42;
}
.TagClassName
{
border-color: #8FAB42;
}
</style>