Shades of Limerick #8BAE40
Tints of Limerick #8BAE40
RGB
CMYK
RGB Variations
Color information
#8BAE40 (or 0x8BAE40) is known color: Limerick. HEX triplet: 8B, AE and 40. RGB value is (139,174,64). Sum of RGB (Red+Green+Blue) = 139+174+64=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAE40 is #7451BF. Grayscale: #979797. Windows color (decimal): -7623104 or 4238987. OLE color: 4238987.
HSL color Cylindrical-coordinate representation of color #8BAE40: hue angle of 79.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BAE40 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 64 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.32 |
| HSL | 79.09º | 0.46% | 0.47% | - |
| HSV(B) | 79.09º | 0.63% | 0.68% | - |
| XYZ | 26.71 | 36.13 | 10.42 | - |
| YUV | 151 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 64 | 0.20 | 0 | 0.63 | 0.32 | 79.09 | 0.46 | 0.47 |
| Hex | 8B | AE | 40 | 14 | 0 | 3F | 20 | 4F | 2E | 2F |
| Octal | 213 | 256 | 100 | 24 | 0 | 77 | 40 | 117 | 56 | 57 |
| Binary | 10001011 | 10101110 | 1000000 | 10100 | 0 | 111111 | 100000 | 1001111 | 101110 | 101111 |
Color Harmonies of #8BAE40
Complementary color
Monochromatic Colors of #8BAE40
Black with #8BAE40
Text Example
Text Example
White with #8BAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE40; }
p { color: rgb(139,174,64); }
H1.HeaderClassName
{
color: #8BAE40;
}
.AnyTagClassName
{
color: #8BAE40;
}
</style>
background-color css
<style>
a { background-color: #8BAE40; }
a { background-color: rgb(139,174,64); }
div.DivClassName
{
background-color: #8BAE40;
}
.BgClassName
{
background-color: #8BAE40;
}
</style>
border-color css
<style>
span { border-color: #8BAE40; }
span { border-color: rgb(139,174,64); }
td.TdClassName
{
border-color: #8BAE40;
}
.TagClassName
{
border-color: #8BAE40;
}
</style>