Shades of Limerick #8AB52D
Tints of Limerick #8AB52D
RGB
CMYK
RGB Variations
Color information
#8AB52D (or 0x8AB52D) is known color: Limerick. HEX triplet: 8A, B5 and 2D. RGB value is (138,181,45). Sum of RGB (Red+Green+Blue) = 138+181+45=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB52D is #754AD2. Grayscale: #999999. Windows color (decimal): -7686867 or 2995594. OLE color: 2995594.
HSL color Cylindrical-coordinate representation of color #8AB52D: hue angle of 78.97º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AB52D is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 45 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.29 |
| HSL | 78.97º | 0.6% | 0.44% | - |
| HSV(B) | 78.97º | 0.75% | 0.71% | - |
| XYZ | 27.48 | 38.64 | 8.49 | - |
| YUV | 152.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 45 | 0.24 | 0 | 0.75 | 0.29 | 78.97 | 0.6 | 0.44 |
| Hex | 8A | B5 | 2D | 18 | 0 | 4B | 1D | 4F | 3C | 2C |
| Octal | 212 | 265 | 55 | 30 | 0 | 113 | 35 | 117 | 74 | 54 |
| Binary | 10001010 | 10110101 | 101101 | 11000 | 0 | 1001011 | 11101 | 1001111 | 111100 | 101100 |
Color Harmonies of #8AB52D
Complementary color
Monochromatic Colors of #8AB52D
Black with #8AB52D
Text Example
Text Example
White with #8AB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB52D; }
p { color: rgb(138,181,45); }
H1.HeaderClassName
{
color: #8AB52D;
}
.AnyTagClassName
{
color: #8AB52D;
}
</style>
background-color css
<style>
a { background-color: #8AB52D; }
a { background-color: rgb(138,181,45); }
div.DivClassName
{
background-color: #8AB52D;
}
.BgClassName
{
background-color: #8AB52D;
}
</style>
border-color css
<style>
span { border-color: #8AB52D; }
span { border-color: rgb(138,181,45); }
td.TdClassName
{
border-color: #8AB52D;
}
.TagClassName
{
border-color: #8AB52D;
}
</style>