Shades of Limerick #8AAA2E
Tints of Limerick #8AAA2E
RGB
CMYK
RGB Variations
Color information
#8AAA2E (or 0x8AAA2E) is known color: Limerick. HEX triplet: 8A, AA and 2E. RGB value is (138,170,46). Sum of RGB (Red+Green+Blue) = 138+170+46=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA2E is #7555D1. Grayscale: #929292. Windows color (decimal): -7689682 or 3058314. OLE color: 3058314.
HSL color Cylindrical-coordinate representation of color #8AAA2E: hue angle of 75.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AAA2E is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 46 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.33 |
| HSL | 75.48º | 0.57% | 0.42% | - |
| HSV(B) | 75.48º | 0.73% | 0.67% | - |
| XYZ | 25.35 | 34.35 | 7.88 | - |
| YUV | 146.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 46 | 0.19 | 0 | 0.73 | 0.33 | 75.48 | 0.57 | 0.42 |
| Hex | 8A | AA | 2E | 13 | 0 | 49 | 21 | 4B | 39 | 2A |
| Octal | 212 | 252 | 56 | 23 | 0 | 111 | 41 | 113 | 71 | 52 |
| Binary | 10001010 | 10101010 | 101110 | 10011 | 0 | 1001001 | 100001 | 1001011 | 111001 | 101010 |
Color Harmonies of #8AAA2E
Complementary color
Monochromatic Colors of #8AAA2E
Black with #8AAA2E
Text Example
Text Example
White with #8AAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA2E; }
p { color: rgb(138,170,46); }
H1.HeaderClassName
{
color: #8AAA2E;
}
.AnyTagClassName
{
color: #8AAA2E;
}
</style>
background-color css
<style>
a { background-color: #8AAA2E; }
a { background-color: rgb(138,170,46); }
div.DivClassName
{
background-color: #8AAA2E;
}
.BgClassName
{
background-color: #8AAA2E;
}
</style>
border-color css
<style>
span { border-color: #8AAA2E; }
span { border-color: rgb(138,170,46); }
td.TdClassName
{
border-color: #8AAA2E;
}
.TagClassName
{
border-color: #8AAA2E;
}
</style>