Shades of Limerick #84A81E
Tints of Limerick #84A81E
RGB
CMYK
RGB Variations
Color information
#84A81E (or 0x84A81E) is known color: Limerick. HEX triplet: 84, A8 and 1E. RGB value is (132,168,30). Sum of RGB (Red+Green+Blue) = 132+168+30=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #84A81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A81E is #7B57E1. Grayscale: #8E8E8E. Windows color (decimal): -8083426 or 2009220. OLE color: 2009220.
HSL color Cylindrical-coordinate representation of color #84A81E: hue angle of 75.65º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84A81E is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 30 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.34 |
| HSL | 75.65º | 0.7% | 0.39% | - |
| HSV(B) | 75.65º | 0.82% | 0.66% | - |
| XYZ | 23.75 | 33 | 6.35 | - |
| YUV | 141.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 30 | 0.21 | 0 | 0.82 | 0.34 | 75.65 | 0.7 | 0.39 |
| Hex | 84 | A8 | 1E | 15 | 0 | 52 | 22 | 4C | 46 | 27 |
| Octal | 204 | 250 | 36 | 25 | 0 | 122 | 42 | 114 | 106 | 47 |
| Binary | 10000100 | 10101000 | 11110 | 10101 | 0 | 1010010 | 100010 | 1001100 | 1000110 | 100111 |
Color Harmonies of #84A81E
Complementary color
Monochromatic Colors of #84A81E
Black with #84A81E
Text Example
Text Example
White with #84A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A81E; }
p { color: rgb(132,168,30); }
H1.HeaderClassName
{
color: #84A81E;
}
.AnyTagClassName
{
color: #84A81E;
}
</style>
background-color css
<style>
a { background-color: #84A81E; }
a { background-color: rgb(132,168,30); }
div.DivClassName
{
background-color: #84A81E;
}
.BgClassName
{
background-color: #84A81E;
}
</style>
border-color css
<style>
span { border-color: #84A81E; }
span { border-color: rgb(132,168,30); }
td.TdClassName
{
border-color: #84A81E;
}
.TagClassName
{
border-color: #84A81E;
}
</style>