Shades of Limerick #8DAF1D
Tints of Limerick #8DAF1D
RGB
CMYK
RGB Variations
Color information
#8DAF1D (or 0x8DAF1D) is known color: Limerick. HEX triplet: 8D, AF and 1D. RGB value is (141,175,29). Sum of RGB (Red+Green+Blue) = 141+175+29=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF1D is #7250E2. Grayscale: #949494. Windows color (decimal): -7491811 or 1945485. OLE color: 1945485.
HSL color Cylindrical-coordinate representation of color #8DAF1D: hue angle of 73.97º 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 #8DAF1D is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 29 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.31 |
| HSL | 73.97º | 0.72% | 0.4% | - |
| HSV(B) | 73.97º | 0.83% | 0.69% | - |
| XYZ | 26.54 | 36.41 | 6.79 | - |
| YUV | 148.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 29 | 0.19 | 0 | 0.83 | 0.31 | 73.97 | 0.72 | 0.4 |
| Hex | 8D | AF | 1D | 13 | 0 | 53 | 1F | 4A | 48 | 28 |
| Octal | 215 | 257 | 35 | 23 | 0 | 123 | 37 | 112 | 110 | 50 |
| Binary | 10001101 | 10101111 | 11101 | 10011 | 0 | 1010011 | 11111 | 1001010 | 1001000 | 101000 |
Color Harmonies of #8DAF1D
Complementary color
Monochromatic Colors of #8DAF1D
Black with #8DAF1D
Text Example
Text Example
White with #8DAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF1D; }
p { color: rgb(141,175,29); }
H1.HeaderClassName
{
color: #8DAF1D;
}
.AnyTagClassName
{
color: #8DAF1D;
}
</style>
background-color css
<style>
a { background-color: #8DAF1D; }
a { background-color: rgb(141,175,29); }
div.DivClassName
{
background-color: #8DAF1D;
}
.BgClassName
{
background-color: #8DAF1D;
}
</style>
border-color css
<style>
span { border-color: #8DAF1D; }
span { border-color: rgb(141,175,29); }
td.TdClassName
{
border-color: #8DAF1D;
}
.TagClassName
{
border-color: #8DAF1D;
}
</style>