Shades of Limerick #8CAA34
Tints of Limerick #8CAA34
RGB
CMYK
RGB Variations
Color information
#8CAA34 (or 0x8CAA34) is known color: Limerick. HEX triplet: 8C, AA and 34. RGB value is (140,170,52). Sum of RGB (Red+Green+Blue) = 140+170+52=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA34 is #7355CB. Grayscale: #949494. Windows color (decimal): -7558604 or 3451532. OLE color: 3451532.
HSL color Cylindrical-coordinate representation of color #8CAA34: hue angle of 75.25º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CAA34 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 52 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.33 |
| HSL | 75.25º | 0.53% | 0.44% | - |
| HSV(B) | 75.25º | 0.69% | 0.67% | - |
| XYZ | 25.81 | 34.57 | 8.56 | - |
| YUV | 147.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 52 | 0.18 | 0 | 0.69 | 0.33 | 75.25 | 0.53 | 0.44 |
| Hex | 8C | AA | 34 | 12 | 0 | 45 | 21 | 4B | 35 | 2C |
| Octal | 214 | 252 | 64 | 22 | 0 | 105 | 41 | 113 | 65 | 54 |
| Binary | 10001100 | 10101010 | 110100 | 10010 | 0 | 1000101 | 100001 | 1001011 | 110101 | 101100 |
Color Harmonies of #8CAA34
Complementary color
Monochromatic Colors of #8CAA34
Black with #8CAA34
Text Example
Text Example
White with #8CAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA34; }
p { color: rgb(140,170,52); }
H1.HeaderClassName
{
color: #8CAA34;
}
.AnyTagClassName
{
color: #8CAA34;
}
</style>
background-color css
<style>
a { background-color: #8CAA34; }
a { background-color: rgb(140,170,52); }
div.DivClassName
{
background-color: #8CAA34;
}
.BgClassName
{
background-color: #8CAA34;
}
</style>
border-color css
<style>
span { border-color: #8CAA34; }
span { border-color: rgb(140,170,52); }
td.TdClassName
{
border-color: #8CAA34;
}
.TagClassName
{
border-color: #8CAA34;
}
</style>