Shades of Asparagus #81AA60
Tints of Asparagus #81AA60
RGB
CMYK
RGB Variations
Color information
#81AA60 (or 0x81AA60) is known color: Asparagus. HEX triplet: 81, AA and 60. RGB value is (129,170,96). Sum of RGB (Red+Green+Blue) = 129+170+96=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA60 is #7E559F. Grayscale: #959595. Windows color (decimal): -8279456 or 6335105. OLE color: 6335105.
HSL color Cylindrical-coordinate representation of color #81AA60: hue angle of 93.24º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81AA60 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 96 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.33 |
| HSL | 93.24º | 0.3% | 0.52% | - |
| HSV(B) | 93.24º | 0.44% | 0.67% | - |
| XYZ | 25.54 | 34.26 | 16.33 | - |
| YUV | 149.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 96 | 0.24 | 0 | 0.44 | 0.33 | 93.24 | 0.3 | 0.52 |
| Hex | 81 | AA | 60 | 18 | 0 | 2C | 21 | 5D | 1E | 34 |
| Octal | 201 | 252 | 140 | 30 | 0 | 54 | 41 | 135 | 36 | 64 |
| Binary | 10000001 | 10101010 | 1100000 | 11000 | 0 | 101100 | 100001 | 1011101 | 11110 | 110100 |
Color Harmonies of #81AA60
Complementary color
Monochromatic Colors of #81AA60
Black with #81AA60
Text Example
Text Example
White with #81AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA60; }
p { color: rgb(129,170,96); }
H1.HeaderClassName
{
color: #81AA60;
}
.AnyTagClassName
{
color: #81AA60;
}
</style>
background-color css
<style>
a { background-color: #81AA60; }
a { background-color: rgb(129,170,96); }
div.DivClassName
{
background-color: #81AA60;
}
.BgClassName
{
background-color: #81AA60;
}
</style>
border-color css
<style>
span { border-color: #81AA60; }
span { border-color: rgb(129,170,96); }
td.TdClassName
{
border-color: #81AA60;
}
.TagClassName
{
border-color: #81AA60;
}
</style>