Shades of Limerick #8AAA1C
Tints of Limerick #8AAA1C
RGB
CMYK
RGB Variations
Color information
#8AAA1C (or 0x8AAA1C) is known color: Limerick. HEX triplet: 8A, AA and 1C. RGB value is (138,170,28). Sum of RGB (Red+Green+Blue) = 138+170+28=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA1C is #7555E3. Grayscale: #909090. Windows color (decimal): -7689700 or 1878666. OLE color: 1878666.
HSL color Cylindrical-coordinate representation of color #8AAA1C: hue angle of 73.52º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AAA1C is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 28 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.33 |
| HSL | 73.52º | 0.72% | 0.39% | - |
| HSV(B) | 73.52º | 0.84% | 0.67% | - |
| XYZ | 25.07 | 34.24 | 6.39 | - |
| YUV | 144.24 | 62.4 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 28 | 0.19 | 0 | 0.84 | 0.33 | 73.52 | 0.72 | 0.39 |
| Hex | 8A | AA | 1C | 13 | 0 | 54 | 21 | 4A | 48 | 27 |
| Octal | 212 | 252 | 34 | 23 | 0 | 124 | 41 | 112 | 110 | 47 |
| Binary | 10001010 | 10101010 | 11100 | 10011 | 0 | 1010100 | 100001 | 1001010 | 1001000 | 100111 |
Color Harmonies of #8AAA1C
Complementary color
Monochromatic Colors of #8AAA1C
Black with #8AAA1C
Text Example
Text Example
White with #8AAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA1C; }
p { color: rgb(138,170,28); }
H1.HeaderClassName
{
color: #8AAA1C;
}
.AnyTagClassName
{
color: #8AAA1C;
}
</style>
background-color css
<style>
a { background-color: #8AAA1C; }
a { background-color: rgb(138,170,28); }
div.DivClassName
{
background-color: #8AAA1C;
}
.BgClassName
{
background-color: #8AAA1C;
}
</style>
border-color css
<style>
span { border-color: #8AAA1C; }
span { border-color: rgb(138,170,28); }
td.TdClassName
{
border-color: #8AAA1C;
}
.TagClassName
{
border-color: #8AAA1C;
}
</style>