Shades of Limerick #8AC117
Tints of Limerick #8AC117
RGB
CMYK
RGB Variations
Color information
#8AC117 (or 0x8AC117) is known color: Limerick. HEX triplet: 8A, C1 and 17. RGB value is (138,193,23). Sum of RGB (Red+Green+Blue) = 138+193+23=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC117 is #753EE8. Grayscale: #9D9D9D. Windows color (decimal): -7683817 or 1556874. OLE color: 1556874.
HSL color Cylindrical-coordinate representation of color #8AC117: hue angle of 79.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AC117 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 23 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.24 |
| HSL | 79.41º | 0.79% | 0.42% | - |
| HSV(B) | 79.41º | 0.88% | 0.76% | - |
| XYZ | 29.71 | 43.61 | 7.66 | - |
| YUV | 157.18 | 52.28 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 23 | 0.28 | 0 | 0.88 | 0.24 | 79.41 | 0.79 | 0.42 |
| Hex | 8A | C1 | 17 | 1C | 0 | 58 | 18 | 4F | 4F | 2A |
| Octal | 212 | 301 | 27 | 34 | 0 | 130 | 30 | 117 | 117 | 52 |
| Binary | 10001010 | 11000001 | 10111 | 11100 | 0 | 1011000 | 11000 | 1001111 | 1001111 | 101010 |
Color Harmonies of #8AC117
Complementary color
Monochromatic Colors of #8AC117
Black with #8AC117
Text Example
Text Example
White with #8AC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC117; }
p { color: rgb(138,193,23); }
H1.HeaderClassName
{
color: #8AC117;
}
.AnyTagClassName
{
color: #8AC117;
}
</style>
background-color css
<style>
a { background-color: #8AC117; }
a { background-color: rgb(138,193,23); }
div.DivClassName
{
background-color: #8AC117;
}
.BgClassName
{
background-color: #8AC117;
}
</style>
border-color css
<style>
span { border-color: #8AC117; }
span { border-color: rgb(138,193,23); }
td.TdClassName
{
border-color: #8AC117;
}
.TagClassName
{
border-color: #8AC117;
}
</style>