Shades of Limerick #8ABC26
Tints of Limerick #8ABC26
RGB
CMYK
RGB Variations
Color information
#8ABC26 (or 0x8ABC26) is known color: Limerick. HEX triplet: 8A, BC and 26. RGB value is (138,188,38). Sum of RGB (Red+Green+Blue) = 138+188+38=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC26 is #7543D9. Grayscale: #9C9C9C. Windows color (decimal): -7685082 or 2538634. OLE color: 2538634.
HSL color Cylindrical-coordinate representation of color #8ABC26: hue angle of 80º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8ABC26 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 38 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.26 |
| HSL | 80º | 0.66% | 0.44% | - |
| HSV(B) | 80º | 0.8% | 0.74% | - |
| XYZ | 28.81 | 41.51 | 8.33 | - |
| YUV | 155.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 38 | 0.27 | 0 | 0.80 | 0.26 | 80 | 0.66 | 0.44 |
| Hex | 8A | BC | 26 | 1B | 0 | 50 | 1A | 50 | 42 | 2C |
| Octal | 212 | 274 | 46 | 33 | 0 | 120 | 32 | 120 | 102 | 54 |
| Binary | 10001010 | 10111100 | 100110 | 11011 | 0 | 1010000 | 11010 | 1010000 | 1000010 | 101100 |
Color Harmonies of #8ABC26
Complementary color
Monochromatic Colors of #8ABC26
Black with #8ABC26
Text Example
Text Example
White with #8ABC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC26; }
p { color: rgb(138,188,38); }
H1.HeaderClassName
{
color: #8ABC26;
}
.AnyTagClassName
{
color: #8ABC26;
}
</style>
background-color css
<style>
a { background-color: #8ABC26; }
a { background-color: rgb(138,188,38); }
div.DivClassName
{
background-color: #8ABC26;
}
.BgClassName
{
background-color: #8ABC26;
}
</style>
border-color css
<style>
span { border-color: #8ABC26; }
span { border-color: rgb(138,188,38); }
td.TdClassName
{
border-color: #8ABC26;
}
.TagClassName
{
border-color: #8ABC26;
}
</style>