Shades of Asparagus #80AC63
Tints of Asparagus #80AC63
RGB
CMYK
RGB Variations
Color information
#80AC63 (or 0x80AC63) is known color: Asparagus. HEX triplet: 80, AC and 63. RGB value is (128,172,99). Sum of RGB (Red+Green+Blue) = 128+172+99=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC63 is #7F539C. Grayscale: #969696. Windows color (decimal): -8344477 or 6532224. OLE color: 6532224.
HSL color Cylindrical-coordinate representation of color #80AC63: hue angle of 96.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AC63 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 99 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.33 |
| HSL | 96.16º | 0.31% | 0.53% | - |
| HSV(B) | 96.16º | 0.42% | 0.67% | - |
| XYZ | 25.91 | 35 | 17.19 | - |
| YUV | 150.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 99 | 0.26 | 0 | 0.42 | 0.33 | 96.16 | 0.31 | 0.53 |
| Hex | 80 | AC | 63 | 1A | 0 | 2A | 21 | 60 | 1F | 35 |
| Octal | 200 | 254 | 143 | 32 | 0 | 52 | 41 | 140 | 37 | 65 |
| Binary | 10000000 | 10101100 | 1100011 | 11010 | 0 | 101010 | 100001 | 1100000 | 11111 | 110101 |
Color Harmonies of #80AC63
Complementary color
Monochromatic Colors of #80AC63
Black with #80AC63
Text Example
Text Example
White with #80AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC63; }
p { color: rgb(128,172,99); }
H1.HeaderClassName
{
color: #80AC63;
}
.AnyTagClassName
{
color: #80AC63;
}
</style>
background-color css
<style>
a { background-color: #80AC63; }
a { background-color: rgb(128,172,99); }
div.DivClassName
{
background-color: #80AC63;
}
.BgClassName
{
background-color: #80AC63;
}
</style>
border-color css
<style>
span { border-color: #80AC63; }
span { border-color: rgb(128,172,99); }
td.TdClassName
{
border-color: #80AC63;
}
.TagClassName
{
border-color: #80AC63;
}
</style>