Shades of Limerick #8FA534
Tints of Limerick #8FA534
RGB
CMYK
RGB Variations
Color information
#8FA534 (or 0x8FA534) is known color: Limerick. HEX triplet: 8F, A5 and 34. RGB value is (143,165,52). Sum of RGB (Red+Green+Blue) = 143+165+52=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA534 is #705ACB. Grayscale: #919191. Windows color (decimal): -7363276 or 3450255. OLE color: 3450255.
HSL color Cylindrical-coordinate representation of color #8FA534: hue angle of 71.68º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FA534 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 165 | 52 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.35 |
| HSL | 71.68º | 0.52% | 0.43% | - |
| HSV(B) | 71.68º | 0.68% | 0.65% | - |
| XYZ | 25.4 | 33 | 8.28 | - |
| YUV | 145.54 | 75.21 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 52 | 0.13 | 0 | 0.68 | 0.35 | 71.68 | 0.52 | 0.43 |
| Hex | 8F | A5 | 34 | D | 0 | 44 | 23 | 48 | 34 | 2B |
| Octal | 217 | 245 | 64 | 15 | 0 | 104 | 43 | 110 | 64 | 53 |
| Binary | 10001111 | 10100101 | 110100 | 1101 | 0 | 1000100 | 100011 | 1001000 | 110100 | 101011 |
Color Harmonies of #8FA534
Complementary color
Monochromatic Colors of #8FA534
Black with #8FA534
Text Example
Text Example
White with #8FA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA534; }
p { color: rgb(143,165,52); }
H1.HeaderClassName
{
color: #8FA534;
}
.AnyTagClassName
{
color: #8FA534;
}
</style>
background-color css
<style>
a { background-color: #8FA534; }
a { background-color: rgb(143,165,52); }
div.DivClassName
{
background-color: #8FA534;
}
.BgClassName
{
background-color: #8FA534;
}
</style>
border-color css
<style>
span { border-color: #8FA534; }
span { border-color: rgb(143,165,52); }
td.TdClassName
{
border-color: #8FA534;
}
.TagClassName
{
border-color: #8FA534;
}
</style>