Shades of Limerick #8AAA15
Tints of Limerick #8AAA15
RGB
CMYK
RGB Variations
Color information
#8AAA15 (or 0x8AAA15) is known color: Limerick. HEX triplet: 8A, AA and 15. RGB value is (138,170,21). Sum of RGB (Red+Green+Blue) = 138+170+21=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA15 is #7555EA. Grayscale: #909090. Windows color (decimal): -7689707 or 1419914. OLE color: 1419914.
HSL color Cylindrical-coordinate representation of color #8AAA15: hue angle of 72.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AAA15 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 21 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.33 |
| HSL | 72.89º | 0.78% | 0.37% | - |
| HSV(B) | 72.89º | 0.88% | 0.67% | - |
| XYZ | 24.99 | 34.21 | 5.99 | - |
| YUV | 143.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 21 | 0.19 | 0 | 0.88 | 0.33 | 72.89 | 0.78 | 0.37 |
| Hex | 8A | AA | 15 | 13 | 0 | 58 | 21 | 49 | 4E | 25 |
| Octal | 212 | 252 | 25 | 23 | 0 | 130 | 41 | 111 | 116 | 45 |
| Binary | 10001010 | 10101010 | 10101 | 10011 | 0 | 1011000 | 100001 | 1001001 | 1001110 | 100101 |
Color Harmonies of #8AAA15
Complementary color
Monochromatic Colors of #8AAA15
Black with #8AAA15
Text Example
Text Example
White with #8AAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA15; }
p { color: rgb(138,170,21); }
H1.HeaderClassName
{
color: #8AAA15;
}
.AnyTagClassName
{
color: #8AAA15;
}
</style>
background-color css
<style>
a { background-color: #8AAA15; }
a { background-color: rgb(138,170,21); }
div.DivClassName
{
background-color: #8AAA15;
}
.BgClassName
{
background-color: #8AAA15;
}
</style>
border-color css
<style>
span { border-color: #8AAA15; }
span { border-color: rgb(138,170,21); }
td.TdClassName
{
border-color: #8AAA15;
}
.TagClassName
{
border-color: #8AAA15;
}
</style>