Shades of Limerick #8AB322
Tints of Limerick #8AB322
RGB
CMYK
RGB Variations
Color information
#8AB322 (or 0x8AB322) is known color: Limerick. HEX triplet: 8A, B3 and 22. RGB value is (138,179,34). Sum of RGB (Red+Green+Blue) = 138+179+34=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB322 is #754CDD. Grayscale: #969696. Windows color (decimal): -7687390 or 2274186. OLE color: 2274186.
HSL color Cylindrical-coordinate representation of color #8AB322: hue angle of 76.97º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AB322 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 34 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.30 |
| HSL | 76.97º | 0.68% | 0.42% | - |
| HSV(B) | 76.97º | 0.81% | 0.7% | - |
| XYZ | 26.89 | 37.76 | 7.38 | - |
| YUV | 150.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 34 | 0.23 | 0 | 0.81 | 0.30 | 76.97 | 0.68 | 0.42 |
| Hex | 8A | B3 | 22 | 17 | 0 | 51 | 1E | 4D | 44 | 2A |
| Octal | 212 | 263 | 42 | 27 | 0 | 121 | 36 | 115 | 104 | 52 |
| Binary | 10001010 | 10110011 | 100010 | 10111 | 0 | 1010001 | 11110 | 1001101 | 1000100 | 101010 |
Color Harmonies of #8AB322
Complementary color
Monochromatic Colors of #8AB322
Black with #8AB322
Text Example
Text Example
White with #8AB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB322; }
p { color: rgb(138,179,34); }
H1.HeaderClassName
{
color: #8AB322;
}
.AnyTagClassName
{
color: #8AB322;
}
</style>
background-color css
<style>
a { background-color: #8AB322; }
a { background-color: rgb(138,179,34); }
div.DivClassName
{
background-color: #8AB322;
}
.BgClassName
{
background-color: #8AB322;
}
</style>
border-color css
<style>
span { border-color: #8AB322; }
span { border-color: rgb(138,179,34); }
td.TdClassName
{
border-color: #8AB322;
}
.TagClassName
{
border-color: #8AB322;
}
</style>