Shades of Limerick #8FBC2A
Tints of Limerick #8FBC2A
RGB
CMYK
RGB Variations
Color information
#8FBC2A (or 0x8FBC2A) is known color: Limerick. HEX triplet: 8F, BC and 2A. RGB value is (143,188,42). Sum of RGB (Red+Green+Blue) = 143+188+42=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC2A is #7043D5. Grayscale: #9E9E9E. Windows color (decimal): -7357398 or 2800783. OLE color: 2800783.
HSL color Cylindrical-coordinate representation of color #8FBC2A: hue angle of 78.49º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FBC2A is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 42 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.26 |
| HSL | 78.49º | 0.63% | 0.45% | - |
| HSV(B) | 78.49º | 0.78% | 0.74% | - |
| XYZ | 29.73 | 41.97 | 8.73 | - |
| YUV | 157.9 | 62.59 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 42 | 0.24 | 0 | 0.78 | 0.26 | 78.49 | 0.63 | 0.45 |
| Hex | 8F | BC | 2A | 18 | 0 | 4E | 1A | 4E | 3F | 2D |
| Octal | 217 | 274 | 52 | 30 | 0 | 116 | 32 | 116 | 77 | 55 |
| Binary | 10001111 | 10111100 | 101010 | 11000 | 0 | 1001110 | 11010 | 1001110 | 111111 | 101101 |
Color Harmonies of #8FBC2A
Complementary color
Monochromatic Colors of #8FBC2A
Black with #8FBC2A
Text Example
Text Example
White with #8FBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC2A; }
p { color: rgb(143,188,42); }
H1.HeaderClassName
{
color: #8FBC2A;
}
.AnyTagClassName
{
color: #8FBC2A;
}
</style>
background-color css
<style>
a { background-color: #8FBC2A; }
a { background-color: rgb(143,188,42); }
div.DivClassName
{
background-color: #8FBC2A;
}
.BgClassName
{
background-color: #8FBC2A;
}
</style>
border-color css
<style>
span { border-color: #8FBC2A; }
span { border-color: rgb(143,188,42); }
td.TdClassName
{
border-color: #8FBC2A;
}
.TagClassName
{
border-color: #8FBC2A;
}
</style>