Shades of Asparagus #7AA250
Tints of Asparagus #7AA250
RGB
CMYK
RGB Variations
Color information
#7AA250 (or 0x7AA250) is known color: Asparagus. HEX triplet: 7A, A2 and 50. RGB value is (122,162,80). Sum of RGB (Red+Green+Blue) = 122+162+80=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA250 is #855DAF. Grayscale: #8C8C8C. Windows color (decimal): -8740272 or 5284474. OLE color: 5284474.
HSL color Cylindrical-coordinate representation of color #7AA250: hue angle of 89.27º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AA250 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 80 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.36 |
| HSL | 89.27º | 0.34% | 0.47% | - |
| HSV(B) | 89.27º | 0.51% | 0.64% | - |
| XYZ | 22.39 | 30.56 | 12.31 | - |
| YUV | 140.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 80 | 0.25 | 0 | 0.51 | 0.36 | 89.27 | 0.34 | 0.47 |
| Hex | 7A | A2 | 50 | 19 | 0 | 33 | 24 | 59 | 22 | 2F |
| Octal | 172 | 242 | 120 | 31 | 0 | 63 | 44 | 131 | 42 | 57 |
| Binary | 1111010 | 10100010 | 1010000 | 11001 | 0 | 110011 | 100100 | 1011001 | 100010 | 101111 |
Color Harmonies of #7AA250
Complementary color
Monochromatic Colors of #7AA250
Black with #7AA250
Text Example
Text Example
White with #7AA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA250; }
p { color: rgb(122,162,80); }
H1.HeaderClassName
{
color: #7AA250;
}
.AnyTagClassName
{
color: #7AA250;
}
</style>
background-color css
<style>
a { background-color: #7AA250; }
a { background-color: rgb(122,162,80); }
div.DivClassName
{
background-color: #7AA250;
}
.BgClassName
{
background-color: #7AA250;
}
</style>
border-color css
<style>
span { border-color: #7AA250; }
span { border-color: rgb(122,162,80); }
td.TdClassName
{
border-color: #7AA250;
}
.TagClassName
{
border-color: #7AA250;
}
</style>