Shades of Limerick #8CA819
Tints of Limerick #8CA819
RGB
CMYK
RGB Variations
Color information
#8CA819 (or 0x8CA819) is known color: Limerick. HEX triplet: 8C, A8 and 19. RGB value is (140,168,25). Sum of RGB (Red+Green+Blue) = 140+168+25=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA819 is #7357E6. Grayscale: #8F8F8F. Windows color (decimal): -7559143 or 1681548. OLE color: 1681548.
HSL color Cylindrical-coordinate representation of color #8CA819: hue angle of 71.75º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CA819 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 25 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.34 |
| HSL | 71.75º | 0.74% | 0.38% | - |
| HSV(B) | 71.75º | 0.85% | 0.66% | - |
| XYZ | 24.99 | 33.65 | 6.1 | - |
| YUV | 143.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 25 | 0.17 | 0 | 0.85 | 0.34 | 71.75 | 0.74 | 0.38 |
| Hex | 8C | A8 | 19 | 11 | 0 | 55 | 22 | 48 | 4A | 26 |
| Octal | 214 | 250 | 31 | 21 | 0 | 125 | 42 | 110 | 112 | 46 |
| Binary | 10001100 | 10101000 | 11001 | 10001 | 0 | 1010101 | 100010 | 1001000 | 1001010 | 100110 |
Color Harmonies of #8CA819
Complementary color
Monochromatic Colors of #8CA819
Black with #8CA819
Text Example
Text Example
White with #8CA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA819; }
p { color: rgb(140,168,25); }
H1.HeaderClassName
{
color: #8CA819;
}
.AnyTagClassName
{
color: #8CA819;
}
</style>
background-color css
<style>
a { background-color: #8CA819; }
a { background-color: rgb(140,168,25); }
div.DivClassName
{
background-color: #8CA819;
}
.BgClassName
{
background-color: #8CA819;
}
</style>
border-color css
<style>
span { border-color: #8CA819; }
span { border-color: rgb(140,168,25); }
td.TdClassName
{
border-color: #8CA819;
}
.TagClassName
{
border-color: #8CA819;
}
</style>