Shades of Limerick #8FBA1C
Tints of Limerick #8FBA1C
RGB
CMYK
RGB Variations
Color information
#8FBA1C (or 0x8FBA1C) is known color: Limerick. HEX triplet: 8F, BA and 1C. RGB value is (143,186,28). Sum of RGB (Red+Green+Blue) = 143+186+28=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA1C is #7045E3. Grayscale: #9B9B9B. Windows color (decimal): -7357924 or 1882767. OLE color: 1882767.
HSL color Cylindrical-coordinate representation of color #8FBA1C: hue angle of 76.33º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FBA1C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 28 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.27 |
| HSL | 76.33º | 0.74% | 0.42% | - |
| HSV(B) | 76.33º | 0.85% | 0.73% | - |
| XYZ | 29.1 | 41.04 | 7.49 | - |
| YUV | 155.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 28 | 0.23 | 0 | 0.85 | 0.27 | 76.33 | 0.74 | 0.42 |
| Hex | 8F | BA | 1C | 17 | 0 | 55 | 1B | 4C | 4A | 2A |
| Octal | 217 | 272 | 34 | 27 | 0 | 125 | 33 | 114 | 112 | 52 |
| Binary | 10001111 | 10111010 | 11100 | 10111 | 0 | 1010101 | 11011 | 1001100 | 1001010 | 101010 |
Color Harmonies of #8FBA1C
Complementary color
Monochromatic Colors of #8FBA1C
Black with #8FBA1C
Text Example
Text Example
White with #8FBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA1C; }
p { color: rgb(143,186,28); }
H1.HeaderClassName
{
color: #8FBA1C;
}
.AnyTagClassName
{
color: #8FBA1C;
}
</style>
background-color css
<style>
a { background-color: #8FBA1C; }
a { background-color: rgb(143,186,28); }
div.DivClassName
{
background-color: #8FBA1C;
}
.BgClassName
{
background-color: #8FBA1C;
}
</style>
border-color css
<style>
span { border-color: #8FBA1C; }
span { border-color: rgb(143,186,28); }
td.TdClassName
{
border-color: #8FBA1C;
}
.TagClassName
{
border-color: #8FBA1C;
}
</style>