Shades of Asparagus #81AE65
Tints of Asparagus #81AE65
RGB
CMYK
RGB Variations
Color information
#81AE65 (or 0x81AE65) is known color: Asparagus. HEX triplet: 81, AE and 65. RGB value is (129,174,101). Sum of RGB (Red+Green+Blue) = 129+174+101=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AE65 is #7E519A. Grayscale: #989898. Windows color (decimal): -8278427 or 6663809. OLE color: 6663809.
HSL color Cylindrical-coordinate representation of color #81AE65: hue angle of 96.99º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81AE65 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 101 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.32 |
| HSL | 96.99º | 0.31% | 0.54% | - |
| HSV(B) | 96.99º | 0.42% | 0.68% | - |
| XYZ | 26.54 | 35.88 | 17.84 | - |
| YUV | 152.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 101 | 0.26 | 0 | 0.42 | 0.32 | 96.99 | 0.31 | 0.54 |
| Hex | 81 | AE | 65 | 1A | 0 | 2A | 20 | 61 | 1F | 36 |
| Octal | 201 | 256 | 145 | 32 | 0 | 52 | 40 | 141 | 37 | 66 |
| Binary | 10000001 | 10101110 | 1100101 | 11010 | 0 | 101010 | 100000 | 1100001 | 11111 | 110110 |
Color Harmonies of #81AE65
Complementary color
Monochromatic Colors of #81AE65
Black with #81AE65
Text Example
Text Example
White with #81AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AE65; }
p { color: rgb(129,174,101); }
H1.HeaderClassName
{
color: #81AE65;
}
.AnyTagClassName
{
color: #81AE65;
}
</style>
background-color css
<style>
a { background-color: #81AE65; }
a { background-color: rgb(129,174,101); }
div.DivClassName
{
background-color: #81AE65;
}
.BgClassName
{
background-color: #81AE65;
}
</style>
border-color css
<style>
span { border-color: #81AE65; }
span { border-color: rgb(129,174,101); }
td.TdClassName
{
border-color: #81AE65;
}
.TagClassName
{
border-color: #81AE65;
}
</style>