Shades of Limerick #8AC013
Tints of Limerick #8AC013
RGB
CMYK
RGB Variations
Color information
#8AC013 (or 0x8AC013) is known color: Limerick. HEX triplet: 8A, C0 and 13. RGB value is (138,192,19). Sum of RGB (Red+Green+Blue) = 138+192+19=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC013 is #753FEC. Grayscale: #9C9C9C. Windows color (decimal): -7684077 or 1294474. OLE color: 1294474.
HSL color Cylindrical-coordinate representation of color #8AC013: hue angle of 78.73º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AC013 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 19 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.25 |
| HSL | 78.73º | 0.82% | 0.41% | - |
| HSV(B) | 78.73º | 0.9% | 0.75% | - |
| XYZ | 29.45 | 43.15 | 7.39 | - |
| YUV | 156.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 19 | 0.28 | 0 | 0.90 | 0.25 | 78.73 | 0.82 | 0.41 |
| Hex | 8A | C0 | 13 | 1C | 0 | 5A | 19 | 4F | 52 | 29 |
| Octal | 212 | 300 | 23 | 34 | 0 | 132 | 31 | 117 | 122 | 51 |
| Binary | 10001010 | 11000000 | 10011 | 11100 | 0 | 1011010 | 11001 | 1001111 | 1010010 | 101001 |
Color Harmonies of #8AC013
Complementary color
Monochromatic Colors of #8AC013
Black with #8AC013
Text Example
Text Example
White with #8AC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC013; }
p { color: rgb(138,192,19); }
H1.HeaderClassName
{
color: #8AC013;
}
.AnyTagClassName
{
color: #8AC013;
}
</style>
background-color css
<style>
a { background-color: #8AC013; }
a { background-color: rgb(138,192,19); }
div.DivClassName
{
background-color: #8AC013;
}
.BgClassName
{
background-color: #8AC013;
}
</style>
border-color css
<style>
span { border-color: #8AC013; }
span { border-color: rgb(138,192,19); }
td.TdClassName
{
border-color: #8AC013;
}
.TagClassName
{
border-color: #8AC013;
}
</style>