Shades of Limerick #8ABC1B
Tints of Limerick #8ABC1B
RGB
CMYK
RGB Variations
Color information
#8ABC1B (or 0x8ABC1B) is known color: Limerick. HEX triplet: 8A, BC and 1B. RGB value is (138,188,27). Sum of RGB (Red+Green+Blue) = 138+188+27=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC1B is #7543E4. Grayscale: #9B9B9B. Windows color (decimal): -7685093 or 1817738. OLE color: 1817738.
HSL color Cylindrical-coordinate representation of color #8ABC1B: hue angle of 78.63º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8ABC1B is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 27 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.26 |
| HSL | 78.63º | 0.75% | 0.42% | - |
| HSV(B) | 78.63º | 0.86% | 0.74% | - |
| XYZ | 28.66 | 41.45 | 7.53 | - |
| YUV | 154.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 27 | 0.27 | 0 | 0.86 | 0.26 | 78.63 | 0.75 | 0.42 |
| Hex | 8A | BC | 1B | 1B | 0 | 56 | 1A | 4F | 4B | 2A |
| Octal | 212 | 274 | 33 | 33 | 0 | 126 | 32 | 117 | 113 | 52 |
| Binary | 10001010 | 10111100 | 11011 | 11011 | 0 | 1010110 | 11010 | 1001111 | 1001011 | 101010 |
Color Harmonies of #8ABC1B
Complementary color
Monochromatic Colors of #8ABC1B
Black with #8ABC1B
Text Example
Text Example
White with #8ABC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC1B; }
p { color: rgb(138,188,27); }
H1.HeaderClassName
{
color: #8ABC1B;
}
.AnyTagClassName
{
color: #8ABC1B;
}
</style>
background-color css
<style>
a { background-color: #8ABC1B; }
a { background-color: rgb(138,188,27); }
div.DivClassName
{
background-color: #8ABC1B;
}
.BgClassName
{
background-color: #8ABC1B;
}
</style>
border-color css
<style>
span { border-color: #8ABC1B; }
span { border-color: rgb(138,188,27); }
td.TdClassName
{
border-color: #8ABC1B;
}
.TagClassName
{
border-color: #8ABC1B;
}
</style>