Shades of Asparagus #80AF5E
Tints of Asparagus #80AF5E
RGB
CMYK
RGB Variations
Color information
#80AF5E (or 0x80AF5E) is known color: Asparagus. HEX triplet: 80, AF and 5E. RGB value is (128,175,94). Sum of RGB (Red+Green+Blue) = 128+175+94=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF5E is #7F50A1. Grayscale: #979797. Windows color (decimal): -8343714 or 6205312. OLE color: 6205312.
HSL color Cylindrical-coordinate representation of color #80AF5E: hue angle of 94.81º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80AF5E is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 94 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.31 |
| HSL | 94.81º | 0.34% | 0.53% | - |
| HSV(B) | 94.81º | 0.46% | 0.69% | - |
| XYZ | 26.25 | 36.06 | 16.17 | - |
| YUV | 151.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 94 | 0.27 | 0 | 0.46 | 0.31 | 94.81 | 0.34 | 0.53 |
| Hex | 80 | AF | 5E | 1B | 0 | 2E | 1F | 5F | 22 | 35 |
| Octal | 200 | 257 | 136 | 33 | 0 | 56 | 37 | 137 | 42 | 65 |
| Binary | 10000000 | 10101111 | 1011110 | 11011 | 0 | 101110 | 11111 | 1011111 | 100010 | 110101 |
Color Harmonies of #80AF5E
Complementary color
Monochromatic Colors of #80AF5E
Black with #80AF5E
Text Example
Text Example
White with #80AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF5E; }
p { color: rgb(128,175,94); }
H1.HeaderClassName
{
color: #80AF5E;
}
.AnyTagClassName
{
color: #80AF5E;
}
</style>
background-color css
<style>
a { background-color: #80AF5E; }
a { background-color: rgb(128,175,94); }
div.DivClassName
{
background-color: #80AF5E;
}
.BgClassName
{
background-color: #80AF5E;
}
</style>
border-color css
<style>
span { border-color: #80AF5E; }
span { border-color: rgb(128,175,94); }
td.TdClassName
{
border-color: #80AF5E;
}
.TagClassName
{
border-color: #80AF5E;
}
</style>