Shades of Limerick #8AC124
Tints of Limerick #8AC124
RGB
CMYK
RGB Variations
Color information
#8AC124 (or 0x8AC124) is known color: Limerick. HEX triplet: 8A, C1 and 24. RGB value is (138,193,36). Sum of RGB (Red+Green+Blue) = 138+193+36=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC124 is #753EDB. Grayscale: #9F9F9F. Windows color (decimal): -7683804 or 2408842. OLE color: 2408842.
HSL color Cylindrical-coordinate representation of color #8AC124: hue angle of 81.02º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AC124 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 36 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.24 |
| HSL | 81.02º | 0.69% | 0.45% | - |
| HSV(B) | 81.02º | 0.81% | 0.76% | - |
| XYZ | 29.87 | 43.67 | 8.52 | - |
| YUV | 158.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 36 | 0.28 | 0 | 0.81 | 0.24 | 81.02 | 0.69 | 0.45 |
| Hex | 8A | C1 | 24 | 1C | 0 | 51 | 18 | 51 | 45 | 2D |
| Octal | 212 | 301 | 44 | 34 | 0 | 121 | 30 | 121 | 105 | 55 |
| Binary | 10001010 | 11000001 | 100100 | 11100 | 0 | 1010001 | 11000 | 1010001 | 1000101 | 101101 |
Color Harmonies of #8AC124
Complementary color
Monochromatic Colors of #8AC124
Black with #8AC124
Text Example
Text Example
White with #8AC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC124; }
p { color: rgb(138,193,36); }
H1.HeaderClassName
{
color: #8AC124;
}
.AnyTagClassName
{
color: #8AC124;
}
</style>
background-color css
<style>
a { background-color: #8AC124; }
a { background-color: rgb(138,193,36); }
div.DivClassName
{
background-color: #8AC124;
}
.BgClassName
{
background-color: #8AC124;
}
</style>
border-color css
<style>
span { border-color: #8AC124; }
span { border-color: rgb(138,193,36); }
td.TdClassName
{
border-color: #8AC124;
}
.TagClassName
{
border-color: #8AC124;
}
</style>