Shades of Limerick #8CA722
Tints of Limerick #8CA722
RGB
CMYK
RGB Variations
Color information
#8CA722 (or 0x8CA722) is known color: Limerick. HEX triplet: 8C, A7 and 22. RGB value is (140,167,34). Sum of RGB (Red+Green+Blue) = 140+167+34=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA722 is #7358DD. Grayscale: #909090. Windows color (decimal): -7559390 or 2271116. OLE color: 2271116.
HSL color Cylindrical-coordinate representation of color #8CA722: hue angle of 72.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CA722 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 34 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.35 |
| HSL | 72.18º | 0.66% | 0.39% | - |
| HSV(B) | 72.18º | 0.8% | 0.65% | - |
| XYZ | 24.92 | 33.33 | 6.63 | - |
| YUV | 143.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 34 | 0.16 | 0 | 0.80 | 0.35 | 72.18 | 0.66 | 0.39 |
| Hex | 8C | A7 | 22 | 10 | 0 | 50 | 23 | 48 | 42 | 27 |
| Octal | 214 | 247 | 42 | 20 | 0 | 120 | 43 | 110 | 102 | 47 |
| Binary | 10001100 | 10100111 | 100010 | 10000 | 0 | 1010000 | 100011 | 1001000 | 1000010 | 100111 |
Color Harmonies of #8CA722
Complementary color
Monochromatic Colors of #8CA722
Black with #8CA722
Text Example
Text Example
White with #8CA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA722; }
p { color: rgb(140,167,34); }
H1.HeaderClassName
{
color: #8CA722;
}
.AnyTagClassName
{
color: #8CA722;
}
</style>
background-color css
<style>
a { background-color: #8CA722; }
a { background-color: rgb(140,167,34); }
div.DivClassName
{
background-color: #8CA722;
}
.BgClassName
{
background-color: #8CA722;
}
</style>
border-color css
<style>
span { border-color: #8CA722; }
span { border-color: rgb(140,167,34); }
td.TdClassName
{
border-color: #8CA722;
}
.TagClassName
{
border-color: #8CA722;
}
</style>