Shades of Limerick #8CA915
Tints of Limerick #8CA915
RGB
CMYK
RGB Variations
Color information
#8CA915 (or 0x8CA915) is known color: Limerick. HEX triplet: 8C, A9 and 15. RGB value is (140,169,21). Sum of RGB (Red+Green+Blue) = 140+169+21=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA915 is #7356EA. Grayscale: #909090. Windows color (decimal): -7558891 or 1419660. OLE color: 1419660.
HSL color Cylindrical-coordinate representation of color #8CA915: hue angle of 71.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CA915 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 21 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.34 |
| HSL | 71.76º | 0.78% | 0.37% | - |
| HSV(B) | 71.76º | 0.88% | 0.66% | - |
| XYZ | 25.14 | 34.01 | 5.95 | - |
| YUV | 143.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 21 | 0.17 | 0 | 0.88 | 0.34 | 71.76 | 0.78 | 0.37 |
| Hex | 8C | A9 | 15 | 11 | 0 | 58 | 22 | 48 | 4E | 25 |
| Octal | 214 | 251 | 25 | 21 | 0 | 130 | 42 | 110 | 116 | 45 |
| Binary | 10001100 | 10101001 | 10101 | 10001 | 0 | 1011000 | 100010 | 1001000 | 1001110 | 100101 |
Color Harmonies of #8CA915
Complementary color
Monochromatic Colors of #8CA915
Black with #8CA915
Text Example
Text Example
White with #8CA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA915; }
p { color: rgb(140,169,21); }
H1.HeaderClassName
{
color: #8CA915;
}
.AnyTagClassName
{
color: #8CA915;
}
</style>
background-color css
<style>
a { background-color: #8CA915; }
a { background-color: rgb(140,169,21); }
div.DivClassName
{
background-color: #8CA915;
}
.BgClassName
{
background-color: #8CA915;
}
</style>
border-color css
<style>
span { border-color: #8CA915; }
span { border-color: rgb(140,169,21); }
td.TdClassName
{
border-color: #8CA915;
}
.TagClassName
{
border-color: #8CA915;
}
</style>