Shades of Limerick #8CAF2E
Tints of Limerick #8CAF2E
RGB
CMYK
RGB Variations
Color information
#8CAF2E (or 0x8CAF2E) is known color: Limerick. HEX triplet: 8C, AF and 2E. RGB value is (140,175,46). Sum of RGB (Red+Green+Blue) = 140+175+46=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF2E is #7350D1. Grayscale: #969696. Windows color (decimal): -7557330 or 3059596. OLE color: 3059596.
HSL color Cylindrical-coordinate representation of color #8CAF2E: hue angle of 76.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CAF2E is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 46 | - |
| CMYK | 0.2 | 0 | 0.74 | 0.31 |
| HSL | 76.28º | 0.58% | 0.43% | - |
| HSV(B) | 76.28º | 0.74% | 0.69% | - |
| XYZ | 26.64 | 36.43 | 8.21 | - |
| YUV | 149.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 46 | 0.2 | 0 | 0.74 | 0.31 | 76.28 | 0.58 | 0.43 |
| Hex | 8C | AF | 2E | 14 | 0 | 4A | 1F | 4C | 3A | 2B |
| Octal | 214 | 257 | 56 | 24 | 0 | 112 | 37 | 114 | 72 | 53 |
| Binary | 10001100 | 10101111 | 101110 | 10100 | 0 | 1001010 | 11111 | 1001100 | 111010 | 101011 |
Color Harmonies of #8CAF2E
Complementary color
Monochromatic Colors of #8CAF2E
Black with #8CAF2E
Text Example
Text Example
White with #8CAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF2E; }
p { color: rgb(140,175,46); }
H1.HeaderClassName
{
color: #8CAF2E;
}
.AnyTagClassName
{
color: #8CAF2E;
}
</style>
background-color css
<style>
a { background-color: #8CAF2E; }
a { background-color: rgb(140,175,46); }
div.DivClassName
{
background-color: #8CAF2E;
}
.BgClassName
{
background-color: #8CAF2E;
}
</style>
border-color css
<style>
span { border-color: #8CAF2E; }
span { border-color: rgb(140,175,46); }
td.TdClassName
{
border-color: #8CAF2E;
}
.TagClassName
{
border-color: #8CAF2E;
}
</style>