Shades of Asparagus #80AE64
Tints of Asparagus #80AE64
RGB
CMYK
RGB Variations
Color information
#80AE64 (or 0x80AE64) is known color: Asparagus. HEX triplet: 80, AE and 64. RGB value is (128,174,100). Sum of RGB (Red+Green+Blue) = 128+174+100=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE64 is #7F519B. Grayscale: #989898. Windows color (decimal): -8343964 or 6598272. OLE color: 6598272.
HSL color Cylindrical-coordinate representation of color #80AE64: hue angle of 97.3º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AE64 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 100 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.32 |
| HSL | 97.3º | 0.31% | 0.54% | - |
| HSV(B) | 97.3º | 0.43% | 0.68% | - |
| XYZ | 26.34 | 35.78 | 17.57 | - |
| YUV | 151.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 100 | 0.26 | 0 | 0.43 | 0.32 | 97.3 | 0.31 | 0.54 |
| Hex | 80 | AE | 64 | 1A | 0 | 2B | 20 | 61 | 1F | 36 |
| Octal | 200 | 256 | 144 | 32 | 0 | 53 | 40 | 141 | 37 | 66 |
| Binary | 10000000 | 10101110 | 1100100 | 11010 | 0 | 101011 | 100000 | 1100001 | 11111 | 110110 |
Color Harmonies of #80AE64
Complementary color
Monochromatic Colors of #80AE64
Black with #80AE64
Text Example
Text Example
White with #80AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE64; }
p { color: rgb(128,174,100); }
H1.HeaderClassName
{
color: #80AE64;
}
.AnyTagClassName
{
color: #80AE64;
}
</style>
background-color css
<style>
a { background-color: #80AE64; }
a { background-color: rgb(128,174,100); }
div.DivClassName
{
background-color: #80AE64;
}
.BgClassName
{
background-color: #80AE64;
}
</style>
border-color css
<style>
span { border-color: #80AE64; }
span { border-color: rgb(128,174,100); }
td.TdClassName
{
border-color: #80AE64;
}
.TagClassName
{
border-color: #80AE64;
}
</style>