Shades of Limerick #8AB73D
Tints of Limerick #8AB73D
RGB
CMYK
RGB Variations
Color information
#8AB73D (or 0x8AB73D) is known color: Limerick. HEX triplet: 8A, B7 and 3D. RGB value is (138,183,61). Sum of RGB (Red+Green+Blue) = 138+183+61=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB73D is #7548C2. Grayscale: #9C9C9C. Windows color (decimal): -7686339 or 4044682. OLE color: 4044682.
HSL color Cylindrical-coordinate representation of color #8AB73D: hue angle of 82.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AB73D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 61 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.28 |
| HSL | 82.13º | 0.5% | 0.48% | - |
| HSV(B) | 82.13º | 0.67% | 0.72% | - |
| XYZ | 28.26 | 39.61 | 10.57 | - |
| YUV | 155.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 61 | 0.25 | 0 | 0.67 | 0.28 | 82.13 | 0.5 | 0.48 |
| Hex | 8A | B7 | 3D | 19 | 0 | 43 | 1C | 52 | 32 | 30 |
| Octal | 212 | 267 | 75 | 31 | 0 | 103 | 34 | 122 | 62 | 60 |
| Binary | 10001010 | 10110111 | 111101 | 11001 | 0 | 1000011 | 11100 | 1010010 | 110010 | 110000 |
Color Harmonies of #8AB73D
Complementary color
Monochromatic Colors of #8AB73D
Black with #8AB73D
Text Example
Text Example
White with #8AB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB73D; }
p { color: rgb(138,183,61); }
H1.HeaderClassName
{
color: #8AB73D;
}
.AnyTagClassName
{
color: #8AB73D;
}
</style>
background-color css
<style>
a { background-color: #8AB73D; }
a { background-color: rgb(138,183,61); }
div.DivClassName
{
background-color: #8AB73D;
}
.BgClassName
{
background-color: #8AB73D;
}
</style>
border-color css
<style>
span { border-color: #8AB73D; }
span { border-color: rgb(138,183,61); }
td.TdClassName
{
border-color: #8AB73D;
}
.TagClassName
{
border-color: #8AB73D;
}
</style>