Shades of Limerick #8FAC1E
Tints of Limerick #8FAC1E
RGB
CMYK
RGB Variations
Color information
#8FAC1E (or 0x8FAC1E) is known color: Limerick. HEX triplet: 8F, AC and 1E. RGB value is (143,172,30). Sum of RGB (Red+Green+Blue) = 143+172+30=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC1E is #7053E1. Grayscale: #939393. Windows color (decimal): -7361506 or 2010255. OLE color: 2010255.
HSL color Cylindrical-coordinate representation of color #8FAC1E: hue angle of 72.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8FAC1E is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 30 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.33 |
| HSL | 72.25º | 0.7% | 0.4% | - |
| HSV(B) | 72.25º | 0.83% | 0.67% | - |
| XYZ | 26.31 | 35.44 | 6.68 | - |
| YUV | 147.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 30 | 0.17 | 0 | 0.83 | 0.33 | 72.25 | 0.7 | 0.4 |
| Hex | 8F | AC | 1E | 11 | 0 | 53 | 21 | 48 | 46 | 28 |
| Octal | 217 | 254 | 36 | 21 | 0 | 123 | 41 | 110 | 106 | 50 |
| Binary | 10001111 | 10101100 | 11110 | 10001 | 0 | 1010011 | 100001 | 1001000 | 1000110 | 101000 |
Color Harmonies of #8FAC1E
Complementary color
Monochromatic Colors of #8FAC1E
Black with #8FAC1E
Text Example
Text Example
White with #8FAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC1E; }
p { color: rgb(143,172,30); }
H1.HeaderClassName
{
color: #8FAC1E;
}
.AnyTagClassName
{
color: #8FAC1E;
}
</style>
background-color css
<style>
a { background-color: #8FAC1E; }
a { background-color: rgb(143,172,30); }
div.DivClassName
{
background-color: #8FAC1E;
}
.BgClassName
{
background-color: #8FAC1E;
}
</style>
border-color css
<style>
span { border-color: #8FAC1E; }
span { border-color: rgb(143,172,30); }
td.TdClassName
{
border-color: #8FAC1E;
}
.TagClassName
{
border-color: #8FAC1E;
}
</style>