Shades of Limerick #8FBE26
Tints of Limerick #8FBE26
RGB
CMYK
RGB Variations
Color information
#8FBE26 (or 0x8FBE26) is known color: Limerick. HEX triplet: 8F, BE and 26. RGB value is (143,190,38). Sum of RGB (Red+Green+Blue) = 143+190+38=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE26 is #7041D9. Grayscale: #9F9F9F. Windows color (decimal): -7356890 or 2539151. OLE color: 2539151.
HSL color Cylindrical-coordinate representation of color #8FBE26: hue angle of 78.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FBE26 is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 38 | - |
| CMYK | 0.25 | 0 | 0.8 | 0.25 |
| HSL | 78.55º | 0.67% | 0.45% | - |
| HSV(B) | 78.55º | 0.8% | 0.75% | - |
| XYZ | 30.09 | 42.81 | 8.51 | - |
| YUV | 158.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 38 | 0.25 | 0 | 0.8 | 0.25 | 78.55 | 0.67 | 0.45 |
| Hex | 8F | BE | 26 | 19 | 0 | 50 | 19 | 4F | 43 | 2D |
| Octal | 217 | 276 | 46 | 31 | 0 | 120 | 31 | 117 | 103 | 55 |
| Binary | 10001111 | 10111110 | 100110 | 11001 | 0 | 1010000 | 11001 | 1001111 | 1000011 | 101101 |
Color Harmonies of #8FBE26
Complementary color
Monochromatic Colors of #8FBE26
Black with #8FBE26
Text Example
Text Example
White with #8FBE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE26; }
p { color: rgb(143,190,38); }
H1.HeaderClassName
{
color: #8FBE26;
}
.AnyTagClassName
{
color: #8FBE26;
}
</style>
background-color css
<style>
a { background-color: #8FBE26; }
a { background-color: rgb(143,190,38); }
div.DivClassName
{
background-color: #8FBE26;
}
.BgClassName
{
background-color: #8FBE26;
}
</style>
border-color css
<style>
span { border-color: #8FBE26; }
span { border-color: rgb(143,190,38); }
td.TdClassName
{
border-color: #8FBE26;
}
.TagClassName
{
border-color: #8FBE26;
}
</style>