Shades of Limerick #8AB820
Tints of Limerick #8AB820
RGB
CMYK
RGB Variations
Color information
#8AB820 (or 0x8AB820) is known color: Limerick. HEX triplet: 8A, B8 and 20. RGB value is (138,184,32). Sum of RGB (Red+Green+Blue) = 138+184+32=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB820 is #7547DF. Grayscale: #999999. Windows color (decimal): -7686112 or 2144394. OLE color: 2144394.
HSL color Cylindrical-coordinate representation of color #8AB820: hue angle of 78.16º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AB820 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 32 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.28 |
| HSL | 78.16º | 0.7% | 0.42% | - |
| HSV(B) | 78.16º | 0.83% | 0.72% | - |
| XYZ | 27.88 | 39.79 | 7.58 | - |
| YUV | 152.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 32 | 0.25 | 0 | 0.83 | 0.28 | 78.16 | 0.7 | 0.42 |
| Hex | 8A | B8 | 20 | 19 | 0 | 53 | 1C | 4E | 46 | 2A |
| Octal | 212 | 270 | 40 | 31 | 0 | 123 | 34 | 116 | 106 | 52 |
| Binary | 10001010 | 10111000 | 100000 | 11001 | 0 | 1010011 | 11100 | 1001110 | 1000110 | 101010 |
Color Harmonies of #8AB820
Complementary color
Monochromatic Colors of #8AB820
Black with #8AB820
Text Example
Text Example
White with #8AB820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB820; }
p { color: rgb(138,184,32); }
H1.HeaderClassName
{
color: #8AB820;
}
.AnyTagClassName
{
color: #8AB820;
}
</style>
background-color css
<style>
a { background-color: #8AB820; }
a { background-color: rgb(138,184,32); }
div.DivClassName
{
background-color: #8AB820;
}
.BgClassName
{
background-color: #8AB820;
}
</style>
border-color css
<style>
span { border-color: #8AB820; }
span { border-color: rgb(138,184,32); }
td.TdClassName
{
border-color: #8AB820;
}
.TagClassName
{
border-color: #8AB820;
}
</style>