Shades of Asparagus #80AA61
Tints of Asparagus #80AA61
RGB
CMYK
RGB Variations
Color information
#80AA61 (or 0x80AA61) is known color: Asparagus. HEX triplet: 80, AA and 61. RGB value is (128,170,97). Sum of RGB (Red+Green+Blue) = 128+170+97=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA61 is #7F559E. Grayscale: #959595. Windows color (decimal): -8344991 or 6400640. OLE color: 6400640.
HSL color Cylindrical-coordinate representation of color #80AA61: hue angle of 94.52º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AA61 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 97 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.33 |
| HSL | 94.52º | 0.3% | 0.52% | - |
| HSV(B) | 94.52º | 0.43% | 0.67% | - |
| XYZ | 25.43 | 34.2 | 16.57 | - |
| YUV | 149.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 97 | 0.25 | 0 | 0.43 | 0.33 | 94.52 | 0.3 | 0.52 |
| Hex | 80 | AA | 61 | 19 | 0 | 2B | 21 | 5F | 1E | 34 |
| Octal | 200 | 252 | 141 | 31 | 0 | 53 | 41 | 137 | 36 | 64 |
| Binary | 10000000 | 10101010 | 1100001 | 11001 | 0 | 101011 | 100001 | 1011111 | 11110 | 110100 |
Color Harmonies of #80AA61
Complementary color
Monochromatic Colors of #80AA61
Black with #80AA61
Text Example
Text Example
White with #80AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA61; }
p { color: rgb(128,170,97); }
H1.HeaderClassName
{
color: #80AA61;
}
.AnyTagClassName
{
color: #80AA61;
}
</style>
background-color css
<style>
a { background-color: #80AA61; }
a { background-color: rgb(128,170,97); }
div.DivClassName
{
background-color: #80AA61;
}
.BgClassName
{
background-color: #80AA61;
}
</style>
border-color css
<style>
span { border-color: #80AA61; }
span { border-color: rgb(128,170,97); }
td.TdClassName
{
border-color: #80AA61;
}
.TagClassName
{
border-color: #80AA61;
}
</style>