Shades of Limerick #8ABC2F
Tints of Limerick #8ABC2F
RGB
CMYK
RGB Variations
Color information
#8ABC2F (or 0x8ABC2F) is known color: Limerick. HEX triplet: 8A, BC and 2F. RGB value is (138,188,47). Sum of RGB (Red+Green+Blue) = 138+188+47=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC2F is #7543D0. Grayscale: #9D9D9D. Windows color (decimal): -7685073 or 3128458. OLE color: 3128458.
HSL color Cylindrical-coordinate representation of color #8ABC2F: hue angle of 81.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ABC2F is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 47 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.26 |
| HSL | 81.28º | 0.6% | 0.46% | - |
| HSV(B) | 81.28º | 0.75% | 0.74% | - |
| XYZ | 28.98 | 41.57 | 9.19 | - |
| YUV | 156.98 | 65.94 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 47 | 0.27 | 0 | 0.75 | 0.26 | 81.28 | 0.6 | 0.46 |
| Hex | 8A | BC | 2F | 1B | 0 | 4B | 1A | 51 | 3C | 2E |
| Octal | 212 | 274 | 57 | 33 | 0 | 113 | 32 | 121 | 74 | 56 |
| Binary | 10001010 | 10111100 | 101111 | 11011 | 0 | 1001011 | 11010 | 1010001 | 111100 | 101110 |
Color Harmonies of #8ABC2F
Complementary color
Monochromatic Colors of #8ABC2F
Black with #8ABC2F
Text Example
Text Example
White with #8ABC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC2F; }
p { color: rgb(138,188,47); }
H1.HeaderClassName
{
color: #8ABC2F;
}
.AnyTagClassName
{
color: #8ABC2F;
}
</style>
background-color css
<style>
a { background-color: #8ABC2F; }
a { background-color: rgb(138,188,47); }
div.DivClassName
{
background-color: #8ABC2F;
}
.BgClassName
{
background-color: #8ABC2F;
}
</style>
border-color css
<style>
span { border-color: #8ABC2F; }
span { border-color: rgb(138,188,47); }
td.TdClassName
{
border-color: #8ABC2F;
}
.TagClassName
{
border-color: #8ABC2F;
}
</style>