Shades of Limerick #8CAA1D
Tints of Limerick #8CAA1D
RGB
CMYK
RGB Variations
Color information
#8CAA1D (or 0x8CAA1D) is known color: Limerick. HEX triplet: 8C, AA and 1D. RGB value is (140,170,29). Sum of RGB (Red+Green+Blue) = 140+170+29=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA1D is #7355E2. Grayscale: #919191. Windows color (decimal): -7558627 or 1944204. OLE color: 1944204.
HSL color Cylindrical-coordinate representation of color #8CAA1D: hue angle of 72.77º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CAA1D is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 29 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.33 |
| HSL | 72.77º | 0.71% | 0.39% | - |
| HSV(B) | 72.77º | 0.83% | 0.67% | - |
| XYZ | 25.41 | 34.41 | 6.47 | - |
| YUV | 144.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 29 | 0.18 | 0 | 0.83 | 0.33 | 72.77 | 0.71 | 0.39 |
| Hex | 8C | AA | 1D | 12 | 0 | 53 | 21 | 49 | 47 | 27 |
| Octal | 214 | 252 | 35 | 22 | 0 | 123 | 41 | 111 | 107 | 47 |
| Binary | 10001100 | 10101010 | 11101 | 10010 | 0 | 1010011 | 100001 | 1001001 | 1000111 | 100111 |
Color Harmonies of #8CAA1D
Complementary color
Monochromatic Colors of #8CAA1D
Black with #8CAA1D
Text Example
Text Example
White with #8CAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA1D; }
p { color: rgb(140,170,29); }
H1.HeaderClassName
{
color: #8CAA1D;
}
.AnyTagClassName
{
color: #8CAA1D;
}
</style>
background-color css
<style>
a { background-color: #8CAA1D; }
a { background-color: rgb(140,170,29); }
div.DivClassName
{
background-color: #8CAA1D;
}
.BgClassName
{
background-color: #8CAA1D;
}
</style>
border-color css
<style>
span { border-color: #8CAA1D; }
span { border-color: rgb(140,170,29); }
td.TdClassName
{
border-color: #8CAA1D;
}
.TagClassName
{
border-color: #8CAA1D;
}
</style>