Shades of Limerick #8AAA34
Tints of Limerick #8AAA34
RGB
CMYK
RGB Variations
Color information
#8AAA34 (or 0x8AAA34) is known color: Limerick. HEX triplet: 8A, AA and 34. RGB value is (138,170,52). Sum of RGB (Red+Green+Blue) = 138+170+52=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA34 is #7555CB. Grayscale: #939393. Windows color (decimal): -7689676 or 3451530. OLE color: 3451530.
HSL color Cylindrical-coordinate representation of color #8AAA34: hue angle of 76.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AAA34 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 52 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.33 |
| HSL | 76.27º | 0.53% | 0.44% | - |
| HSV(B) | 76.27º | 0.69% | 0.67% | - |
| XYZ | 25.48 | 34.4 | 8.55 | - |
| YUV | 146.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 52 | 0.19 | 0 | 0.69 | 0.33 | 76.27 | 0.53 | 0.44 |
| Hex | 8A | AA | 34 | 13 | 0 | 45 | 21 | 4C | 35 | 2C |
| Octal | 212 | 252 | 64 | 23 | 0 | 105 | 41 | 114 | 65 | 54 |
| Binary | 10001010 | 10101010 | 110100 | 10011 | 0 | 1000101 | 100001 | 1001100 | 110101 | 101100 |
Color Harmonies of #8AAA34
Complementary color
Monochromatic Colors of #8AAA34
Black with #8AAA34
Text Example
Text Example
White with #8AAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA34; }
p { color: rgb(138,170,52); }
H1.HeaderClassName
{
color: #8AAA34;
}
.AnyTagClassName
{
color: #8AAA34;
}
</style>
background-color css
<style>
a { background-color: #8AAA34; }
a { background-color: rgb(138,170,52); }
div.DivClassName
{
background-color: #8AAA34;
}
.BgClassName
{
background-color: #8AAA34;
}
</style>
border-color css
<style>
span { border-color: #8AAA34; }
span { border-color: rgb(138,170,52); }
td.TdClassName
{
border-color: #8AAA34;
}
.TagClassName
{
border-color: #8AAA34;
}
</style>