Shades of Limerick #8AB82D
Tints of Limerick #8AB82D
RGB
CMYK
RGB Variations
Color information
#8AB82D (or 0x8AB82D) is known color: Limerick. HEX triplet: 8A, B8 and 2D. RGB value is (138,184,45). Sum of RGB (Red+Green+Blue) = 138+184+45=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB82D is #7547D2. Grayscale: #9A9A9A. Windows color (decimal): -7686099 or 2996362. OLE color: 2996362.
HSL color Cylindrical-coordinate representation of color #8AB82D: hue angle of 79.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AB82D is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 45 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.28 |
| HSL | 79.86º | 0.61% | 0.45% | - |
| HSV(B) | 79.86º | 0.76% | 0.72% | - |
| XYZ | 28.1 | 39.87 | 8.7 | - |
| YUV | 154.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 45 | 0.25 | 0 | 0.76 | 0.28 | 79.86 | 0.61 | 0.45 |
| Hex | 8A | B8 | 2D | 19 | 0 | 4C | 1C | 50 | 3D | 2D |
| Octal | 212 | 270 | 55 | 31 | 0 | 114 | 34 | 120 | 75 | 55 |
| Binary | 10001010 | 10111000 | 101101 | 11001 | 0 | 1001100 | 11100 | 1010000 | 111101 | 101101 |
Color Harmonies of #8AB82D
Complementary color
Monochromatic Colors of #8AB82D
Black with #8AB82D
Text Example
Text Example
White with #8AB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB82D; }
p { color: rgb(138,184,45); }
H1.HeaderClassName
{
color: #8AB82D;
}
.AnyTagClassName
{
color: #8AB82D;
}
</style>
background-color css
<style>
a { background-color: #8AB82D; }
a { background-color: rgb(138,184,45); }
div.DivClassName
{
background-color: #8AB82D;
}
.BgClassName
{
background-color: #8AB82D;
}
</style>
border-color css
<style>
span { border-color: #8AB82D; }
span { border-color: rgb(138,184,45); }
td.TdClassName
{
border-color: #8AB82D;
}
.TagClassName
{
border-color: #8AB82D;
}
</style>