Shades of Limerick #8FAC3D
Tints of Limerick #8FAC3D
RGB
CMYK
RGB Variations
Color information
#8FAC3D (or 0x8FAC3D) is known color: Limerick. HEX triplet: 8F, AC and 3D. RGB value is (143,172,61). Sum of RGB (Red+Green+Blue) = 143+172+61=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC3D is #7053C2. Grayscale: #979797. Windows color (decimal): -7361475 or 4041871. OLE color: 4041871.
HSL color Cylindrical-coordinate representation of color #8FAC3D: hue angle of 75.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FAC3D is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 61 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.33 |
| HSL | 75.68º | 0.48% | 0.46% | - |
| HSV(B) | 75.68º | 0.65% | 0.67% | - |
| XYZ | 26.92 | 35.68 | 9.88 | - |
| YUV | 150.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 61 | 0.17 | 0 | 0.65 | 0.33 | 75.68 | 0.48 | 0.46 |
| Hex | 8F | AC | 3D | 11 | 0 | 41 | 21 | 4C | 30 | 2E |
| Octal | 217 | 254 | 75 | 21 | 0 | 101 | 41 | 114 | 60 | 56 |
| Binary | 10001111 | 10101100 | 111101 | 10001 | 0 | 1000001 | 100001 | 1001100 | 110000 | 101110 |
Color Harmonies of #8FAC3D
Complementary color
Monochromatic Colors of #8FAC3D
Black with #8FAC3D
Text Example
Text Example
White with #8FAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC3D; }
p { color: rgb(143,172,61); }
H1.HeaderClassName
{
color: #8FAC3D;
}
.AnyTagClassName
{
color: #8FAC3D;
}
</style>
background-color css
<style>
a { background-color: #8FAC3D; }
a { background-color: rgb(143,172,61); }
div.DivClassName
{
background-color: #8FAC3D;
}
.BgClassName
{
background-color: #8FAC3D;
}
</style>
border-color css
<style>
span { border-color: #8FAC3D; }
span { border-color: rgb(143,172,61); }
td.TdClassName
{
border-color: #8FAC3D;
}
.TagClassName
{
border-color: #8FAC3D;
}
</style>