Shades of Limerick #8AAA19
Tints of Limerick #8AAA19
RGB
CMYK
RGB Variations
Color information
#8AAA19 (or 0x8AAA19) is known color: Limerick. HEX triplet: 8A, AA and 19. RGB value is (138,170,25). Sum of RGB (Red+Green+Blue) = 138+170+25=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA19 is #7555E6. Grayscale: #909090. Windows color (decimal): -7689703 or 1682058. OLE color: 1682058.
HSL color Cylindrical-coordinate representation of color #8AAA19: hue angle of 73.24º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AAA19 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 25 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.33 |
| HSL | 73.24º | 0.74% | 0.38% | - |
| HSV(B) | 73.24º | 0.85% | 0.67% | - |
| XYZ | 25.03 | 34.22 | 6.21 | - |
| YUV | 143.9 | 60.9 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 25 | 0.19 | 0 | 0.85 | 0.33 | 73.24 | 0.74 | 0.38 |
| Hex | 8A | AA | 19 | 13 | 0 | 55 | 21 | 49 | 4A | 26 |
| Octal | 212 | 252 | 31 | 23 | 0 | 125 | 41 | 111 | 112 | 46 |
| Binary | 10001010 | 10101010 | 11001 | 10011 | 0 | 1010101 | 100001 | 1001001 | 1001010 | 100110 |
Color Harmonies of #8AAA19
Complementary color
Monochromatic Colors of #8AAA19
Black with #8AAA19
Text Example
Text Example
White with #8AAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA19; }
p { color: rgb(138,170,25); }
H1.HeaderClassName
{
color: #8AAA19;
}
.AnyTagClassName
{
color: #8AAA19;
}
</style>
background-color css
<style>
a { background-color: #8AAA19; }
a { background-color: rgb(138,170,25); }
div.DivClassName
{
background-color: #8AAA19;
}
.BgClassName
{
background-color: #8AAA19;
}
</style>
border-color css
<style>
span { border-color: #8AAA19; }
span { border-color: rgb(138,170,25); }
td.TdClassName
{
border-color: #8AAA19;
}
.TagClassName
{
border-color: #8AAA19;
}
</style>