Shades of Limerick #8CAA11
Tints of Limerick #8CAA11
RGB
CMYK
RGB Variations
Color information
#8CAA11 (or 0x8CAA11) is known color: Limerick. HEX triplet: 8C, AA and 11. RGB value is (140,170,17). Sum of RGB (Red+Green+Blue) = 140+170+17=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA11 is #7355EE. Grayscale: #909090. Windows color (decimal): -7558639 or 1157772. OLE color: 1157772.
HSL color Cylindrical-coordinate representation of color #8CAA11: hue angle of 71.76º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CAA11 is Cyan = 0.18, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 17 | - |
| CMYK | 0.18 | 0 | 0.9 | 0.33 |
| HSL | 71.76º | 0.82% | 0.37% | - |
| HSV(B) | 71.76º | 0.9% | 0.67% | - |
| XYZ | 25.29 | 34.37 | 5.83 | - |
| YUV | 143.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 17 | 0.18 | 0 | 0.9 | 0.33 | 71.76 | 0.82 | 0.37 |
| Hex | 8C | AA | 11 | 12 | 0 | 5A | 21 | 48 | 52 | 25 |
| Octal | 214 | 252 | 21 | 22 | 0 | 132 | 41 | 110 | 122 | 45 |
| Binary | 10001100 | 10101010 | 10001 | 10010 | 0 | 1011010 | 100001 | 1001000 | 1010010 | 100101 |
Color Harmonies of #8CAA11
Complementary color
Monochromatic Colors of #8CAA11
Black with #8CAA11
Text Example
Text Example
White with #8CAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA11; }
p { color: rgb(140,170,17); }
H1.HeaderClassName
{
color: #8CAA11;
}
.AnyTagClassName
{
color: #8CAA11;
}
</style>
background-color css
<style>
a { background-color: #8CAA11; }
a { background-color: rgb(140,170,17); }
div.DivClassName
{
background-color: #8CAA11;
}
.BgClassName
{
background-color: #8CAA11;
}
</style>
border-color css
<style>
span { border-color: #8CAA11; }
span { border-color: rgb(140,170,17); }
td.TdClassName
{
border-color: #8CAA11;
}
.TagClassName
{
border-color: #8CAA11;
}
</style>