Shades of Limerick #8AA12E
Tints of Limerick #8AA12E
RGB
CMYK
RGB Variations
Color information
#8AA12E (or 0x8AA12E) is known color: Limerick. HEX triplet: 8A, A1 and 2E. RGB value is (138,161,46). Sum of RGB (Red+Green+Blue) = 138+161+46=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA12E is #755ED1. Grayscale: #8D8D8D. Windows color (decimal): -7691986 or 3056010. OLE color: 3056010.
HSL color Cylindrical-coordinate representation of color #8AA12E: hue angle of 72º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AA12E is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 46 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.37 |
| HSL | 72º | 0.56% | 0.41% | - |
| HSV(B) | 72º | 0.71% | 0.63% | - |
| XYZ | 23.72 | 31.09 | 7.34 | - |
| YUV | 141.01 | 74.38 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 46 | 0.14 | 0 | 0.71 | 0.37 | 72 | 0.56 | 0.41 |
| Hex | 8A | A1 | 2E | E | 0 | 47 | 25 | 48 | 38 | 29 |
| Octal | 212 | 241 | 56 | 16 | 0 | 107 | 45 | 110 | 70 | 51 |
| Binary | 10001010 | 10100001 | 101110 | 1110 | 0 | 1000111 | 100101 | 1001000 | 111000 | 101001 |
Color Harmonies of #8AA12E
Complementary color
Monochromatic Colors of #8AA12E
Black with #8AA12E
Text Example
Text Example
White with #8AA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA12E; }
p { color: rgb(138,161,46); }
H1.HeaderClassName
{
color: #8AA12E;
}
.AnyTagClassName
{
color: #8AA12E;
}
</style>
background-color css
<style>
a { background-color: #8AA12E; }
a { background-color: rgb(138,161,46); }
div.DivClassName
{
background-color: #8AA12E;
}
.BgClassName
{
background-color: #8AA12E;
}
</style>
border-color css
<style>
span { border-color: #8AA12E; }
span { border-color: rgb(138,161,46); }
td.TdClassName
{
border-color: #8AA12E;
}
.TagClassName
{
border-color: #8AA12E;
}
</style>