Shades of Asparagus #80AE62
Tints of Asparagus #80AE62
RGB
CMYK
RGB Variations
Color information
#80AE62 (or 0x80AE62) is known color: Asparagus. HEX triplet: 80, AE and 62. RGB value is (128,174,98). Sum of RGB (Red+Green+Blue) = 128+174+98=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE62 is #7F519D. Grayscale: #979797. Windows color (decimal): -8343966 or 6467200. OLE color: 6467200.
HSL color Cylindrical-coordinate representation of color #80AE62: hue angle of 96.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80AE62 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 98 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.32 |
| HSL | 96.32º | 0.32% | 0.53% | - |
| HSV(B) | 96.32º | 0.44% | 0.68% | - |
| XYZ | 26.24 | 35.74 | 17.07 | - |
| YUV | 151.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 98 | 0.26 | 0 | 0.44 | 0.32 | 96.32 | 0.32 | 0.53 |
| Hex | 80 | AE | 62 | 1A | 0 | 2C | 20 | 60 | 20 | 35 |
| Octal | 200 | 256 | 142 | 32 | 0 | 54 | 40 | 140 | 40 | 65 |
| Binary | 10000000 | 10101110 | 1100010 | 11010 | 0 | 101100 | 100000 | 1100000 | 100000 | 110101 |
Color Harmonies of #80AE62
Complementary color
Monochromatic Colors of #80AE62
Black with #80AE62
Text Example
Text Example
White with #80AE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE62; }
p { color: rgb(128,174,98); }
H1.HeaderClassName
{
color: #80AE62;
}
.AnyTagClassName
{
color: #80AE62;
}
</style>
background-color css
<style>
a { background-color: #80AE62; }
a { background-color: rgb(128,174,98); }
div.DivClassName
{
background-color: #80AE62;
}
.BgClassName
{
background-color: #80AE62;
}
</style>
border-color css
<style>
span { border-color: #80AE62; }
span { border-color: rgb(128,174,98); }
td.TdClassName
{
border-color: #80AE62;
}
.TagClassName
{
border-color: #80AE62;
}
</style>