Shades of Limerick #8AB32E
Tints of Limerick #8AB32E
RGB
CMYK
RGB Variations
Color information
#8AB32E (or 0x8AB32E) is known color: Limerick. HEX triplet: 8A, B3 and 2E. RGB value is (138,179,46). Sum of RGB (Red+Green+Blue) = 138+179+46=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB32E is #754CD1. Grayscale: #989898. Windows color (decimal): -7687378 or 3060618. OLE color: 3060618.
HSL color Cylindrical-coordinate representation of color #8AB32E: hue angle of 78.5º degrees, saturation: 0.59, 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 #8AB32E is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 46 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.30 |
| HSL | 78.5º | 0.59% | 0.44% | - |
| HSV(B) | 78.5º | 0.74% | 0.7% | - |
| XYZ | 27.09 | 37.84 | 8.46 | - |
| YUV | 151.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 46 | 0.23 | 0 | 0.74 | 0.30 | 78.5 | 0.59 | 0.44 |
| Hex | 8A | B3 | 2E | 17 | 0 | 4A | 1E | 4E | 3B | 2C |
| Octal | 212 | 263 | 56 | 27 | 0 | 112 | 36 | 116 | 73 | 54 |
| Binary | 10001010 | 10110011 | 101110 | 10111 | 0 | 1001010 | 11110 | 1001110 | 111011 | 101100 |
Color Harmonies of #8AB32E
Complementary color
Monochromatic Colors of #8AB32E
Black with #8AB32E
Text Example
Text Example
White with #8AB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB32E; }
p { color: rgb(138,179,46); }
H1.HeaderClassName
{
color: #8AB32E;
}
.AnyTagClassName
{
color: #8AB32E;
}
</style>
background-color css
<style>
a { background-color: #8AB32E; }
a { background-color: rgb(138,179,46); }
div.DivClassName
{
background-color: #8AB32E;
}
.BgClassName
{
background-color: #8AB32E;
}
</style>
border-color css
<style>
span { border-color: #8AB32E; }
span { border-color: rgb(138,179,46); }
td.TdClassName
{
border-color: #8AB32E;
}
.TagClassName
{
border-color: #8AB32E;
}
</style>