Shades of Limerick #8ABC27
Tints of Limerick #8ABC27
RGB
CMYK
RGB Variations
Color information
#8ABC27 (or 0x8ABC27) is known color: Limerick. HEX triplet: 8A, BC and 27. RGB value is (138,188,39). Sum of RGB (Red+Green+Blue) = 138+188+39=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC27 is #7543D8. Grayscale: #9C9C9C. Windows color (decimal): -7685081 or 2604170. OLE color: 2604170.
HSL color Cylindrical-coordinate representation of color #8ABC27: hue angle of 80.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8ABC27 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 39 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.26 |
| HSL | 80.13º | 0.66% | 0.45% | - |
| HSV(B) | 80.13º | 0.79% | 0.74% | - |
| XYZ | 28.83 | 41.52 | 8.41 | - |
| YUV | 156.06 | 61.94 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 39 | 0.27 | 0 | 0.79 | 0.26 | 80.13 | 0.66 | 0.45 |
| Hex | 8A | BC | 27 | 1B | 0 | 4F | 1A | 50 | 42 | 2D |
| Octal | 212 | 274 | 47 | 33 | 0 | 117 | 32 | 120 | 102 | 55 |
| Binary | 10001010 | 10111100 | 100111 | 11011 | 0 | 1001111 | 11010 | 1010000 | 1000010 | 101101 |
Color Harmonies of #8ABC27
Complementary color
Monochromatic Colors of #8ABC27
Black with #8ABC27
Text Example
Text Example
White with #8ABC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC27; }
p { color: rgb(138,188,39); }
H1.HeaderClassName
{
color: #8ABC27;
}
.AnyTagClassName
{
color: #8ABC27;
}
</style>
background-color css
<style>
a { background-color: #8ABC27; }
a { background-color: rgb(138,188,39); }
div.DivClassName
{
background-color: #8ABC27;
}
.BgClassName
{
background-color: #8ABC27;
}
</style>
border-color css
<style>
span { border-color: #8ABC27; }
span { border-color: rgb(138,188,39); }
td.TdClassName
{
border-color: #8ABC27;
}
.TagClassName
{
border-color: #8ABC27;
}
</style>