Shades of Limerick #8AAC35
Tints of Limerick #8AAC35
RGB
CMYK
RGB Variations
Color information
#8AAC35 (or 0x8AAC35) is known color: Limerick. HEX triplet: 8A, AC and 35. RGB value is (138,172,53). Sum of RGB (Red+Green+Blue) = 138+172+53=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC35 is #7553CA. Grayscale: #949494. Windows color (decimal): -7689163 or 3517578. OLE color: 3517578.
HSL color Cylindrical-coordinate representation of color #8AAC35: hue angle of 77.14º 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 #8AAC35 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 53 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.33 |
| HSL | 77.14º | 0.53% | 0.44% | - |
| HSV(B) | 77.14º | 0.69% | 0.67% | - |
| XYZ | 25.88 | 35.17 | 8.79 | - |
| YUV | 148.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 53 | 0.20 | 0 | 0.69 | 0.33 | 77.14 | 0.53 | 0.44 |
| Hex | 8A | AC | 35 | 14 | 0 | 45 | 21 | 4D | 35 | 2C |
| Octal | 212 | 254 | 65 | 24 | 0 | 105 | 41 | 115 | 65 | 54 |
| Binary | 10001010 | 10101100 | 110101 | 10100 | 0 | 1000101 | 100001 | 1001101 | 110101 | 101100 |
Color Harmonies of #8AAC35
Complementary color
Monochromatic Colors of #8AAC35
Black with #8AAC35
Text Example
Text Example
White with #8AAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC35; }
p { color: rgb(138,172,53); }
H1.HeaderClassName
{
color: #8AAC35;
}
.AnyTagClassName
{
color: #8AAC35;
}
</style>
background-color css
<style>
a { background-color: #8AAC35; }
a { background-color: rgb(138,172,53); }
div.DivClassName
{
background-color: #8AAC35;
}
.BgClassName
{
background-color: #8AAC35;
}
</style>
border-color css
<style>
span { border-color: #8AAC35; }
span { border-color: rgb(138,172,53); }
td.TdClassName
{
border-color: #8AAC35;
}
.TagClassName
{
border-color: #8AAC35;
}
</style>