Shades of Limerick #8FAC35
Tints of Limerick #8FAC35
RGB
CMYK
RGB Variations
Color information
#8FAC35 (or 0x8FAC35) is known color: Limerick. HEX triplet: 8F, AC and 35. RGB value is (143,172,53). Sum of RGB (Red+Green+Blue) = 143+172+53=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC35 is #7053CA. Grayscale: #969696. Windows color (decimal): -7361483 or 3517583. OLE color: 3517583.
HSL color Cylindrical-coordinate representation of color #8FAC35: hue angle of 74.62º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FAC35 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 53 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.33 |
| HSL | 74.62º | 0.53% | 0.44% | - |
| HSV(B) | 74.62º | 0.69% | 0.67% | - |
| XYZ | 26.72 | 35.6 | 8.83 | - |
| YUV | 149.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 53 | 0.17 | 0 | 0.69 | 0.33 | 74.62 | 0.53 | 0.44 |
| Hex | 8F | AC | 35 | 11 | 0 | 45 | 21 | 4B | 35 | 2C |
| Octal | 217 | 254 | 65 | 21 | 0 | 105 | 41 | 113 | 65 | 54 |
| Binary | 10001111 | 10101100 | 110101 | 10001 | 0 | 1000101 | 100001 | 1001011 | 110101 | 101100 |
Color Harmonies of #8FAC35
Complementary color
Monochromatic Colors of #8FAC35
Black with #8FAC35
Text Example
Text Example
White with #8FAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC35; }
p { color: rgb(143,172,53); }
H1.HeaderClassName
{
color: #8FAC35;
}
.AnyTagClassName
{
color: #8FAC35;
}
</style>
background-color css
<style>
a { background-color: #8FAC35; }
a { background-color: rgb(143,172,53); }
div.DivClassName
{
background-color: #8FAC35;
}
.BgClassName
{
background-color: #8FAC35;
}
</style>
border-color css
<style>
span { border-color: #8FAC35; }
span { border-color: rgb(143,172,53); }
td.TdClassName
{
border-color: #8FAC35;
}
.TagClassName
{
border-color: #8FAC35;
}
</style>