Shades of Limerick #8BAE11
Tints of Limerick #8BAE11
RGB
CMYK
RGB Variations
Color information
#8BAE11 (or 0x8BAE11) is known color: Limerick. HEX triplet: 8B, AE and 11. RGB value is (139,174,17). Sum of RGB (Red+Green+Blue) = 139+174+17=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAE11 is #7451EE. Grayscale: #929292. Windows color (decimal): -7623151 or 1158795. OLE color: 1158795.
HSL color Cylindrical-coordinate representation of color #8BAE11: hue angle of 73.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BAE11 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 17 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.32 |
| HSL | 73.38º | 0.82% | 0.37% | - |
| HSV(B) | 73.38º | 0.9% | 0.68% | - |
| XYZ | 25.88 | 35.8 | 6.08 | - |
| YUV | 145.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 17 | 0.20 | 0 | 0.90 | 0.32 | 73.38 | 0.82 | 0.37 |
| Hex | 8B | AE | 11 | 14 | 0 | 5A | 20 | 49 | 52 | 25 |
| Octal | 213 | 256 | 21 | 24 | 0 | 132 | 40 | 111 | 122 | 45 |
| Binary | 10001011 | 10101110 | 10001 | 10100 | 0 | 1011010 | 100000 | 1001001 | 1010010 | 100101 |
Color Harmonies of #8BAE11
Complementary color
Monochromatic Colors of #8BAE11
Black with #8BAE11
Text Example
Text Example
White with #8BAE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE11; }
p { color: rgb(139,174,17); }
H1.HeaderClassName
{
color: #8BAE11;
}
.AnyTagClassName
{
color: #8BAE11;
}
</style>
background-color css
<style>
a { background-color: #8BAE11; }
a { background-color: rgb(139,174,17); }
div.DivClassName
{
background-color: #8BAE11;
}
.BgClassName
{
background-color: #8BAE11;
}
</style>
border-color css
<style>
span { border-color: #8BAE11; }
span { border-color: rgb(139,174,17); }
td.TdClassName
{
border-color: #8BAE11;
}
.TagClassName
{
border-color: #8BAE11;
}
</style>