Shades of Limerick #8CAA3F
Tints of Limerick #8CAA3F
RGB
CMYK
RGB Variations
Color information
#8CAA3F (or 0x8CAA3F) is known color: Limerick. HEX triplet: 8C, AA and 3F. RGB value is (140,170,63). Sum of RGB (Red+Green+Blue) = 140+170+63=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA3F is #7355C0. Grayscale: #959595. Windows color (decimal): -7558593 or 4172428. OLE color: 4172428.
HSL color Cylindrical-coordinate representation of color #8CAA3F: hue angle of 76.82º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CAA3F is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 63 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.33 |
| HSL | 76.82º | 0.46% | 0.46% | - |
| HSV(B) | 76.82º | 0.63% | 0.67% | - |
| XYZ | 26.09 | 34.68 | 10.02 | - |
| YUV | 148.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 63 | 0.18 | 0 | 0.63 | 0.33 | 76.82 | 0.46 | 0.46 |
| Hex | 8C | AA | 3F | 12 | 0 | 3F | 21 | 4D | 2E | 2E |
| Octal | 214 | 252 | 77 | 22 | 0 | 77 | 41 | 115 | 56 | 56 |
| Binary | 10001100 | 10101010 | 111111 | 10010 | 0 | 111111 | 100001 | 1001101 | 101110 | 101110 |
Color Harmonies of #8CAA3F
Complementary color
Monochromatic Colors of #8CAA3F
Black with #8CAA3F
Text Example
Text Example
White with #8CAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA3F; }
p { color: rgb(140,170,63); }
H1.HeaderClassName
{
color: #8CAA3F;
}
.AnyTagClassName
{
color: #8CAA3F;
}
</style>
background-color css
<style>
a { background-color: #8CAA3F; }
a { background-color: rgb(140,170,63); }
div.DivClassName
{
background-color: #8CAA3F;
}
.BgClassName
{
background-color: #8CAA3F;
}
</style>
border-color css
<style>
span { border-color: #8CAA3F; }
span { border-color: rgb(140,170,63); }
td.TdClassName
{
border-color: #8CAA3F;
}
.TagClassName
{
border-color: #8CAA3F;
}
</style>