Shades of Asparagus #80AF62
Tints of Asparagus #80AF62
RGB
CMYK
RGB Variations
Color information
#80AF62 (or 0x80AF62) is known color: Asparagus. HEX triplet: 80, AF and 62. RGB value is (128,175,98). Sum of RGB (Red+Green+Blue) = 128+175+98=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF62 is #7F509D. Grayscale: #989898. Windows color (decimal): -8343710 or 6467456. OLE color: 6467456.
HSL color Cylindrical-coordinate representation of color #80AF62: hue angle of 96.62º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80AF62 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 98 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.31 |
| HSL | 96.62º | 0.32% | 0.54% | - |
| HSV(B) | 96.62º | 0.44% | 0.69% | - |
| XYZ | 26.44 | 36.13 | 17.14 | - |
| YUV | 152.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 98 | 0.27 | 0 | 0.44 | 0.31 | 96.62 | 0.32 | 0.54 |
| Hex | 80 | AF | 62 | 1B | 0 | 2C | 1F | 61 | 20 | 36 |
| Octal | 200 | 257 | 142 | 33 | 0 | 54 | 37 | 141 | 40 | 66 |
| Binary | 10000000 | 10101111 | 1100010 | 11011 | 0 | 101100 | 11111 | 1100001 | 100000 | 110110 |
Color Harmonies of #80AF62
Complementary color
Monochromatic Colors of #80AF62
Black with #80AF62
Text Example
Text Example
White with #80AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF62; }
p { color: rgb(128,175,98); }
H1.HeaderClassName
{
color: #80AF62;
}
.AnyTagClassName
{
color: #80AF62;
}
</style>
background-color css
<style>
a { background-color: #80AF62; }
a { background-color: rgb(128,175,98); }
div.DivClassName
{
background-color: #80AF62;
}
.BgClassName
{
background-color: #80AF62;
}
</style>
border-color css
<style>
span { border-color: #80AF62; }
span { border-color: rgb(128,175,98); }
td.TdClassName
{
border-color: #80AF62;
}
.TagClassName
{
border-color: #80AF62;
}
</style>