Shades of Lima #80A121
Tints of Lima #80A121
RGB
CMYK
RGB Variations
Color information
#80A121 (or 0x80A121) is known color: Lima. HEX triplet: 80, A1 and 21. RGB value is (128,161,33). Sum of RGB (Red+Green+Blue) = 128+161+33=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #80A121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A121 is #7F5EDE. Grayscale: #898989. Windows color (decimal): -8347359 or 2204032. OLE color: 2204032.
HSL color Cylindrical-coordinate representation of color #80A121: hue angle of 75.47º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80A121 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 33 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.37 |
| HSL | 75.47º | 0.66% | 0.38% | - |
| HSV(B) | 75.47º | 0.8% | 0.63% | - |
| XYZ | 21.92 | 30.19 | 6.11 | - |
| YUV | 136.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 33 | 0.20 | 0 | 0.80 | 0.37 | 75.47 | 0.66 | 0.38 |
| Hex | 80 | A1 | 21 | 14 | 0 | 50 | 25 | 4B | 42 | 26 |
| Octal | 200 | 241 | 41 | 24 | 0 | 120 | 45 | 113 | 102 | 46 |
| Binary | 10000000 | 10100001 | 100001 | 10100 | 0 | 1010000 | 100101 | 1001011 | 1000010 | 100110 |
Color Harmonies of #80A121
Complementary color
Monochromatic Colors of #80A121
Black with #80A121
Text Example
Text Example
White with #80A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A121; }
p { color: rgb(128,161,33); }
H1.HeaderClassName
{
color: #80A121;
}
.AnyTagClassName
{
color: #80A121;
}
</style>
background-color css
<style>
a { background-color: #80A121; }
a { background-color: rgb(128,161,33); }
div.DivClassName
{
background-color: #80A121;
}
.BgClassName
{
background-color: #80A121;
}
</style>
border-color css
<style>
span { border-color: #80A121; }
span { border-color: rgb(128,161,33); }
td.TdClassName
{
border-color: #80A121;
}
.TagClassName
{
border-color: #80A121;
}
</style>