Shades of Limerick #8CAA19
Tints of Limerick #8CAA19
RGB
CMYK
RGB Variations
Color information
#8CAA19 (or 0x8CAA19) is known color: Limerick. HEX triplet: 8C, AA and 19. RGB value is (140,170,25). Sum of RGB (Red+Green+Blue) = 140+170+25=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA19 is #7355E6. Grayscale: #919191. Windows color (decimal): -7558631 or 1682060. OLE color: 1682060.
HSL color Cylindrical-coordinate representation of color #8CAA19: hue angle of 72.41º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CAA19 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 25 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.33 |
| HSL | 72.41º | 0.74% | 0.38% | - |
| HSV(B) | 72.41º | 0.85% | 0.67% | - |
| XYZ | 25.37 | 34.4 | 6.22 | - |
| YUV | 144.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 25 | 0.18 | 0 | 0.85 | 0.33 | 72.41 | 0.74 | 0.38 |
| Hex | 8C | AA | 19 | 12 | 0 | 55 | 21 | 48 | 4A | 26 |
| Octal | 214 | 252 | 31 | 22 | 0 | 125 | 41 | 110 | 112 | 46 |
| Binary | 10001100 | 10101010 | 11001 | 10010 | 0 | 1010101 | 100001 | 1001000 | 1001010 | 100110 |
Color Harmonies of #8CAA19
Complementary color
Monochromatic Colors of #8CAA19
Black with #8CAA19
Text Example
Text Example
White with #8CAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA19; }
p { color: rgb(140,170,25); }
H1.HeaderClassName
{
color: #8CAA19;
}
.AnyTagClassName
{
color: #8CAA19;
}
</style>
background-color css
<style>
a { background-color: #8CAA19; }
a { background-color: rgb(140,170,25); }
div.DivClassName
{
background-color: #8CAA19;
}
.BgClassName
{
background-color: #8CAA19;
}
</style>
border-color css
<style>
span { border-color: #8CAA19; }
span { border-color: rgb(140,170,25); }
td.TdClassName
{
border-color: #8CAA19;
}
.TagClassName
{
border-color: #8CAA19;
}
</style>