Shades of Limerick #8BAE10
Tints of Limerick #8BAE10
RGB
CMYK
RGB Variations
Color information
#8BAE10 (or 0x8BAE10) is known color: Limerick. HEX triplet: 8B, AE and 10. RGB value is (139,174,16). Sum of RGB (Red+Green+Blue) = 139+174+16=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAE10 is #7451EF. Grayscale: #929292. Windows color (decimal): -7623152 or 1093259. OLE color: 1093259.
HSL color Cylindrical-coordinate representation of color #8BAE10: hue angle of 73.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BAE10 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 16 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.32 |
| HSL | 73.29º | 0.83% | 0.37% | - |
| HSV(B) | 73.29º | 0.91% | 0.68% | - |
| XYZ | 25.88 | 35.8 | 6.04 | - |
| YUV | 145.52 | 54.9 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 16 | 0.20 | 0 | 0.91 | 0.32 | 73.29 | 0.83 | 0.37 |
| Hex | 8B | AE | 10 | 14 | 0 | 5B | 20 | 49 | 53 | 25 |
| Octal | 213 | 256 | 20 | 24 | 0 | 133 | 40 | 111 | 123 | 45 |
| Binary | 10001011 | 10101110 | 10000 | 10100 | 0 | 1011011 | 100000 | 1001001 | 1010011 | 100101 |
Color Harmonies of #8BAE10
Complementary color
Monochromatic Colors of #8BAE10
Black with #8BAE10
Text Example
Text Example
White with #8BAE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE10; }
p { color: rgb(139,174,16); }
H1.HeaderClassName
{
color: #8BAE10;
}
.AnyTagClassName
{
color: #8BAE10;
}
</style>
background-color css
<style>
a { background-color: #8BAE10; }
a { background-color: rgb(139,174,16); }
div.DivClassName
{
background-color: #8BAE10;
}
.BgClassName
{
background-color: #8BAE10;
}
</style>
border-color css
<style>
span { border-color: #8BAE10; }
span { border-color: rgb(139,174,16); }
td.TdClassName
{
border-color: #8BAE10;
}
.TagClassName
{
border-color: #8BAE10;
}
</style>