Shades of Limerick #80AB2C
Tints of Limerick #80AB2C
RGB
CMYK
RGB Variations
Color information
#80AB2C (or 0x80AB2C) is known color: Limerick. HEX triplet: 80, AB and 2C. RGB value is (128,171,44). Sum of RGB (Red+Green+Blue) = 128+171+44=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB2C is #7F54D3. Grayscale: #909090. Windows color (decimal): -8344788 or 2927488. OLE color: 2927488.
HSL color Cylindrical-coordinate representation of color #80AB2C: hue angle of 80.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80AB2C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 44 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.33 |
| HSL | 80.31º | 0.59% | 0.42% | - |
| HSV(B) | 80.31º | 0.74% | 0.67% | - |
| XYZ | 23.92 | 33.9 | 7.66 | - |
| YUV | 143.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 44 | 0.25 | 0 | 0.74 | 0.33 | 80.31 | 0.59 | 0.42 |
| Hex | 80 | AB | 2C | 19 | 0 | 4A | 21 | 50 | 3B | 2A |
| Octal | 200 | 253 | 54 | 31 | 0 | 112 | 41 | 120 | 73 | 52 |
| Binary | 10000000 | 10101011 | 101100 | 11001 | 0 | 1001010 | 100001 | 1010000 | 111011 | 101010 |
Color Harmonies of #80AB2C
Complementary color
Monochromatic Colors of #80AB2C
Black with #80AB2C
Text Example
Text Example
White with #80AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB2C; }
p { color: rgb(128,171,44); }
H1.HeaderClassName
{
color: #80AB2C;
}
.AnyTagClassName
{
color: #80AB2C;
}
</style>
background-color css
<style>
a { background-color: #80AB2C; }
a { background-color: rgb(128,171,44); }
div.DivClassName
{
background-color: #80AB2C;
}
.BgClassName
{
background-color: #80AB2C;
}
</style>
border-color css
<style>
span { border-color: #80AB2C; }
span { border-color: rgb(128,171,44); }
td.TdClassName
{
border-color: #80AB2C;
}
.TagClassName
{
border-color: #80AB2C;
}
</style>