Shades of Asparagus #81A159
Tints of Asparagus #81A159
RGB
CMYK
RGB Variations
Color information
#81A159 (or 0x81A159) is known color: Asparagus. HEX triplet: 81, A1 and 59. RGB value is (129,161,89). Sum of RGB (Red+Green+Blue) = 129+161+89=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #81A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A159 is #7E5EA6. Grayscale: #8F8F8F. Windows color (decimal): -8281767 or 5874049. OLE color: 5874049.
HSL color Cylindrical-coordinate representation of color #81A159: hue angle of 86.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81A159 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 89 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.37 |
| HSL | 86.67º | 0.29% | 0.49% | - |
| HSV(B) | 86.67º | 0.45% | 0.63% | - |
| XYZ | 23.6 | 30.88 | 14.17 | - |
| YUV | 143.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 89 | 0.20 | 0 | 0.45 | 0.37 | 86.67 | 0.29 | 0.49 |
| Hex | 81 | A1 | 59 | 14 | 0 | 2D | 25 | 57 | 1D | 31 |
| Octal | 201 | 241 | 131 | 24 | 0 | 55 | 45 | 127 | 35 | 61 |
| Binary | 10000001 | 10100001 | 1011001 | 10100 | 0 | 101101 | 100101 | 1010111 | 11101 | 110001 |
Color Harmonies of #81A159
Complementary color
Monochromatic Colors of #81A159
Black with #81A159
Text Example
Text Example
White with #81A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A159; }
p { color: rgb(129,161,89); }
H1.HeaderClassName
{
color: #81A159;
}
.AnyTagClassName
{
color: #81A159;
}
</style>
background-color css
<style>
a { background-color: #81A159; }
a { background-color: rgb(129,161,89); }
div.DivClassName
{
background-color: #81A159;
}
.BgClassName
{
background-color: #81A159;
}
</style>
border-color css
<style>
span { border-color: #81A159; }
span { border-color: rgb(129,161,89); }
td.TdClassName
{
border-color: #81A159;
}
.TagClassName
{
border-color: #81A159;
}
</style>