Shades of Asparagus #80AD66
Tints of Asparagus #80AD66
RGB
CMYK
RGB Variations
Color information
#80AD66 (or 0x80AD66) is known color: Asparagus. HEX triplet: 80, AD and 66. RGB value is (128,173,102). Sum of RGB (Red+Green+Blue) = 128+173+102=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD66 is #7F5299. Grayscale: #979797. Windows color (decimal): -8344218 or 6729088. OLE color: 6729088.
HSL color Cylindrical-coordinate representation of color #80AD66: hue angle of 98.03º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80AD66 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 102 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.32 |
| HSL | 98.03º | 0.3% | 0.54% | - |
| HSV(B) | 98.03º | 0.41% | 0.68% | - |
| XYZ | 26.24 | 35.44 | 18.03 | - |
| YUV | 151.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 102 | 0.26 | 0 | 0.41 | 0.32 | 98.03 | 0.3 | 0.54 |
| Hex | 80 | AD | 66 | 1A | 0 | 29 | 20 | 62 | 1E | 36 |
| Octal | 200 | 255 | 146 | 32 | 0 | 51 | 40 | 142 | 36 | 66 |
| Binary | 10000000 | 10101101 | 1100110 | 11010 | 0 | 101001 | 100000 | 1100010 | 11110 | 110110 |
Color Harmonies of #80AD66
Complementary color
Monochromatic Colors of #80AD66
Black with #80AD66
Text Example
Text Example
White with #80AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD66; }
p { color: rgb(128,173,102); }
H1.HeaderClassName
{
color: #80AD66;
}
.AnyTagClassName
{
color: #80AD66;
}
</style>
background-color css
<style>
a { background-color: #80AD66; }
a { background-color: rgb(128,173,102); }
div.DivClassName
{
background-color: #80AD66;
}
.BgClassName
{
background-color: #80AD66;
}
</style>
border-color css
<style>
span { border-color: #80AD66; }
span { border-color: rgb(128,173,102); }
td.TdClassName
{
border-color: #80AD66;
}
.TagClassName
{
border-color: #80AD66;
}
</style>