Shades of Limerick #8FAB3F
Tints of Limerick #8FAB3F
RGB
CMYK
RGB Variations
Color information
#8FAB3F (or 0x8FAB3F) is known color: Limerick. HEX triplet: 8F, AB and 3F. RGB value is (143,171,63). Sum of RGB (Red+Green+Blue) = 143+171+63=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB3F is #7054C0. Grayscale: #969696. Windows color (decimal): -7361729 or 4172687. OLE color: 4172687.
HSL color Cylindrical-coordinate representation of color #8FAB3F: hue angle of 75.56º 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 #8FAB3F is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 63 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.33 |
| HSL | 75.56º | 0.46% | 0.46% | - |
| HSV(B) | 75.56º | 0.63% | 0.67% | - |
| XYZ | 26.79 | 35.32 | 10.11 | - |
| YUV | 150.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 63 | 0.16 | 0 | 0.63 | 0.33 | 75.56 | 0.46 | 0.46 |
| Hex | 8F | AB | 3F | 10 | 0 | 3F | 21 | 4C | 2E | 2E |
| Octal | 217 | 253 | 77 | 20 | 0 | 77 | 41 | 114 | 56 | 56 |
| Binary | 10001111 | 10101011 | 111111 | 10000 | 0 | 111111 | 100001 | 1001100 | 101110 | 101110 |
Color Harmonies of #8FAB3F
Complementary color
Monochromatic Colors of #8FAB3F
Black with #8FAB3F
Text Example
Text Example
White with #8FAB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB3F; }
p { color: rgb(143,171,63); }
H1.HeaderClassName
{
color: #8FAB3F;
}
.AnyTagClassName
{
color: #8FAB3F;
}
</style>
background-color css
<style>
a { background-color: #8FAB3F; }
a { background-color: rgb(143,171,63); }
div.DivClassName
{
background-color: #8FAB3F;
}
.BgClassName
{
background-color: #8FAB3F;
}
</style>
border-color css
<style>
span { border-color: #8FAB3F; }
span { border-color: rgb(143,171,63); }
td.TdClassName
{
border-color: #8FAB3F;
}
.TagClassName
{
border-color: #8FAB3F;
}
</style>