Shades of Limerick #8CA83F
Tints of Limerick #8CA83F
RGB
CMYK
RGB Variations
Color information
#8CA83F (or 0x8CA83F) is known color: Limerick. HEX triplet: 8C, A8 and 3F. RGB value is (140,168,63). Sum of RGB (Red+Green+Blue) = 140+168+63=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA83F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA83F is #7357C0. Grayscale: #949494. Windows color (decimal): -7559105 or 4171916. OLE color: 4171916.
HSL color Cylindrical-coordinate representation of color #8CA83F: hue angle of 76º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CA83F is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 63 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.34 |
| HSL | 76º | 0.45% | 0.45% | - |
| HSV(B) | 76º | 0.63% | 0.66% | - |
| XYZ | 25.72 | 33.94 | 9.9 | - |
| YUV | 147.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 63 | 0.17 | 0 | 0.63 | 0.34 | 76 | 0.45 | 0.45 |
| Hex | 8C | A8 | 3F | 11 | 0 | 3F | 22 | 4C | 2D | 2D |
| Octal | 214 | 250 | 77 | 21 | 0 | 77 | 42 | 114 | 55 | 55 |
| Binary | 10001100 | 10101000 | 111111 | 10001 | 0 | 111111 | 100010 | 1001100 | 101101 | 101101 |
Color Harmonies of #8CA83F
Complementary color
Monochromatic Colors of #8CA83F
Black with #8CA83F
Text Example
Text Example
White with #8CA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA83F; }
p { color: rgb(140,168,63); }
H1.HeaderClassName
{
color: #8CA83F;
}
.AnyTagClassName
{
color: #8CA83F;
}
</style>
background-color css
<style>
a { background-color: #8CA83F; }
a { background-color: rgb(140,168,63); }
div.DivClassName
{
background-color: #8CA83F;
}
.BgClassName
{
background-color: #8CA83F;
}
</style>
border-color css
<style>
span { border-color: #8CA83F; }
span { border-color: rgb(140,168,63); }
td.TdClassName
{
border-color: #8CA83F;
}
.TagClassName
{
border-color: #8CA83F;
}
</style>