Shades of Limerick #8CA935
Tints of Limerick #8CA935
RGB
CMYK
RGB Variations
Color information
#8CA935 (or 0x8CA935) is known color: Limerick. HEX triplet: 8C, A9 and 35. RGB value is (140,169,53). Sum of RGB (Red+Green+Blue) = 140+169+53=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA935 is #7356CA. Grayscale: #939393. Windows color (decimal): -7558859 or 3516812. OLE color: 3516812.
HSL color Cylindrical-coordinate representation of color #8CA935: hue angle of 75º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CA935 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 53 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.34 |
| HSL | 75º | 0.52% | 0.44% | - |
| HSV(B) | 75º | 0.69% | 0.66% | - |
| XYZ | 25.65 | 34.21 | 8.62 | - |
| YUV | 147.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 53 | 0.17 | 0 | 0.69 | 0.34 | 75 | 0.52 | 0.44 |
| Hex | 8C | A9 | 35 | 11 | 0 | 45 | 22 | 4B | 34 | 2C |
| Octal | 214 | 251 | 65 | 21 | 0 | 105 | 42 | 113 | 64 | 54 |
| Binary | 10001100 | 10101001 | 110101 | 10001 | 0 | 1000101 | 100010 | 1001011 | 110100 | 101100 |
Color Harmonies of #8CA935
Complementary color
Monochromatic Colors of #8CA935
Black with #8CA935
Text Example
Text Example
White with #8CA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA935; }
p { color: rgb(140,169,53); }
H1.HeaderClassName
{
color: #8CA935;
}
.AnyTagClassName
{
color: #8CA935;
}
</style>
background-color css
<style>
a { background-color: #8CA935; }
a { background-color: rgb(140,169,53); }
div.DivClassName
{
background-color: #8CA935;
}
.BgClassName
{
background-color: #8CA935;
}
</style>
border-color css
<style>
span { border-color: #8CA935; }
span { border-color: rgb(140,169,53); }
td.TdClassName
{
border-color: #8CA935;
}
.TagClassName
{
border-color: #8CA935;
}
</style>