Shades of Limerick #8AB324
Tints of Limerick #8AB324
RGB
CMYK
RGB Variations
Color information
#8AB324 (or 0x8AB324) is known color: Limerick. HEX triplet: 8A, B3 and 24. RGB value is (138,179,36). Sum of RGB (Red+Green+Blue) = 138+179+36=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB324 is #754CDB. Grayscale: #969696. Windows color (decimal): -7687388 or 2405258. OLE color: 2405258.
HSL color Cylindrical-coordinate representation of color #8AB324: hue angle of 77.2º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AB324 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 36 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.30 |
| HSL | 77.2º | 0.67% | 0.42% | - |
| HSV(B) | 77.2º | 0.8% | 0.7% | - |
| XYZ | 26.92 | 37.77 | 7.54 | - |
| YUV | 150.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 36 | 0.23 | 0 | 0.80 | 0.30 | 77.2 | 0.67 | 0.42 |
| Hex | 8A | B3 | 24 | 17 | 0 | 50 | 1E | 4D | 43 | 2A |
| Octal | 212 | 263 | 44 | 27 | 0 | 120 | 36 | 115 | 103 | 52 |
| Binary | 10001010 | 10110011 | 100100 | 10111 | 0 | 1010000 | 11110 | 1001101 | 1000011 | 101010 |
Color Harmonies of #8AB324
Complementary color
Monochromatic Colors of #8AB324
Black with #8AB324
Text Example
Text Example
White with #8AB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB324; }
p { color: rgb(138,179,36); }
H1.HeaderClassName
{
color: #8AB324;
}
.AnyTagClassName
{
color: #8AB324;
}
</style>
background-color css
<style>
a { background-color: #8AB324; }
a { background-color: rgb(138,179,36); }
div.DivClassName
{
background-color: #8AB324;
}
.BgClassName
{
background-color: #8AB324;
}
</style>
border-color css
<style>
span { border-color: #8AB324; }
span { border-color: rgb(138,179,36); }
td.TdClassName
{
border-color: #8AB324;
}
.TagClassName
{
border-color: #8AB324;
}
</style>