Shades of Limerick #8FAB34
Tints of Limerick #8FAB34
RGB
CMYK
RGB Variations
Color information
#8FAB34 (or 0x8FAB34) is known color: Limerick. HEX triplet: 8F, AB and 34. RGB value is (143,171,52). Sum of RGB (Red+Green+Blue) = 143+171+52=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB34 is #7054CB. Grayscale: #959595. Windows color (decimal): -7361740 or 3451791. OLE color: 3451791.
HSL color Cylindrical-coordinate representation of color #8FAB34: hue angle of 74.12º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FAB34 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 52 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.33 |
| HSL | 74.12º | 0.53% | 0.44% | - |
| HSV(B) | 74.12º | 0.7% | 0.67% | - |
| XYZ | 26.51 | 35.21 | 8.65 | - |
| YUV | 149.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 52 | 0.16 | 0 | 0.70 | 0.33 | 74.12 | 0.53 | 0.44 |
| Hex | 8F | AB | 34 | 10 | 0 | 46 | 21 | 4A | 35 | 2C |
| Octal | 217 | 253 | 64 | 20 | 0 | 106 | 41 | 112 | 65 | 54 |
| Binary | 10001111 | 10101011 | 110100 | 10000 | 0 | 1000110 | 100001 | 1001010 | 110101 | 101100 |
Color Harmonies of #8FAB34
Complementary color
Monochromatic Colors of #8FAB34
Black with #8FAB34
Text Example
Text Example
White with #8FAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB34; }
p { color: rgb(143,171,52); }
H1.HeaderClassName
{
color: #8FAB34;
}
.AnyTagClassName
{
color: #8FAB34;
}
</style>
background-color css
<style>
a { background-color: #8FAB34; }
a { background-color: rgb(143,171,52); }
div.DivClassName
{
background-color: #8FAB34;
}
.BgClassName
{
background-color: #8FAB34;
}
</style>
border-color css
<style>
span { border-color: #8FAB34; }
span { border-color: rgb(143,171,52); }
td.TdClassName
{
border-color: #8FAB34;
}
.TagClassName
{
border-color: #8FAB34;
}
</style>