Shades of Limerick #8AB724
Tints of Limerick #8AB724
RGB
CMYK
RGB Variations
Color information
#8AB724 (or 0x8AB724) is known color: Limerick. HEX triplet: 8A, B7 and 24. RGB value is (138,183,36). Sum of RGB (Red+Green+Blue) = 138+183+36=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB724 is #7548DB. Grayscale: #999999. Windows color (decimal): -7686364 or 2406282. OLE color: 2406282.
HSL color Cylindrical-coordinate representation of color #8AB724: hue angle of 78.37º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AB724 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 36 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.28 |
| HSL | 78.37º | 0.67% | 0.43% | - |
| HSV(B) | 78.37º | 0.8% | 0.72% | - |
| XYZ | 27.73 | 39.4 | 7.81 | - |
| YUV | 152.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 36 | 0.25 | 0 | 0.80 | 0.28 | 78.37 | 0.67 | 0.43 |
| Hex | 8A | B7 | 24 | 19 | 0 | 50 | 1C | 4E | 43 | 2B |
| Octal | 212 | 267 | 44 | 31 | 0 | 120 | 34 | 116 | 103 | 53 |
| Binary | 10001010 | 10110111 | 100100 | 11001 | 0 | 1010000 | 11100 | 1001110 | 1000011 | 101011 |
Color Harmonies of #8AB724
Complementary color
Monochromatic Colors of #8AB724
Black with #8AB724
Text Example
Text Example
White with #8AB724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB724; }
p { color: rgb(138,183,36); }
H1.HeaderClassName
{
color: #8AB724;
}
.AnyTagClassName
{
color: #8AB724;
}
</style>
background-color css
<style>
a { background-color: #8AB724; }
a { background-color: rgb(138,183,36); }
div.DivClassName
{
background-color: #8AB724;
}
.BgClassName
{
background-color: #8AB724;
}
</style>
border-color css
<style>
span { border-color: #8AB724; }
span { border-color: rgb(138,183,36); }
td.TdClassName
{
border-color: #8AB724;
}
.TagClassName
{
border-color: #8AB724;
}
</style>