Shades of Asparagus #7AAE50
Tints of Asparagus #7AAE50
RGB
CMYK
RGB Variations
Color information
#7AAE50 (or 0x7AAE50) is known color: Asparagus. HEX triplet: 7A, AE and 50. RGB value is (122,174,80). Sum of RGB (Red+Green+Blue) = 122+174+80=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE50 is #8551AF. Grayscale: #949494. Windows color (decimal): -8737200 or 5287546. OLE color: 5287546.
HSL color Cylindrical-coordinate representation of color #7AAE50: hue angle of 93.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AAE50 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 80 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.32 |
| HSL | 93.19º | 0.37% | 0.5% | - |
| HSV(B) | 93.19º | 0.54% | 0.68% | - |
| XYZ | 24.61 | 34.99 | 13.05 | - |
| YUV | 147.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 80 | 0.30 | 0 | 0.54 | 0.32 | 93.19 | 0.37 | 0.5 |
| Hex | 7A | AE | 50 | 1E | 0 | 36 | 20 | 5D | 25 | 32 |
| Octal | 172 | 256 | 120 | 36 | 0 | 66 | 40 | 135 | 45 | 62 |
| Binary | 1111010 | 10101110 | 1010000 | 11110 | 0 | 110110 | 100000 | 1011101 | 100101 | 110010 |
Color Harmonies of #7AAE50
Complementary color
Monochromatic Colors of #7AAE50
Black with #7AAE50
Text Example
Text Example
White with #7AAE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE50; }
p { color: rgb(122,174,80); }
H1.HeaderClassName
{
color: #7AAE50;
}
.AnyTagClassName
{
color: #7AAE50;
}
</style>
background-color css
<style>
a { background-color: #7AAE50; }
a { background-color: rgb(122,174,80); }
div.DivClassName
{
background-color: #7AAE50;
}
.BgClassName
{
background-color: #7AAE50;
}
</style>
border-color css
<style>
span { border-color: #7AAE50; }
span { border-color: rgb(122,174,80); }
td.TdClassName
{
border-color: #7AAE50;
}
.TagClassName
{
border-color: #7AAE50;
}
</style>