Shades of Limerick #84AF26
Tints of Limerick #84AF26
RGB
CMYK
RGB Variations
Color information
#84AF26 (or 0x84AF26) is known color: Limerick. HEX triplet: 84, AF and 26. RGB value is (132,175,38). Sum of RGB (Red+Green+Blue) = 132+175+38=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF26 is #7B50D9. Grayscale: #939393. Windows color (decimal): -8081626 or 2535300. OLE color: 2535300.
HSL color Cylindrical-coordinate representation of color #84AF26: hue angle of 78.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84AF26 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 38 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.31 |
| HSL | 78.83º | 0.64% | 0.42% | - |
| HSV(B) | 78.83º | 0.78% | 0.69% | - |
| XYZ | 25.2 | 35.71 | 7.4 | - |
| YUV | 146.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 38 | 0.25 | 0 | 0.78 | 0.31 | 78.83 | 0.64 | 0.42 |
| Hex | 84 | AF | 26 | 19 | 0 | 4E | 1F | 4F | 40 | 2A |
| Octal | 204 | 257 | 46 | 31 | 0 | 116 | 37 | 117 | 100 | 52 |
| Binary | 10000100 | 10101111 | 100110 | 11001 | 0 | 1001110 | 11111 | 1001111 | 1000000 | 101010 |
Color Harmonies of #84AF26
Complementary color
Monochromatic Colors of #84AF26
Black with #84AF26
Text Example
Text Example
White with #84AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF26; }
p { color: rgb(132,175,38); }
H1.HeaderClassName
{
color: #84AF26;
}
.AnyTagClassName
{
color: #84AF26;
}
</style>
background-color css
<style>
a { background-color: #84AF26; }
a { background-color: rgb(132,175,38); }
div.DivClassName
{
background-color: #84AF26;
}
.BgClassName
{
background-color: #84AF26;
}
</style>
border-color css
<style>
span { border-color: #84AF26; }
span { border-color: rgb(132,175,38); }
td.TdClassName
{
border-color: #84AF26;
}
.TagClassName
{
border-color: #84AF26;
}
</style>