Shades of Limerick #8AA12D
Tints of Limerick #8AA12D
RGB
CMYK
RGB Variations
Color information
#8AA12D (or 0x8AA12D) is known color: Limerick. HEX triplet: 8A, A1 and 2D. RGB value is (138,161,45). Sum of RGB (Red+Green+Blue) = 138+161+45=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA12D is #755ED2. Grayscale: #8D8D8D. Windows color (decimal): -7691987 or 2990474. OLE color: 2990474.
HSL color Cylindrical-coordinate representation of color #8AA12D: hue angle of 71.9º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AA12D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 45 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.37 |
| HSL | 71.9º | 0.56% | 0.4% | - |
| HSV(B) | 71.9º | 0.72% | 0.63% | - |
| XYZ | 23.7 | 31.08 | 7.23 | - |
| YUV | 140.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 45 | 0.14 | 0 | 0.72 | 0.37 | 71.9 | 0.56 | 0.4 |
| Hex | 8A | A1 | 2D | E | 0 | 48 | 25 | 48 | 38 | 28 |
| Octal | 212 | 241 | 55 | 16 | 0 | 110 | 45 | 110 | 70 | 50 |
| Binary | 10001010 | 10100001 | 101101 | 1110 | 0 | 1001000 | 100101 | 1001000 | 111000 | 101000 |
Color Harmonies of #8AA12D
Complementary color
Monochromatic Colors of #8AA12D
Black with #8AA12D
Text Example
Text Example
White with #8AA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA12D; }
p { color: rgb(138,161,45); }
H1.HeaderClassName
{
color: #8AA12D;
}
.AnyTagClassName
{
color: #8AA12D;
}
</style>
background-color css
<style>
a { background-color: #8AA12D; }
a { background-color: rgb(138,161,45); }
div.DivClassName
{
background-color: #8AA12D;
}
.BgClassName
{
background-color: #8AA12D;
}
</style>
border-color css
<style>
span { border-color: #8AA12D; }
span { border-color: rgb(138,161,45); }
td.TdClassName
{
border-color: #8AA12D;
}
.TagClassName
{
border-color: #8AA12D;
}
</style>