Shades of Asparagus #81AF63
Tints of Asparagus #81AF63
RGB
CMYK
RGB Variations
Color information
#81AF63 (or 0x81AF63) is known color: Asparagus. HEX triplet: 81, AF and 63. RGB value is (129,175,99). Sum of RGB (Red+Green+Blue) = 129+175+99=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF63 is #7E509C. Grayscale: #989898. Windows color (decimal): -8278173 or 6532993. OLE color: 6532993.
HSL color Cylindrical-coordinate representation of color #81AF63: hue angle of 96.32º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81AF63 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 99 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.31 |
| HSL | 96.32º | 0.32% | 0.54% | - |
| HSV(B) | 96.32º | 0.43% | 0.69% | - |
| XYZ | 26.64 | 36.23 | 17.39 | - |
| YUV | 152.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 99 | 0.26 | 0 | 0.43 | 0.31 | 96.32 | 0.32 | 0.54 |
| Hex | 81 | AF | 63 | 1A | 0 | 2B | 1F | 60 | 20 | 36 |
| Octal | 201 | 257 | 143 | 32 | 0 | 53 | 37 | 140 | 40 | 66 |
| Binary | 10000001 | 10101111 | 1100011 | 11010 | 0 | 101011 | 11111 | 1100000 | 100000 | 110110 |
Color Harmonies of #81AF63
Complementary color
Monochromatic Colors of #81AF63
Black with #81AF63
Text Example
Text Example
White with #81AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF63; }
p { color: rgb(129,175,99); }
H1.HeaderClassName
{
color: #81AF63;
}
.AnyTagClassName
{
color: #81AF63;
}
</style>
background-color css
<style>
a { background-color: #81AF63; }
a { background-color: rgb(129,175,99); }
div.DivClassName
{
background-color: #81AF63;
}
.BgClassName
{
background-color: #81AF63;
}
</style>
border-color css
<style>
span { border-color: #81AF63; }
span { border-color: rgb(129,175,99); }
td.TdClassName
{
border-color: #81AF63;
}
.TagClassName
{
border-color: #81AF63;
}
</style>