Shades of Limerick #8CAA2F
Tints of Limerick #8CAA2F
RGB
CMYK
RGB Variations
Color information
#8CAA2F (or 0x8CAA2F) is known color: Limerick. HEX triplet: 8C, AA and 2F. RGB value is (140,170,47). Sum of RGB (Red+Green+Blue) = 140+170+47=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA2F is #7355D0. Grayscale: #939393. Windows color (decimal): -7558609 or 3123852. OLE color: 3123852.
HSL color Cylindrical-coordinate representation of color #8CAA2F: hue angle of 74.63º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CAA2F is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 47 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.33 |
| HSL | 74.63º | 0.57% | 0.43% | - |
| HSV(B) | 74.63º | 0.72% | 0.67% | - |
| XYZ | 25.7 | 34.53 | 8 | - |
| YUV | 147.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 47 | 0.18 | 0 | 0.72 | 0.33 | 74.63 | 0.57 | 0.43 |
| Hex | 8C | AA | 2F | 12 | 0 | 48 | 21 | 4B | 39 | 2B |
| Octal | 214 | 252 | 57 | 22 | 0 | 110 | 41 | 113 | 71 | 53 |
| Binary | 10001100 | 10101010 | 101111 | 10010 | 0 | 1001000 | 100001 | 1001011 | 111001 | 101011 |
Color Harmonies of #8CAA2F
Complementary color
Monochromatic Colors of #8CAA2F
Black with #8CAA2F
Text Example
Text Example
White with #8CAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA2F; }
p { color: rgb(140,170,47); }
H1.HeaderClassName
{
color: #8CAA2F;
}
.AnyTagClassName
{
color: #8CAA2F;
}
</style>
background-color css
<style>
a { background-color: #8CAA2F; }
a { background-color: rgb(140,170,47); }
div.DivClassName
{
background-color: #8CAA2F;
}
.BgClassName
{
background-color: #8CAA2F;
}
</style>
border-color css
<style>
span { border-color: #8CAA2F; }
span { border-color: rgb(140,170,47); }
td.TdClassName
{
border-color: #8CAA2F;
}
.TagClassName
{
border-color: #8CAA2F;
}
</style>