Shades of Limerick #8AAA16
Tints of Limerick #8AAA16
RGB
CMYK
RGB Variations
Color information
#8AAA16 (or 0x8AAA16) is known color: Limerick. HEX triplet: 8A, AA and 16. RGB value is (138,170,22). Sum of RGB (Red+Green+Blue) = 138+170+22=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA16 is #7555E9. Grayscale: #909090. Windows color (decimal): -7689706 or 1485450. OLE color: 1485450.
HSL color Cylindrical-coordinate representation of color #8AAA16: hue angle of 72.97º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AAA16 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 22 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.33 |
| HSL | 72.97º | 0.77% | 0.38% | - |
| HSV(B) | 72.97º | 0.87% | 0.67% | - |
| XYZ | 25 | 34.21 | 6.04 | - |
| YUV | 143.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 22 | 0.19 | 0 | 0.87 | 0.33 | 72.97 | 0.77 | 0.38 |
| Hex | 8A | AA | 16 | 13 | 0 | 57 | 21 | 49 | 4D | 26 |
| Octal | 212 | 252 | 26 | 23 | 0 | 127 | 41 | 111 | 115 | 46 |
| Binary | 10001010 | 10101010 | 10110 | 10011 | 0 | 1010111 | 100001 | 1001001 | 1001101 | 100110 |
Color Harmonies of #8AAA16
Complementary color
Monochromatic Colors of #8AAA16
Black with #8AAA16
Text Example
Text Example
White with #8AAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA16; }
p { color: rgb(138,170,22); }
H1.HeaderClassName
{
color: #8AAA16;
}
.AnyTagClassName
{
color: #8AAA16;
}
</style>
background-color css
<style>
a { background-color: #8AAA16; }
a { background-color: rgb(138,170,22); }
div.DivClassName
{
background-color: #8AAA16;
}
.BgClassName
{
background-color: #8AAA16;
}
</style>
border-color css
<style>
span { border-color: #8AAA16; }
span { border-color: rgb(138,170,22); }
td.TdClassName
{
border-color: #8AAA16;
}
.TagClassName
{
border-color: #8AAA16;
}
</style>