Shades of Limerick #8ABC31
Tints of Limerick #8ABC31
RGB
CMYK
RGB Variations
Color information
#8ABC31 (or 0x8ABC31) is known color: Limerick. HEX triplet: 8A, BC and 31. RGB value is (138,188,49). Sum of RGB (Red+Green+Blue) = 138+188+49=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC31 is #7543CE. Grayscale: #9D9D9D. Windows color (decimal): -7685071 or 3259530. OLE color: 3259530.
HSL color Cylindrical-coordinate representation of color #8ABC31: hue angle of 81.58º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8ABC31 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 49 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.26 |
| HSL | 81.58º | 0.59% | 0.46% | - |
| HSV(B) | 81.58º | 0.74% | 0.74% | - |
| XYZ | 29.02 | 41.59 | 9.4 | - |
| YUV | 157.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 49 | 0.27 | 0 | 0.74 | 0.26 | 81.58 | 0.59 | 0.46 |
| Hex | 8A | BC | 31 | 1B | 0 | 4A | 1A | 52 | 3B | 2E |
| Octal | 212 | 274 | 61 | 33 | 0 | 112 | 32 | 122 | 73 | 56 |
| Binary | 10001010 | 10111100 | 110001 | 11011 | 0 | 1001010 | 11010 | 1010010 | 111011 | 101110 |
Color Harmonies of #8ABC31
Complementary color
Monochromatic Colors of #8ABC31
Black with #8ABC31
Text Example
Text Example
White with #8ABC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC31; }
p { color: rgb(138,188,49); }
H1.HeaderClassName
{
color: #8ABC31;
}
.AnyTagClassName
{
color: #8ABC31;
}
</style>
background-color css
<style>
a { background-color: #8ABC31; }
a { background-color: rgb(138,188,49); }
div.DivClassName
{
background-color: #8ABC31;
}
.BgClassName
{
background-color: #8ABC31;
}
</style>
border-color css
<style>
span { border-color: #8ABC31; }
span { border-color: rgb(138,188,49); }
td.TdClassName
{
border-color: #8ABC31;
}
.TagClassName
{
border-color: #8ABC31;
}
</style>