Shades of Limerick #8AAC11
Tints of Limerick #8AAC11
RGB
CMYK
RGB Variations
Color information
#8AAC11 (or 0x8AAC11) is known color: Limerick. HEX triplet: 8A, AC and 11. RGB value is (138,172,17). Sum of RGB (Red+Green+Blue) = 138+172+17=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC11 is #7553EE. Grayscale: #909090. Windows color (decimal): -7689199 or 1158282. OLE color: 1158282.
HSL color Cylindrical-coordinate representation of color #8AAC11: hue angle of 73.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AAC11 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 17 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.33 |
| HSL | 73.16º | 0.82% | 0.37% | - |
| HSV(B) | 73.16º | 0.9% | 0.67% | - |
| XYZ | 25.33 | 34.95 | 5.94 | - |
| YUV | 144.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 17 | 0.20 | 0 | 0.90 | 0.33 | 73.16 | 0.82 | 0.37 |
| Hex | 8A | AC | 11 | 14 | 0 | 5A | 21 | 49 | 52 | 25 |
| Octal | 212 | 254 | 21 | 24 | 0 | 132 | 41 | 111 | 122 | 45 |
| Binary | 10001010 | 10101100 | 10001 | 10100 | 0 | 1011010 | 100001 | 1001001 | 1010010 | 100101 |
Color Harmonies of #8AAC11
Complementary color
Monochromatic Colors of #8AAC11
Black with #8AAC11
Text Example
Text Example
White with #8AAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC11; }
p { color: rgb(138,172,17); }
H1.HeaderClassName
{
color: #8AAC11;
}
.AnyTagClassName
{
color: #8AAC11;
}
</style>
background-color css
<style>
a { background-color: #8AAC11; }
a { background-color: rgb(138,172,17); }
div.DivClassName
{
background-color: #8AAC11;
}
.BgClassName
{
background-color: #8AAC11;
}
</style>
border-color css
<style>
span { border-color: #8AAC11; }
span { border-color: rgb(138,172,17); }
td.TdClassName
{
border-color: #8AAC11;
}
.TagClassName
{
border-color: #8AAC11;
}
</style>