Shades of Limerick #8BA71E
Tints of Limerick #8BA71E
RGB
CMYK
RGB Variations
Color information
#8BA71E (or 0x8BA71E) is known color: Limerick. HEX triplet: 8B, A7 and 1E. RGB value is (139,167,30). Sum of RGB (Red+Green+Blue) = 139+167+30=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA71E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA71E is #7458E1. Grayscale: #8F8F8F. Windows color (decimal): -7624930 or 2008971. OLE color: 2008971.
HSL color Cylindrical-coordinate representation of color #8BA71E: hue angle of 72.26º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8BA71E is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 30 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.35 |
| HSL | 72.26º | 0.7% | 0.39% | - |
| HSV(B) | 72.26º | 0.82% | 0.65% | - |
| XYZ | 24.7 | 33.22 | 6.34 | - |
| YUV | 143.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 30 | 0.17 | 0 | 0.82 | 0.35 | 72.26 | 0.7 | 0.39 |
| Hex | 8B | A7 | 1E | 11 | 0 | 52 | 23 | 48 | 46 | 27 |
| Octal | 213 | 247 | 36 | 21 | 0 | 122 | 43 | 110 | 106 | 47 |
| Binary | 10001011 | 10100111 | 11110 | 10001 | 0 | 1010010 | 100011 | 1001000 | 1000110 | 100111 |
Color Harmonies of #8BA71E
Complementary color
Monochromatic Colors of #8BA71E
Black with #8BA71E
Text Example
Text Example
White with #8BA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA71E; }
p { color: rgb(139,167,30); }
H1.HeaderClassName
{
color: #8BA71E;
}
.AnyTagClassName
{
color: #8BA71E;
}
</style>
background-color css
<style>
a { background-color: #8BA71E; }
a { background-color: rgb(139,167,30); }
div.DivClassName
{
background-color: #8BA71E;
}
.BgClassName
{
background-color: #8BA71E;
}
</style>
border-color css
<style>
span { border-color: #8BA71E; }
span { border-color: rgb(139,167,30); }
td.TdClassName
{
border-color: #8BA71E;
}
.TagClassName
{
border-color: #8BA71E;
}
</style>