Shades of Limerick #8CAA37
Tints of Limerick #8CAA37
RGB
CMYK
RGB Variations
Color information
#8CAA37 (or 0x8CAA37) is known color: Limerick. HEX triplet: 8C, AA and 37. RGB value is (140,170,55). Sum of RGB (Red+Green+Blue) = 140+170+55=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA37 is #7355C8. Grayscale: #949494. Windows color (decimal): -7558601 or 3648140. OLE color: 3648140.
HSL color Cylindrical-coordinate representation of color #8CAA37: hue angle of 75.65º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CAA37 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 55 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.33 |
| HSL | 75.65º | 0.51% | 0.44% | - |
| HSV(B) | 75.65º | 0.68% | 0.67% | - |
| XYZ | 25.88 | 34.6 | 8.93 | - |
| YUV | 147.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 55 | 0.18 | 0 | 0.68 | 0.33 | 75.65 | 0.51 | 0.44 |
| Hex | 8C | AA | 37 | 12 | 0 | 44 | 21 | 4C | 33 | 2C |
| Octal | 214 | 252 | 67 | 22 | 0 | 104 | 41 | 114 | 63 | 54 |
| Binary | 10001100 | 10101010 | 110111 | 10010 | 0 | 1000100 | 100001 | 1001100 | 110011 | 101100 |
Color Harmonies of #8CAA37
Complementary color
Monochromatic Colors of #8CAA37
Black with #8CAA37
Text Example
Text Example
White with #8CAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA37; }
p { color: rgb(140,170,55); }
H1.HeaderClassName
{
color: #8CAA37;
}
.AnyTagClassName
{
color: #8CAA37;
}
</style>
background-color css
<style>
a { background-color: #8CAA37; }
a { background-color: rgb(140,170,55); }
div.DivClassName
{
background-color: #8CAA37;
}
.BgClassName
{
background-color: #8CAA37;
}
</style>
border-color css
<style>
span { border-color: #8CAA37; }
span { border-color: rgb(140,170,55); }
td.TdClassName
{
border-color: #8CAA37;
}
.TagClassName
{
border-color: #8CAA37;
}
</style>