Shades of Limerick #8DAA1B
Tints of Limerick #8DAA1B
RGB
CMYK
RGB Variations
Color information
#8DAA1B (or 0x8DAA1B) is known color: Limerick. HEX triplet: 8D, AA and 1B. RGB value is (141,170,27). Sum of RGB (Red+Green+Blue) = 141+170+27=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAA1B is #7255E4. Grayscale: #919191. Windows color (decimal): -7493093 or 1813133. OLE color: 1813133.
HSL color Cylindrical-coordinate representation of color #8DAA1B: hue angle of 72.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DAA1B is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 27 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.33 |
| HSL | 72.17º | 0.73% | 0.39% | - |
| HSV(B) | 72.17º | 0.84% | 0.67% | - |
| XYZ | 25.56 | 34.49 | 6.35 | - |
| YUV | 145.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 27 | 0.17 | 0 | 0.84 | 0.33 | 72.17 | 0.73 | 0.39 |
| Hex | 8D | AA | 1B | 11 | 0 | 54 | 21 | 48 | 49 | 27 |
| Octal | 215 | 252 | 33 | 21 | 0 | 124 | 41 | 110 | 111 | 47 |
| Binary | 10001101 | 10101010 | 11011 | 10001 | 0 | 1010100 | 100001 | 1001000 | 1001001 | 100111 |
Color Harmonies of #8DAA1B
Complementary color
Monochromatic Colors of #8DAA1B
Black with #8DAA1B
Text Example
Text Example
White with #8DAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA1B; }
p { color: rgb(141,170,27); }
H1.HeaderClassName
{
color: #8DAA1B;
}
.AnyTagClassName
{
color: #8DAA1B;
}
</style>
background-color css
<style>
a { background-color: #8DAA1B; }
a { background-color: rgb(141,170,27); }
div.DivClassName
{
background-color: #8DAA1B;
}
.BgClassName
{
background-color: #8DAA1B;
}
</style>
border-color css
<style>
span { border-color: #8DAA1B; }
span { border-color: rgb(141,170,27); }
td.TdClassName
{
border-color: #8DAA1B;
}
.TagClassName
{
border-color: #8DAA1B;
}
</style>