Shades of Limerick #8AAA1E
Tints of Limerick #8AAA1E
RGB
CMYK
RGB Variations
Color information
#8AAA1E (or 0x8AAA1E) is known color: Limerick. HEX triplet: 8A, AA and 1E. RGB value is (138,170,30). Sum of RGB (Red+Green+Blue) = 138+170+30=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA1E is #7555E1. Grayscale: #919191. Windows color (decimal): -7689698 or 2009738. OLE color: 2009738.
HSL color Cylindrical-coordinate representation of color #8AAA1E: hue angle of 73.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AAA1E is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 30 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.33 |
| HSL | 73.71º | 0.7% | 0.39% | - |
| HSV(B) | 73.71º | 0.82% | 0.67% | - |
| XYZ | 25.09 | 34.25 | 6.52 | - |
| YUV | 144.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 30 | 0.19 | 0 | 0.82 | 0.33 | 73.71 | 0.7 | 0.39 |
| Hex | 8A | AA | 1E | 13 | 0 | 52 | 21 | 4A | 46 | 27 |
| Octal | 212 | 252 | 36 | 23 | 0 | 122 | 41 | 112 | 106 | 47 |
| Binary | 10001010 | 10101010 | 11110 | 10011 | 0 | 1010010 | 100001 | 1001010 | 1000110 | 100111 |
Color Harmonies of #8AAA1E
Complementary color
Monochromatic Colors of #8AAA1E
Black with #8AAA1E
Text Example
Text Example
White with #8AAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA1E; }
p { color: rgb(138,170,30); }
H1.HeaderClassName
{
color: #8AAA1E;
}
.AnyTagClassName
{
color: #8AAA1E;
}
</style>
background-color css
<style>
a { background-color: #8AAA1E; }
a { background-color: rgb(138,170,30); }
div.DivClassName
{
background-color: #8AAA1E;
}
.BgClassName
{
background-color: #8AAA1E;
}
</style>
border-color css
<style>
span { border-color: #8AAA1E; }
span { border-color: rgb(138,170,30); }
td.TdClassName
{
border-color: #8AAA1E;
}
.TagClassName
{
border-color: #8AAA1E;
}
</style>