Shades of Limerick #8AB22F
Tints of Limerick #8AB22F
RGB
CMYK
RGB Variations
Color information
#8AB22F (or 0x8AB22F) is known color: Limerick. HEX triplet: 8A, B2 and 2F. RGB value is (138,178,47). Sum of RGB (Red+Green+Blue) = 138+178+47=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB22F is #754DD0. Grayscale: #979797. Windows color (decimal): -7687633 or 3125898. OLE color: 3125898.
HSL color Cylindrical-coordinate representation of color #8AB22F: hue angle of 78.32º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AB22F is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 47 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.30 |
| HSL | 78.32º | 0.58% | 0.44% | - |
| HSV(B) | 78.32º | 0.74% | 0.7% | - |
| XYZ | 26.91 | 37.45 | 8.5 | - |
| YUV | 151.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 47 | 0.22 | 0 | 0.74 | 0.30 | 78.32 | 0.58 | 0.44 |
| Hex | 8A | B2 | 2F | 16 | 0 | 4A | 1E | 4E | 3A | 2C |
| Octal | 212 | 262 | 57 | 26 | 0 | 112 | 36 | 116 | 72 | 54 |
| Binary | 10001010 | 10110010 | 101111 | 10110 | 0 | 1001010 | 11110 | 1001110 | 111010 | 101100 |
Color Harmonies of #8AB22F
Complementary color
Monochromatic Colors of #8AB22F
Black with #8AB22F
Text Example
Text Example
White with #8AB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB22F; }
p { color: rgb(138,178,47); }
H1.HeaderClassName
{
color: #8AB22F;
}
.AnyTagClassName
{
color: #8AB22F;
}
</style>
background-color css
<style>
a { background-color: #8AB22F; }
a { background-color: rgb(138,178,47); }
div.DivClassName
{
background-color: #8AB22F;
}
.BgClassName
{
background-color: #8AB22F;
}
</style>
border-color css
<style>
span { border-color: #8AB22F; }
span { border-color: rgb(138,178,47); }
td.TdClassName
{
border-color: #8AB22F;
}
.TagClassName
{
border-color: #8AB22F;
}
</style>