Shades of Limerick #8FBC26
Tints of Limerick #8FBC26
RGB
CMYK
RGB Variations
Color information
#8FBC26 (or 0x8FBC26) is known color: Limerick. HEX triplet: 8F, BC and 26. RGB value is (143,188,38). Sum of RGB (Red+Green+Blue) = 143+188+38=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC26 is #7043D9. Grayscale: #9E9E9E. Windows color (decimal): -7357402 or 2538639. OLE color: 2538639.
HSL color Cylindrical-coordinate representation of color #8FBC26: hue angle of 78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FBC26 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 38 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.26 |
| HSL | 78º | 0.66% | 0.44% | - |
| HSV(B) | 78º | 0.8% | 0.74% | - |
| XYZ | 29.66 | 41.95 | 8.37 | - |
| YUV | 157.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 38 | 0.24 | 0 | 0.80 | 0.26 | 78 | 0.66 | 0.44 |
| Hex | 8F | BC | 26 | 18 | 0 | 50 | 1A | 4E | 42 | 2C |
| Octal | 217 | 274 | 46 | 30 | 0 | 120 | 32 | 116 | 102 | 54 |
| Binary | 10001111 | 10111100 | 100110 | 11000 | 0 | 1010000 | 11010 | 1001110 | 1000010 | 101100 |
Color Harmonies of #8FBC26
Complementary color
Monochromatic Colors of #8FBC26
Black with #8FBC26
Text Example
Text Example
White with #8FBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC26; }
p { color: rgb(143,188,38); }
H1.HeaderClassName
{
color: #8FBC26;
}
.AnyTagClassName
{
color: #8FBC26;
}
</style>
background-color css
<style>
a { background-color: #8FBC26; }
a { background-color: rgb(143,188,38); }
div.DivClassName
{
background-color: #8FBC26;
}
.BgClassName
{
background-color: #8FBC26;
}
</style>
border-color css
<style>
span { border-color: #8FBC26; }
span { border-color: rgb(143,188,38); }
td.TdClassName
{
border-color: #8FBC26;
}
.TagClassName
{
border-color: #8FBC26;
}
</style>