Shades of Limerick #8FAB3B
Tints of Limerick #8FAB3B
RGB
CMYK
RGB Variations
Color information
#8FAB3B (or 0x8FAB3B) is known color: Limerick. HEX triplet: 8F, AB and 3B. RGB value is (143,171,59). Sum of RGB (Red+Green+Blue) = 143+171+59=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB3B is #7054C4. Grayscale: #969696. Windows color (decimal): -7361733 or 3910543. OLE color: 3910543.
HSL color Cylindrical-coordinate representation of color #8FAB3B: hue angle of 75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FAB3B is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 59 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.33 |
| HSL | 75º | 0.49% | 0.45% | - |
| HSV(B) | 75º | 0.65% | 0.67% | - |
| XYZ | 26.68 | 35.28 | 9.54 | - |
| YUV | 149.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 59 | 0.16 | 0 | 0.65 | 0.33 | 75 | 0.49 | 0.45 |
| Hex | 8F | AB | 3B | 10 | 0 | 41 | 21 | 4B | 31 | 2D |
| Octal | 217 | 253 | 73 | 20 | 0 | 101 | 41 | 113 | 61 | 55 |
| Binary | 10001111 | 10101011 | 111011 | 10000 | 0 | 1000001 | 100001 | 1001011 | 110001 | 101101 |
Color Harmonies of #8FAB3B
Complementary color
Monochromatic Colors of #8FAB3B
Black with #8FAB3B
Text Example
Text Example
White with #8FAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB3B; }
p { color: rgb(143,171,59); }
H1.HeaderClassName
{
color: #8FAB3B;
}
.AnyTagClassName
{
color: #8FAB3B;
}
</style>
background-color css
<style>
a { background-color: #8FAB3B; }
a { background-color: rgb(143,171,59); }
div.DivClassName
{
background-color: #8FAB3B;
}
.BgClassName
{
background-color: #8FAB3B;
}
</style>
border-color css
<style>
span { border-color: #8FAB3B; }
span { border-color: rgb(143,171,59); }
td.TdClassName
{
border-color: #8FAB3B;
}
.TagClassName
{
border-color: #8FAB3B;
}
</style>