Shades of Limerick #8AAA39
Tints of Limerick #8AAA39
RGB
CMYK
RGB Variations
Color information
#8AAA39 (or 0x8AAA39) is known color: Limerick. HEX triplet: 8A, AA and 39. RGB value is (138,170,57). Sum of RGB (Red+Green+Blue) = 138+170+57=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA39 is #7555C6. Grayscale: #939393. Windows color (decimal): -7689671 or 3779210. OLE color: 3779210.
HSL color Cylindrical-coordinate representation of color #8AAA39: hue angle of 76.99º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AAA39 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 57 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.33 |
| HSL | 76.99º | 0.5% | 0.45% | - |
| HSV(B) | 76.99º | 0.66% | 0.67% | - |
| XYZ | 25.59 | 34.45 | 9.17 | - |
| YUV | 147.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 57 | 0.19 | 0 | 0.66 | 0.33 | 76.99 | 0.5 | 0.45 |
| Hex | 8A | AA | 39 | 13 | 0 | 42 | 21 | 4D | 32 | 2D |
| Octal | 212 | 252 | 71 | 23 | 0 | 102 | 41 | 115 | 62 | 55 |
| Binary | 10001010 | 10101010 | 111001 | 10011 | 0 | 1000010 | 100001 | 1001101 | 110010 | 101101 |
Color Harmonies of #8AAA39
Complementary color
Monochromatic Colors of #8AAA39
Black with #8AAA39
Text Example
Text Example
White with #8AAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA39; }
p { color: rgb(138,170,57); }
H1.HeaderClassName
{
color: #8AAA39;
}
.AnyTagClassName
{
color: #8AAA39;
}
</style>
background-color css
<style>
a { background-color: #8AAA39; }
a { background-color: rgb(138,170,57); }
div.DivClassName
{
background-color: #8AAA39;
}
.BgClassName
{
background-color: #8AAA39;
}
</style>
border-color css
<style>
span { border-color: #8AAA39; }
span { border-color: rgb(138,170,57); }
td.TdClassName
{
border-color: #8AAA39;
}
.TagClassName
{
border-color: #8AAA39;
}
</style>