Shades of Limerick #8AAC30
Tints of Limerick #8AAC30
RGB
CMYK
RGB Variations
Color information
#8AAC30 (or 0x8AAC30) is known color: Limerick. HEX triplet: 8A, AC and 30. RGB value is (138,172,48). Sum of RGB (Red+Green+Blue) = 138+172+48=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC30 is #7553CF. Grayscale: #949494. Windows color (decimal): -7689168 or 3189898. OLE color: 3189898.
HSL color Cylindrical-coordinate representation of color #8AAC30: hue angle of 76.45º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AAC30 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 48 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.33 |
| HSL | 76.45º | 0.56% | 0.43% | - |
| HSV(B) | 76.45º | 0.72% | 0.67% | - |
| XYZ | 25.77 | 35.12 | 8.22 | - |
| YUV | 147.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 48 | 0.20 | 0 | 0.72 | 0.33 | 76.45 | 0.56 | 0.43 |
| Hex | 8A | AC | 30 | 14 | 0 | 48 | 21 | 4C | 38 | 2B |
| Octal | 212 | 254 | 60 | 24 | 0 | 110 | 41 | 114 | 70 | 53 |
| Binary | 10001010 | 10101100 | 110000 | 10100 | 0 | 1001000 | 100001 | 1001100 | 111000 | 101011 |
Color Harmonies of #8AAC30
Complementary color
Monochromatic Colors of #8AAC30
Black with #8AAC30
Text Example
Text Example
White with #8AAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC30; }
p { color: rgb(138,172,48); }
H1.HeaderClassName
{
color: #8AAC30;
}
.AnyTagClassName
{
color: #8AAC30;
}
</style>
background-color css
<style>
a { background-color: #8AAC30; }
a { background-color: rgb(138,172,48); }
div.DivClassName
{
background-color: #8AAC30;
}
.BgClassName
{
background-color: #8AAC30;
}
</style>
border-color css
<style>
span { border-color: #8AAC30; }
span { border-color: rgb(138,172,48); }
td.TdClassName
{
border-color: #8AAC30;
}
.TagClassName
{
border-color: #8AAC30;
}
</style>