Shades of Limerick #8AAE16
Tints of Limerick #8AAE16
RGB
CMYK
RGB Variations
Color information
#8AAE16 (or 0x8AAE16) is known color: Limerick. HEX triplet: 8A, AE and 16. RGB value is (138,174,22). Sum of RGB (Red+Green+Blue) = 138+174+22=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE16 is #7551E9. Grayscale: #929292. Windows color (decimal): -7688682 or 1486474. OLE color: 1486474.
HSL color Cylindrical-coordinate representation of color #8AAE16: hue angle of 74.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AAE16 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 22 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.32 |
| HSL | 74.21º | 0.78% | 0.38% | - |
| HSV(B) | 74.21º | 0.87% | 0.68% | - |
| XYZ | 25.76 | 35.73 | 6.3 | - |
| YUV | 145.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 22 | 0.21 | 0 | 0.87 | 0.32 | 74.21 | 0.78 | 0.38 |
| Hex | 8A | AE | 16 | 15 | 0 | 57 | 20 | 4A | 4E | 26 |
| Octal | 212 | 256 | 26 | 25 | 0 | 127 | 40 | 112 | 116 | 46 |
| Binary | 10001010 | 10101110 | 10110 | 10101 | 0 | 1010111 | 100000 | 1001010 | 1001110 | 100110 |
Color Harmonies of #8AAE16
Complementary color
Monochromatic Colors of #8AAE16
Black with #8AAE16
Text Example
Text Example
White with #8AAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE16; }
p { color: rgb(138,174,22); }
H1.HeaderClassName
{
color: #8AAE16;
}
.AnyTagClassName
{
color: #8AAE16;
}
</style>
background-color css
<style>
a { background-color: #8AAE16; }
a { background-color: rgb(138,174,22); }
div.DivClassName
{
background-color: #8AAE16;
}
.BgClassName
{
background-color: #8AAE16;
}
</style>
border-color css
<style>
span { border-color: #8AAE16; }
span { border-color: rgb(138,174,22); }
td.TdClassName
{
border-color: #8AAE16;
}
.TagClassName
{
border-color: #8AAE16;
}
</style>