Shades of Limerick #8CAA2E
Tints of Limerick #8CAA2E
RGB
CMYK
RGB Variations
Color information
#8CAA2E (or 0x8CAA2E) is known color: Limerick. HEX triplet: 8C, AA and 2E. RGB value is (140,170,46). Sum of RGB (Red+Green+Blue) = 140+170+46=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA2E is #7355D1. Grayscale: #939393. Windows color (decimal): -7558610 or 3058316. OLE color: 3058316.
HSL color Cylindrical-coordinate representation of color #8CAA2E: hue angle of 74.52º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CAA2E is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 46 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.33 |
| HSL | 74.52º | 0.57% | 0.42% | - |
| HSV(B) | 74.52º | 0.73% | 0.67% | - |
| XYZ | 25.68 | 34.52 | 7.89 | - |
| YUV | 146.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 46 | 0.18 | 0 | 0.73 | 0.33 | 74.52 | 0.57 | 0.42 |
| Hex | 8C | AA | 2E | 12 | 0 | 49 | 21 | 4B | 39 | 2A |
| Octal | 214 | 252 | 56 | 22 | 0 | 111 | 41 | 113 | 71 | 52 |
| Binary | 10001100 | 10101010 | 101110 | 10010 | 0 | 1001001 | 100001 | 1001011 | 111001 | 101010 |
Color Harmonies of #8CAA2E
Complementary color
Monochromatic Colors of #8CAA2E
Black with #8CAA2E
Text Example
Text Example
White with #8CAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA2E; }
p { color: rgb(140,170,46); }
H1.HeaderClassName
{
color: #8CAA2E;
}
.AnyTagClassName
{
color: #8CAA2E;
}
</style>
background-color css
<style>
a { background-color: #8CAA2E; }
a { background-color: rgb(140,170,46); }
div.DivClassName
{
background-color: #8CAA2E;
}
.BgClassName
{
background-color: #8CAA2E;
}
</style>
border-color css
<style>
span { border-color: #8CAA2E; }
span { border-color: rgb(140,170,46); }
td.TdClassName
{
border-color: #8CAA2E;
}
.TagClassName
{
border-color: #8CAA2E;
}
</style>