Shades of Limerick #8AB63D
Tints of Limerick #8AB63D
RGB
CMYK
RGB Variations
Color information
#8AB63D (or 0x8AB63D) is known color: Limerick. HEX triplet: 8A, B6 and 3D. RGB value is (138,182,61). Sum of RGB (Red+Green+Blue) = 138+182+61=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB63D is #7549C2. Grayscale: #9B9B9B. Windows color (decimal): -7686595 or 4044426. OLE color: 4044426.
HSL color Cylindrical-coordinate representation of color #8AB63D: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AB63D is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 61 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.29 |
| HSL | 81.82º | 0.5% | 0.48% | - |
| HSV(B) | 81.82º | 0.66% | 0.71% | - |
| XYZ | 28.05 | 39.2 | 10.5 | - |
| YUV | 155.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 61 | 0.24 | 0 | 0.66 | 0.29 | 81.82 | 0.5 | 0.48 |
| Hex | 8A | B6 | 3D | 18 | 0 | 42 | 1D | 52 | 32 | 30 |
| Octal | 212 | 266 | 75 | 30 | 0 | 102 | 35 | 122 | 62 | 60 |
| Binary | 10001010 | 10110110 | 111101 | 11000 | 0 | 1000010 | 11101 | 1010010 | 110010 | 110000 |
Color Harmonies of #8AB63D
Complementary color
Monochromatic Colors of #8AB63D
Black with #8AB63D
Text Example
Text Example
White with #8AB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB63D; }
p { color: rgb(138,182,61); }
H1.HeaderClassName
{
color: #8AB63D;
}
.AnyTagClassName
{
color: #8AB63D;
}
</style>
background-color css
<style>
a { background-color: #8AB63D; }
a { background-color: rgb(138,182,61); }
div.DivClassName
{
background-color: #8AB63D;
}
.BgClassName
{
background-color: #8AB63D;
}
</style>
border-color css
<style>
span { border-color: #8AB63D; }
span { border-color: rgb(138,182,61); }
td.TdClassName
{
border-color: #8AB63D;
}
.TagClassName
{
border-color: #8AB63D;
}
</style>