Shades of Limerick #8CA933
Tints of Limerick #8CA933
RGB
CMYK
RGB Variations
Color information
#8CA933 (or 0x8CA933) is known color: Limerick. HEX triplet: 8C, A9 and 33. RGB value is (140,169,51). Sum of RGB (Red+Green+Blue) = 140+169+51=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA933 is #7356CC. Grayscale: #939393. Windows color (decimal): -7558861 or 3385740. OLE color: 3385740.
HSL color Cylindrical-coordinate representation of color #8CA933: hue angle of 74.75º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CA933 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 51 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.34 |
| HSL | 74.75º | 0.54% | 0.43% | - |
| HSV(B) | 74.75º | 0.7% | 0.66% | - |
| XYZ | 25.6 | 34.19 | 8.38 | - |
| YUV | 146.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 51 | 0.17 | 0 | 0.70 | 0.34 | 74.75 | 0.54 | 0.43 |
| Hex | 8C | A9 | 33 | 11 | 0 | 46 | 22 | 4B | 36 | 2B |
| Octal | 214 | 251 | 63 | 21 | 0 | 106 | 42 | 113 | 66 | 53 |
| Binary | 10001100 | 10101001 | 110011 | 10001 | 0 | 1000110 | 100010 | 1001011 | 110110 | 101011 |
Color Harmonies of #8CA933
Complementary color
Monochromatic Colors of #8CA933
Black with #8CA933
Text Example
Text Example
White with #8CA933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA933; }
p { color: rgb(140,169,51); }
H1.HeaderClassName
{
color: #8CA933;
}
.AnyTagClassName
{
color: #8CA933;
}
</style>
background-color css
<style>
a { background-color: #8CA933; }
a { background-color: rgb(140,169,51); }
div.DivClassName
{
background-color: #8CA933;
}
.BgClassName
{
background-color: #8CA933;
}
</style>
border-color css
<style>
span { border-color: #8CA933; }
span { border-color: rgb(140,169,51); }
td.TdClassName
{
border-color: #8CA933;
}
.TagClassName
{
border-color: #8CA933;
}
</style>