Shades of Limerick #8CAB39
Tints of Limerick #8CAB39
RGB
CMYK
RGB Variations
Color information
#8CAB39 (or 0x8CAB39) is known color: Limerick. HEX triplet: 8C, AB and 39. RGB value is (140,171,57). Sum of RGB (Red+Green+Blue) = 140+171+57=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB39 is #7354C6. Grayscale: #959595. Windows color (decimal): -7558343 or 3779468. OLE color: 3779468.
HSL color Cylindrical-coordinate representation of color #8CAB39: hue angle of 76.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CAB39 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 57 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.33 |
| HSL | 76.32º | 0.5% | 0.45% | - |
| HSV(B) | 76.32º | 0.67% | 0.67% | - |
| XYZ | 26.12 | 35 | 9.25 | - |
| YUV | 148.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 57 | 0.18 | 0 | 0.67 | 0.33 | 76.32 | 0.5 | 0.45 |
| Hex | 8C | AB | 39 | 12 | 0 | 43 | 21 | 4C | 32 | 2D |
| Octal | 214 | 253 | 71 | 22 | 0 | 103 | 41 | 114 | 62 | 55 |
| Binary | 10001100 | 10101011 | 111001 | 10010 | 0 | 1000011 | 100001 | 1001100 | 110010 | 101101 |
Color Harmonies of #8CAB39
Complementary color
Monochromatic Colors of #8CAB39
Black with #8CAB39
Text Example
Text Example
White with #8CAB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB39; }
p { color: rgb(140,171,57); }
H1.HeaderClassName
{
color: #8CAB39;
}
.AnyTagClassName
{
color: #8CAB39;
}
</style>
background-color css
<style>
a { background-color: #8CAB39; }
a { background-color: rgb(140,171,57); }
div.DivClassName
{
background-color: #8CAB39;
}
.BgClassName
{
background-color: #8CAB39;
}
</style>
border-color css
<style>
span { border-color: #8CAB39; }
span { border-color: rgb(140,171,57); }
td.TdClassName
{
border-color: #8CAB39;
}
.TagClassName
{
border-color: #8CAB39;
}
</style>