Shades of Limerick #8AA52A
Tints of Limerick #8AA52A
RGB
CMYK
RGB Variations
Color information
#8AA52A (or 0x8AA52A) is known color: Limerick. HEX triplet: 8A, A5 and 2A. RGB value is (138,165,42). Sum of RGB (Red+Green+Blue) = 138+165+42=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA52A is #755AD5. Grayscale: #8F8F8F. Windows color (decimal): -7690966 or 2794890. OLE color: 2794890.
HSL color Cylindrical-coordinate representation of color #8AA52A: hue angle of 73.17º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AA52A is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 42 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.35 |
| HSL | 73.17º | 0.59% | 0.41% | - |
| HSV(B) | 73.17º | 0.75% | 0.65% | - |
| XYZ | 24.35 | 32.48 | 7.18 | - |
| YUV | 142.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 42 | 0.16 | 0 | 0.75 | 0.35 | 73.17 | 0.59 | 0.41 |
| Hex | 8A | A5 | 2A | 10 | 0 | 4B | 23 | 49 | 3B | 29 |
| Octal | 212 | 245 | 52 | 20 | 0 | 113 | 43 | 111 | 73 | 51 |
| Binary | 10001010 | 10100101 | 101010 | 10000 | 0 | 1001011 | 100011 | 1001001 | 111011 | 101001 |
Color Harmonies of #8AA52A
Complementary color
Monochromatic Colors of #8AA52A
Black with #8AA52A
Text Example
Text Example
White with #8AA52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA52A; }
p { color: rgb(138,165,42); }
H1.HeaderClassName
{
color: #8AA52A;
}
.AnyTagClassName
{
color: #8AA52A;
}
</style>
background-color css
<style>
a { background-color: #8AA52A; }
a { background-color: rgb(138,165,42); }
div.DivClassName
{
background-color: #8AA52A;
}
.BgClassName
{
background-color: #8AA52A;
}
</style>
border-color css
<style>
span { border-color: #8AA52A; }
span { border-color: rgb(138,165,42); }
td.TdClassName
{
border-color: #8AA52A;
}
.TagClassName
{
border-color: #8AA52A;
}
</style>