Shades of Limerick #8CAF3E
Tints of Limerick #8CAF3E
RGB
CMYK
RGB Variations
Color information
#8CAF3E (or 0x8CAF3E) is known color: Limerick. HEX triplet: 8C, AF and 3E. RGB value is (140,175,62). Sum of RGB (Red+Green+Blue) = 140+175+62=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF3E is #7350C1. Grayscale: #989898. Windows color (decimal): -7557314 or 4108172. OLE color: 4108172.
HSL color Cylindrical-coordinate representation of color #8CAF3E: hue angle of 78.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CAF3E is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 62 | - |
| CMYK | 0.2 | 0 | 0.65 | 0.31 |
| HSL | 78.58º | 0.48% | 0.46% | - |
| HSV(B) | 78.58º | 0.65% | 0.69% | - |
| XYZ | 27.01 | 36.58 | 10.19 | - |
| YUV | 151.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 62 | 0.2 | 0 | 0.65 | 0.31 | 78.58 | 0.48 | 0.46 |
| Hex | 8C | AF | 3E | 14 | 0 | 41 | 1F | 4F | 30 | 2E |
| Octal | 214 | 257 | 76 | 24 | 0 | 101 | 37 | 117 | 60 | 56 |
| Binary | 10001100 | 10101111 | 111110 | 10100 | 0 | 1000001 | 11111 | 1001111 | 110000 | 101110 |
Color Harmonies of #8CAF3E
Complementary color
Monochromatic Colors of #8CAF3E
Black with #8CAF3E
Text Example
Text Example
White with #8CAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF3E; }
p { color: rgb(140,175,62); }
H1.HeaderClassName
{
color: #8CAF3E;
}
.AnyTagClassName
{
color: #8CAF3E;
}
</style>
background-color css
<style>
a { background-color: #8CAF3E; }
a { background-color: rgb(140,175,62); }
div.DivClassName
{
background-color: #8CAF3E;
}
.BgClassName
{
background-color: #8CAF3E;
}
</style>
border-color css
<style>
span { border-color: #8CAF3E; }
span { border-color: rgb(140,175,62); }
td.TdClassName
{
border-color: #8CAF3E;
}
.TagClassName
{
border-color: #8CAF3E;
}
</style>