Shades of Limerick #8CAC3D
Tints of Limerick #8CAC3D
RGB
CMYK
RGB Variations
Color information
#8CAC3D (or 0x8CAC3D) is known color: Limerick. HEX triplet: 8C, AC and 3D. RGB value is (140,172,61). Sum of RGB (Red+Green+Blue) = 140+172+61=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC3D is #7353C2. Grayscale: #969696. Windows color (decimal): -7558083 or 4041868. OLE color: 4041868.
HSL color Cylindrical-coordinate representation of color #8CAC3D: hue angle of 77.3º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CAC3D is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 61 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.33 |
| HSL | 77.3º | 0.48% | 0.46% | - |
| HSV(B) | 77.3º | 0.65% | 0.67% | - |
| XYZ | 26.41 | 35.42 | 9.86 | - |
| YUV | 149.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 61 | 0.19 | 0 | 0.65 | 0.33 | 77.3 | 0.48 | 0.46 |
| Hex | 8C | AC | 3D | 13 | 0 | 41 | 21 | 4D | 30 | 2E |
| Octal | 214 | 254 | 75 | 23 | 0 | 101 | 41 | 115 | 60 | 56 |
| Binary | 10001100 | 10101100 | 111101 | 10011 | 0 | 1000001 | 100001 | 1001101 | 110000 | 101110 |
Color Harmonies of #8CAC3D
Complementary color
Monochromatic Colors of #8CAC3D
Black with #8CAC3D
Text Example
Text Example
White with #8CAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC3D; }
p { color: rgb(140,172,61); }
H1.HeaderClassName
{
color: #8CAC3D;
}
.AnyTagClassName
{
color: #8CAC3D;
}
</style>
background-color css
<style>
a { background-color: #8CAC3D; }
a { background-color: rgb(140,172,61); }
div.DivClassName
{
background-color: #8CAC3D;
}
.BgClassName
{
background-color: #8CAC3D;
}
</style>
border-color css
<style>
span { border-color: #8CAC3D; }
span { border-color: rgb(140,172,61); }
td.TdClassName
{
border-color: #8CAC3D;
}
.TagClassName
{
border-color: #8CAC3D;
}
</style>