Shades of Limerick #8AA41E
Tints of Limerick #8AA41E
RGB
CMYK
RGB Variations
Color information
#8AA41E (or 0x8AA41E) is known color: Limerick. HEX triplet: 8A, A4 and 1E. RGB value is (138,164,30). Sum of RGB (Red+Green+Blue) = 138+164+30=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA41E is #755BE1. Grayscale: #8D8D8D. Windows color (decimal): -7691234 or 2008202. OLE color: 2008202.
HSL color Cylindrical-coordinate representation of color #8AA41E: hue angle of 71.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AA41E is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 30 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.36 |
| HSL | 71.64º | 0.69% | 0.38% | - |
| HSV(B) | 71.64º | 0.82% | 0.64% | - |
| XYZ | 23.99 | 32.05 | 6.15 | - |
| YUV | 140.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 30 | 0.16 | 0 | 0.82 | 0.36 | 71.64 | 0.69 | 0.38 |
| Hex | 8A | A4 | 1E | 10 | 0 | 52 | 24 | 48 | 45 | 26 |
| Octal | 212 | 244 | 36 | 20 | 0 | 122 | 44 | 110 | 105 | 46 |
| Binary | 10001010 | 10100100 | 11110 | 10000 | 0 | 1010010 | 100100 | 1001000 | 1000101 | 100110 |
Color Harmonies of #8AA41E
Complementary color
Monochromatic Colors of #8AA41E
Black with #8AA41E
Text Example
Text Example
White with #8AA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA41E; }
p { color: rgb(138,164,30); }
H1.HeaderClassName
{
color: #8AA41E;
}
.AnyTagClassName
{
color: #8AA41E;
}
</style>
background-color css
<style>
a { background-color: #8AA41E; }
a { background-color: rgb(138,164,30); }
div.DivClassName
{
background-color: #8AA41E;
}
.BgClassName
{
background-color: #8AA41E;
}
</style>
border-color css
<style>
span { border-color: #8AA41E; }
span { border-color: rgb(138,164,30); }
td.TdClassName
{
border-color: #8AA41E;
}
.TagClassName
{
border-color: #8AA41E;
}
</style>