Shades of Limerick #8ABC1C
Tints of Limerick #8ABC1C
RGB
CMYK
RGB Variations
Color information
#8ABC1C (or 0x8ABC1C) is known color: Limerick. HEX triplet: 8A, BC and 1C. RGB value is (138,188,28). Sum of RGB (Red+Green+Blue) = 138+188+28=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC1C is #7543E3. Grayscale: #9B9B9B. Windows color (decimal): -7685092 or 1883274. OLE color: 1883274.
HSL color Cylindrical-coordinate representation of color #8ABC1C: hue angle of 78.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ABC1C is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 28 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.26 |
| HSL | 78.75º | 0.74% | 0.42% | - |
| HSV(B) | 78.75º | 0.85% | 0.74% | - |
| XYZ | 28.67 | 41.45 | 7.59 | - |
| YUV | 154.81 | 56.44 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 28 | 0.27 | 0 | 0.85 | 0.26 | 78.75 | 0.74 | 0.42 |
| Hex | 8A | BC | 1C | 1B | 0 | 55 | 1A | 4F | 4A | 2A |
| Octal | 212 | 274 | 34 | 33 | 0 | 125 | 32 | 117 | 112 | 52 |
| Binary | 10001010 | 10111100 | 11100 | 11011 | 0 | 1010101 | 11010 | 1001111 | 1001010 | 101010 |
Color Harmonies of #8ABC1C
Complementary color
Monochromatic Colors of #8ABC1C
Black with #8ABC1C
Text Example
Text Example
White with #8ABC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC1C; }
p { color: rgb(138,188,28); }
H1.HeaderClassName
{
color: #8ABC1C;
}
.AnyTagClassName
{
color: #8ABC1C;
}
</style>
background-color css
<style>
a { background-color: #8ABC1C; }
a { background-color: rgb(138,188,28); }
div.DivClassName
{
background-color: #8ABC1C;
}
.BgClassName
{
background-color: #8ABC1C;
}
</style>
border-color css
<style>
span { border-color: #8ABC1C; }
span { border-color: rgb(138,188,28); }
td.TdClassName
{
border-color: #8ABC1C;
}
.TagClassName
{
border-color: #8ABC1C;
}
</style>