Shades of Limerick #8CAF1D
Tints of Limerick #8CAF1D
RGB
CMYK
RGB Variations
Color information
#8CAF1D (or 0x8CAF1D) is known color: Limerick. HEX triplet: 8C, AF and 1D. RGB value is (140,175,29). Sum of RGB (Red+Green+Blue) = 140+175+29=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF1D is #7350E2. Grayscale: #949494. Windows color (decimal): -7557347 or 1945484. OLE color: 1945484.
HSL color Cylindrical-coordinate representation of color #8CAF1D: hue angle of 74.38º degrees, saturation: 0.72, 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 #8CAF1D is Cyan = 0.2, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 29 | - |
| CMYK | 0.2 | 0 | 0.83 | 0.31 |
| HSL | 74.38º | 0.72% | 0.4% | - |
| HSV(B) | 74.38º | 0.83% | 0.69% | - |
| XYZ | 26.37 | 36.32 | 6.78 | - |
| YUV | 147.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 29 | 0.2 | 0 | 0.83 | 0.31 | 74.38 | 0.72 | 0.4 |
| Hex | 8C | AF | 1D | 14 | 0 | 53 | 1F | 4A | 48 | 28 |
| Octal | 214 | 257 | 35 | 24 | 0 | 123 | 37 | 112 | 110 | 50 |
| Binary | 10001100 | 10101111 | 11101 | 10100 | 0 | 1010011 | 11111 | 1001010 | 1001000 | 101000 |
Color Harmonies of #8CAF1D
Complementary color
Monochromatic Colors of #8CAF1D
Black with #8CAF1D
Text Example
Text Example
White with #8CAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF1D; }
p { color: rgb(140,175,29); }
H1.HeaderClassName
{
color: #8CAF1D;
}
.AnyTagClassName
{
color: #8CAF1D;
}
</style>
background-color css
<style>
a { background-color: #8CAF1D; }
a { background-color: rgb(140,175,29); }
div.DivClassName
{
background-color: #8CAF1D;
}
.BgClassName
{
background-color: #8CAF1D;
}
</style>
border-color css
<style>
span { border-color: #8CAF1D; }
span { border-color: rgb(140,175,29); }
td.TdClassName
{
border-color: #8CAF1D;
}
.TagClassName
{
border-color: #8CAF1D;
}
</style>