Shades of Limerick #8AAA18
Tints of Limerick #8AAA18
RGB
CMYK
RGB Variations
Color information
#8AAA18 (or 0x8AAA18) is known color: Limerick. HEX triplet: 8A, AA and 18. RGB value is (138,170,24). Sum of RGB (Red+Green+Blue) = 138+170+24=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA18 is #7555E7. Grayscale: #909090. Windows color (decimal): -7689704 or 1616522. OLE color: 1616522.
HSL color Cylindrical-coordinate representation of color #8AAA18: hue angle of 73.15º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AAA18 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 24 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.33 |
| HSL | 73.15º | 0.75% | 0.38% | - |
| HSV(B) | 73.15º | 0.86% | 0.67% | - |
| XYZ | 25.02 | 34.22 | 6.15 | - |
| YUV | 143.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 24 | 0.19 | 0 | 0.86 | 0.33 | 73.15 | 0.75 | 0.38 |
| Hex | 8A | AA | 18 | 13 | 0 | 56 | 21 | 49 | 4B | 26 |
| Octal | 212 | 252 | 30 | 23 | 0 | 126 | 41 | 111 | 113 | 46 |
| Binary | 10001010 | 10101010 | 11000 | 10011 | 0 | 1010110 | 100001 | 1001001 | 1001011 | 100110 |
Color Harmonies of #8AAA18
Complementary color
Monochromatic Colors of #8AAA18
Black with #8AAA18
Text Example
Text Example
White with #8AAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA18; }
p { color: rgb(138,170,24); }
H1.HeaderClassName
{
color: #8AAA18;
}
.AnyTagClassName
{
color: #8AAA18;
}
</style>
background-color css
<style>
a { background-color: #8AAA18; }
a { background-color: rgb(138,170,24); }
div.DivClassName
{
background-color: #8AAA18;
}
.BgClassName
{
background-color: #8AAA18;
}
</style>
border-color css
<style>
span { border-color: #8AAA18; }
span { border-color: rgb(138,170,24); }
td.TdClassName
{
border-color: #8AAA18;
}
.TagClassName
{
border-color: #8AAA18;
}
</style>