Shades of Asparagus #80A266
Tints of Asparagus #80A266
RGB
CMYK
RGB Variations
Color information
#80A266 (or 0x80A266) is known color: Asparagus. HEX triplet: 80, A2 and 66. RGB value is (128,162,102). Sum of RGB (Red+Green+Blue) = 128+162+102=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #80A266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A266 is #7F5D99. Grayscale: #919191. Windows color (decimal): -8347034 or 6726272. OLE color: 6726272.
HSL color Cylindrical-coordinate representation of color #80A266: hue angle of 94º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80A266 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 102 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.36 |
| HSL | 94º | 0.24% | 0.52% | - |
| HSV(B) | 94º | 0.37% | 0.64% | - |
| XYZ | 24.22 | 31.39 | 17.35 | - |
| YUV | 144.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 102 | 0.21 | 0 | 0.37 | 0.36 | 94 | 0.24 | 0.52 |
| Hex | 80 | A2 | 66 | 15 | 0 | 25 | 24 | 5E | 18 | 34 |
| Octal | 200 | 242 | 146 | 25 | 0 | 45 | 44 | 136 | 30 | 64 |
| Binary | 10000000 | 10100010 | 1100110 | 10101 | 0 | 100101 | 100100 | 1011110 | 11000 | 110100 |
Color Harmonies of #80A266
Complementary color
Monochromatic Colors of #80A266
Black with #80A266
Text Example
Text Example
White with #80A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A266; }
p { color: rgb(128,162,102); }
H1.HeaderClassName
{
color: #80A266;
}
.AnyTagClassName
{
color: #80A266;
}
</style>
background-color css
<style>
a { background-color: #80A266; }
a { background-color: rgb(128,162,102); }
div.DivClassName
{
background-color: #80A266;
}
.BgClassName
{
background-color: #80A266;
}
</style>
border-color css
<style>
span { border-color: #80A266; }
span { border-color: rgb(128,162,102); }
td.TdClassName
{
border-color: #80A266;
}
.TagClassName
{
border-color: #80A266;
}
</style>