Shades of Limerick #8AC014
Tints of Limerick #8AC014
RGB
CMYK
RGB Variations
Color information
#8AC014 (or 0x8AC014) is known color: Limerick. HEX triplet: 8A, C0 and 14. RGB value is (138,192,20). Sum of RGB (Red+Green+Blue) = 138+192+20=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC014 is #753FEB. Grayscale: #9C9C9C. Windows color (decimal): -7684076 or 1360010. OLE color: 1360010.
HSL color Cylindrical-coordinate representation of color #8AC014: hue angle of 78.84º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AC014 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 20 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.25 |
| HSL | 78.84º | 0.81% | 0.42% | - |
| HSV(B) | 78.84º | 0.9% | 0.75% | - |
| XYZ | 29.46 | 43.15 | 7.44 | - |
| YUV | 156.25 | 51.11 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 20 | 0.28 | 0 | 0.90 | 0.25 | 78.84 | 0.81 | 0.42 |
| Hex | 8A | C0 | 14 | 1C | 0 | 5A | 19 | 4F | 51 | 2A |
| Octal | 212 | 300 | 24 | 34 | 0 | 132 | 31 | 117 | 121 | 52 |
| Binary | 10001010 | 11000000 | 10100 | 11100 | 0 | 1011010 | 11001 | 1001111 | 1010001 | 101010 |
Color Harmonies of #8AC014
Complementary color
Monochromatic Colors of #8AC014
Black with #8AC014
Text Example
Text Example
White with #8AC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC014; }
p { color: rgb(138,192,20); }
H1.HeaderClassName
{
color: #8AC014;
}
.AnyTagClassName
{
color: #8AC014;
}
</style>
background-color css
<style>
a { background-color: #8AC014; }
a { background-color: rgb(138,192,20); }
div.DivClassName
{
background-color: #8AC014;
}
.BgClassName
{
background-color: #8AC014;
}
</style>
border-color css
<style>
span { border-color: #8AC014; }
span { border-color: rgb(138,192,20); }
td.TdClassName
{
border-color: #8AC014;
}
.TagClassName
{
border-color: #8AC014;
}
</style>