Shades of Limerick #8CAA16
Tints of Limerick #8CAA16
RGB
CMYK
RGB Variations
Color information
#8CAA16 (or 0x8CAA16) is known color: Limerick. HEX triplet: 8C, AA and 16. RGB value is (140,170,22). Sum of RGB (Red+Green+Blue) = 140+170+22=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA16 is #7355E9. Grayscale: #909090. Windows color (decimal): -7558634 or 1485452. OLE color: 1485452.
HSL color Cylindrical-coordinate representation of color #8CAA16: hue angle of 72.16º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CAA16 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 22 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.33 |
| HSL | 72.16º | 0.77% | 0.38% | - |
| HSV(B) | 72.16º | 0.87% | 0.67% | - |
| XYZ | 25.33 | 34.38 | 6.06 | - |
| YUV | 144.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 22 | 0.18 | 0 | 0.87 | 0.33 | 72.16 | 0.77 | 0.38 |
| Hex | 8C | AA | 16 | 12 | 0 | 57 | 21 | 48 | 4D | 26 |
| Octal | 214 | 252 | 26 | 22 | 0 | 127 | 41 | 110 | 115 | 46 |
| Binary | 10001100 | 10101010 | 10110 | 10010 | 0 | 1010111 | 100001 | 1001000 | 1001101 | 100110 |
Color Harmonies of #8CAA16
Complementary color
Monochromatic Colors of #8CAA16
Black with #8CAA16
Text Example
Text Example
White with #8CAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA16; }
p { color: rgb(140,170,22); }
H1.HeaderClassName
{
color: #8CAA16;
}
.AnyTagClassName
{
color: #8CAA16;
}
</style>
background-color css
<style>
a { background-color: #8CAA16; }
a { background-color: rgb(140,170,22); }
div.DivClassName
{
background-color: #8CAA16;
}
.BgClassName
{
background-color: #8CAA16;
}
</style>
border-color css
<style>
span { border-color: #8CAA16; }
span { border-color: rgb(140,170,22); }
td.TdClassName
{
border-color: #8CAA16;
}
.TagClassName
{
border-color: #8CAA16;
}
</style>