Shades of Limerick #8FA634
Tints of Limerick #8FA634
RGB
CMYK
RGB Variations
Color information
#8FA634 (or 0x8FA634) is known color: Limerick. HEX triplet: 8F, A6 and 34. RGB value is (143,166,52). Sum of RGB (Red+Green+Blue) = 143+166+52=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA634 is #7059CB. Grayscale: #929292. Windows color (decimal): -7363020 or 3450511. OLE color: 3450511.
HSL color Cylindrical-coordinate representation of color #8FA634: hue angle of 72.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FA634 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 52 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.35 |
| HSL | 72.11º | 0.52% | 0.43% | - |
| HSV(B) | 72.11º | 0.69% | 0.65% | - |
| XYZ | 25.58 | 33.36 | 8.34 | - |
| YUV | 146.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 52 | 0.14 | 0 | 0.69 | 0.35 | 72.11 | 0.52 | 0.43 |
| Hex | 8F | A6 | 34 | E | 0 | 45 | 23 | 48 | 34 | 2B |
| Octal | 217 | 246 | 64 | 16 | 0 | 105 | 43 | 110 | 64 | 53 |
| Binary | 10001111 | 10100110 | 110100 | 1110 | 0 | 1000101 | 100011 | 1001000 | 110100 | 101011 |
Color Harmonies of #8FA634
Complementary color
Monochromatic Colors of #8FA634
Black with #8FA634
Text Example
Text Example
White with #8FA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA634; }
p { color: rgb(143,166,52); }
H1.HeaderClassName
{
color: #8FA634;
}
.AnyTagClassName
{
color: #8FA634;
}
</style>
background-color css
<style>
a { background-color: #8FA634; }
a { background-color: rgb(143,166,52); }
div.DivClassName
{
background-color: #8FA634;
}
.BgClassName
{
background-color: #8FA634;
}
</style>
border-color css
<style>
span { border-color: #8FA634; }
span { border-color: rgb(143,166,52); }
td.TdClassName
{
border-color: #8FA634;
}
.TagClassName
{
border-color: #8FA634;
}
</style>