Shades of Limerick #8FAC1A
Tints of Limerick #8FAC1A
RGB
CMYK
RGB Variations
Color information
#8FAC1A (or 0x8FAC1A) is known color: Limerick. HEX triplet: 8F, AC and 1A. RGB value is (143,172,26). Sum of RGB (Red+Green+Blue) = 143+172+26=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC1A is #7053E5. Grayscale: #939393. Windows color (decimal): -7361510 or 1748111. OLE color: 1748111.
HSL color Cylindrical-coordinate representation of color #8FAC1A: hue angle of 71.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FAC1A is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 26 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.33 |
| HSL | 71.92º | 0.74% | 0.39% | - |
| HSV(B) | 71.92º | 0.85% | 0.67% | - |
| XYZ | 26.27 | 35.42 | 6.43 | - |
| YUV | 146.69 | 59.89 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 26 | 0.17 | 0 | 0.85 | 0.33 | 71.92 | 0.74 | 0.39 |
| Hex | 8F | AC | 1A | 11 | 0 | 55 | 21 | 48 | 4A | 27 |
| Octal | 217 | 254 | 32 | 21 | 0 | 125 | 41 | 110 | 112 | 47 |
| Binary | 10001111 | 10101100 | 11010 | 10001 | 0 | 1010101 | 100001 | 1001000 | 1001010 | 100111 |
Color Harmonies of #8FAC1A
Complementary color
Monochromatic Colors of #8FAC1A
Black with #8FAC1A
Text Example
Text Example
White with #8FAC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC1A; }
p { color: rgb(143,172,26); }
H1.HeaderClassName
{
color: #8FAC1A;
}
.AnyTagClassName
{
color: #8FAC1A;
}
</style>
background-color css
<style>
a { background-color: #8FAC1A; }
a { background-color: rgb(143,172,26); }
div.DivClassName
{
background-color: #8FAC1A;
}
.BgClassName
{
background-color: #8FAC1A;
}
</style>
border-color css
<style>
span { border-color: #8FAC1A; }
span { border-color: rgb(143,172,26); }
td.TdClassName
{
border-color: #8FAC1A;
}
.TagClassName
{
border-color: #8FAC1A;
}
</style>