Shades of Limerick #8CAA39
Tints of Limerick #8CAA39
RGB
CMYK
RGB Variations
Color information
#8CAA39 (or 0x8CAA39) is known color: Limerick. HEX triplet: 8C, AA and 39. RGB value is (140,170,57). Sum of RGB (Red+Green+Blue) = 140+170+57=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA39 is #7355C6. Grayscale: #949494. Windows color (decimal): -7558599 or 3779212. OLE color: 3779212.
HSL color Cylindrical-coordinate representation of color #8CAA39: hue angle of 75.93º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CAA39 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 57 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.33 |
| HSL | 75.93º | 0.5% | 0.45% | - |
| HSV(B) | 75.93º | 0.66% | 0.67% | - |
| XYZ | 25.93 | 34.62 | 9.19 | - |
| YUV | 148.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 57 | 0.18 | 0 | 0.66 | 0.33 | 75.93 | 0.5 | 0.45 |
| Hex | 8C | AA | 39 | 12 | 0 | 42 | 21 | 4C | 32 | 2D |
| Octal | 214 | 252 | 71 | 22 | 0 | 102 | 41 | 114 | 62 | 55 |
| Binary | 10001100 | 10101010 | 111001 | 10010 | 0 | 1000010 | 100001 | 1001100 | 110010 | 101101 |
Color Harmonies of #8CAA39
Complementary color
Monochromatic Colors of #8CAA39
Black with #8CAA39
Text Example
Text Example
White with #8CAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA39; }
p { color: rgb(140,170,57); }
H1.HeaderClassName
{
color: #8CAA39;
}
.AnyTagClassName
{
color: #8CAA39;
}
</style>
background-color css
<style>
a { background-color: #8CAA39; }
a { background-color: rgb(140,170,57); }
div.DivClassName
{
background-color: #8CAA39;
}
.BgClassName
{
background-color: #8CAA39;
}
</style>
border-color css
<style>
span { border-color: #8CAA39; }
span { border-color: rgb(140,170,57); }
td.TdClassName
{
border-color: #8CAA39;
}
.TagClassName
{
border-color: #8CAA39;
}
</style>