Shades of Limerick #8AB21D
Tints of Limerick #8AB21D
RGB
CMYK
RGB Variations
Color information
#8AB21D (or 0x8AB21D) is known color: Limerick. HEX triplet: 8A, B2 and 1D. RGB value is (138,178,29). Sum of RGB (Red+Green+Blue) = 138+178+29=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB21D is #754DE2. Grayscale: #959595. Windows color (decimal): -7687651 or 1946250. OLE color: 1946250.
HSL color Cylindrical-coordinate representation of color #8AB21D: hue angle of 76.11º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AB21D is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 29 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.30 |
| HSL | 76.11º | 0.72% | 0.41% | - |
| HSV(B) | 76.11º | 0.84% | 0.7% | - |
| XYZ | 26.62 | 37.33 | 6.97 | - |
| YUV | 149.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 29 | 0.22 | 0 | 0.84 | 0.30 | 76.11 | 0.72 | 0.41 |
| Hex | 8A | B2 | 1D | 16 | 0 | 54 | 1E | 4C | 48 | 29 |
| Octal | 212 | 262 | 35 | 26 | 0 | 124 | 36 | 114 | 110 | 51 |
| Binary | 10001010 | 10110010 | 11101 | 10110 | 0 | 1010100 | 11110 | 1001100 | 1001000 | 101001 |
Color Harmonies of #8AB21D
Complementary color
Monochromatic Colors of #8AB21D
Black with #8AB21D
Text Example
Text Example
White with #8AB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB21D; }
p { color: rgb(138,178,29); }
H1.HeaderClassName
{
color: #8AB21D;
}
.AnyTagClassName
{
color: #8AB21D;
}
</style>
background-color css
<style>
a { background-color: #8AB21D; }
a { background-color: rgb(138,178,29); }
div.DivClassName
{
background-color: #8AB21D;
}
.BgClassName
{
background-color: #8AB21D;
}
</style>
border-color css
<style>
span { border-color: #8AB21D; }
span { border-color: rgb(138,178,29); }
td.TdClassName
{
border-color: #8AB21D;
}
.TagClassName
{
border-color: #8AB21D;
}
</style>