Shades of Limerick #8CAF1E
Tints of Limerick #8CAF1E
RGB
CMYK
RGB Variations
Color information
#8CAF1E (or 0x8CAF1E) is known color: Limerick. HEX triplet: 8C, AF and 1E. RGB value is (140,175,30). Sum of RGB (Red+Green+Blue) = 140+175+30=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF1E is #7350E1. Grayscale: #949494. Windows color (decimal): -7557346 or 2011020. OLE color: 2011020.
HSL color Cylindrical-coordinate representation of color #8CAF1E: hue angle of 74.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CAF1E is Cyan = 0.2, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 30 | - |
| CMYK | 0.2 | 0 | 0.83 | 0.31 |
| HSL | 74.48º | 0.71% | 0.4% | - |
| HSV(B) | 74.48º | 0.83% | 0.69% | - |
| XYZ | 26.38 | 36.33 | 6.85 | - |
| YUV | 148.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 30 | 0.2 | 0 | 0.83 | 0.31 | 74.48 | 0.71 | 0.4 |
| Hex | 8C | AF | 1E | 14 | 0 | 53 | 1F | 4A | 47 | 28 |
| Octal | 214 | 257 | 36 | 24 | 0 | 123 | 37 | 112 | 107 | 50 |
| Binary | 10001100 | 10101111 | 11110 | 10100 | 0 | 1010011 | 11111 | 1001010 | 1000111 | 101000 |
Color Harmonies of #8CAF1E
Complementary color
Monochromatic Colors of #8CAF1E
Black with #8CAF1E
Text Example
Text Example
White with #8CAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF1E; }
p { color: rgb(140,175,30); }
H1.HeaderClassName
{
color: #8CAF1E;
}
.AnyTagClassName
{
color: #8CAF1E;
}
</style>
background-color css
<style>
a { background-color: #8CAF1E; }
a { background-color: rgb(140,175,30); }
div.DivClassName
{
background-color: #8CAF1E;
}
.BgClassName
{
background-color: #8CAF1E;
}
</style>
border-color css
<style>
span { border-color: #8CAF1E; }
span { border-color: rgb(140,175,30); }
td.TdClassName
{
border-color: #8CAF1E;
}
.TagClassName
{
border-color: #8CAF1E;
}
</style>