Shades of Asparagus #80A964
Tints of Asparagus #80A964
RGB
CMYK
RGB Variations
Color information
#80A964 (or 0x80A964) is known color: Asparagus. HEX triplet: 80, A9 and 64. RGB value is (128,169,100). Sum of RGB (Red+Green+Blue) = 128+169+100=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #80A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A964 is #7F569B. Grayscale: #959595. Windows color (decimal): -8345244 or 6596992. OLE color: 6596992.
HSL color Cylindrical-coordinate representation of color #80A964: hue angle of 95.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80A964 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 100 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.34 |
| HSL | 95.65º | 0.29% | 0.53% | - |
| HSV(B) | 95.65º | 0.41% | 0.66% | - |
| XYZ | 25.39 | 33.89 | 17.26 | - |
| YUV | 148.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 100 | 0.24 | 0 | 0.41 | 0.34 | 95.65 | 0.29 | 0.53 |
| Hex | 80 | A9 | 64 | 18 | 0 | 29 | 22 | 60 | 1D | 35 |
| Octal | 200 | 251 | 144 | 30 | 0 | 51 | 42 | 140 | 35 | 65 |
| Binary | 10000000 | 10101001 | 1100100 | 11000 | 0 | 101001 | 100010 | 1100000 | 11101 | 110101 |
Color Harmonies of #80A964
Complementary color
Monochromatic Colors of #80A964
Black with #80A964
Text Example
Text Example
White with #80A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A964; }
p { color: rgb(128,169,100); }
H1.HeaderClassName
{
color: #80A964;
}
.AnyTagClassName
{
color: #80A964;
}
</style>
background-color css
<style>
a { background-color: #80A964; }
a { background-color: rgb(128,169,100); }
div.DivClassName
{
background-color: #80A964;
}
.BgClassName
{
background-color: #80A964;
}
</style>
border-color css
<style>
span { border-color: #80A964; }
span { border-color: rgb(128,169,100); }
td.TdClassName
{
border-color: #80A964;
}
.TagClassName
{
border-color: #80A964;
}
</style>