Shades of Limerick #8CAB14
Tints of Limerick #8CAB14
RGB
CMYK
RGB Variations
Color information
#8CAB14 (or 0x8CAB14) is known color: Limerick. HEX triplet: 8C, AB and 14. RGB value is (140,171,20). Sum of RGB (Red+Green+Blue) = 140+171+20=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB14 is #7354EB. Grayscale: #919191. Windows color (decimal): -7558380 or 1354636. OLE color: 1354636.
HSL color Cylindrical-coordinate representation of color #8CAB14: hue angle of 72.32º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CAB14 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 20 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.33 |
| HSL | 72.32º | 0.79% | 0.37% | - |
| HSV(B) | 72.32º | 0.88% | 0.67% | - |
| XYZ | 25.5 | 34.75 | 6.03 | - |
| YUV | 144.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 20 | 0.18 | 0 | 0.88 | 0.33 | 72.32 | 0.79 | 0.37 |
| Hex | 8C | AB | 14 | 12 | 0 | 58 | 21 | 48 | 4F | 25 |
| Octal | 214 | 253 | 24 | 22 | 0 | 130 | 41 | 110 | 117 | 45 |
| Binary | 10001100 | 10101011 | 10100 | 10010 | 0 | 1011000 | 100001 | 1001000 | 1001111 | 100101 |
Color Harmonies of #8CAB14
Complementary color
Monochromatic Colors of #8CAB14
Black with #8CAB14
Text Example
Text Example
White with #8CAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB14; }
p { color: rgb(140,171,20); }
H1.HeaderClassName
{
color: #8CAB14;
}
.AnyTagClassName
{
color: #8CAB14;
}
</style>
background-color css
<style>
a { background-color: #8CAB14; }
a { background-color: rgb(140,171,20); }
div.DivClassName
{
background-color: #8CAB14;
}
.BgClassName
{
background-color: #8CAB14;
}
</style>
border-color css
<style>
span { border-color: #8CAB14; }
span { border-color: rgb(140,171,20); }
td.TdClassName
{
border-color: #8CAB14;
}
.TagClassName
{
border-color: #8CAB14;
}
</style>