Shades of Asparagus #71AA54
Tints of Asparagus #71AA54
RGB
CMYK
RGB Variations
Color information
#71AA54 (or 0x71AA54) is known color: Asparagus. HEX triplet: 71, AA and 54. RGB value is (113,170,84). Sum of RGB (Red+Green+Blue) = 113+170+84=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA54 is #8E55AB. Grayscale: #8F8F8F. Windows color (decimal): -9328044 or 5548657. OLE color: 5548657.
HSL color Cylindrical-coordinate representation of color #71AA54: hue angle of 99.77º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71AA54 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 84 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.33 |
| HSL | 99.77º | 0.34% | 0.5% | - |
| HSV(B) | 99.77º | 0.51% | 0.67% | - |
| XYZ | 22.79 | 32.9 | 13.54 | - |
| YUV | 143.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 84 | 0.34 | 0 | 0.51 | 0.33 | 99.77 | 0.34 | 0.5 |
| Hex | 71 | AA | 54 | 22 | 0 | 33 | 21 | 64 | 22 | 32 |
| Octal | 161 | 252 | 124 | 42 | 0 | 63 | 41 | 144 | 42 | 62 |
| Binary | 1110001 | 10101010 | 1010100 | 100010 | 0 | 110011 | 100001 | 1100100 | 100010 | 110010 |
Color Harmonies of #71AA54
Complementary color
Monochromatic Colors of #71AA54
Black with #71AA54
Text Example
Text Example
White with #71AA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA54; }
p { color: rgb(113,170,84); }
H1.HeaderClassName
{
color: #71AA54;
}
.AnyTagClassName
{
color: #71AA54;
}
</style>
background-color css
<style>
a { background-color: #71AA54; }
a { background-color: rgb(113,170,84); }
div.DivClassName
{
background-color: #71AA54;
}
.BgClassName
{
background-color: #71AA54;
}
</style>
border-color css
<style>
span { border-color: #71AA54; }
span { border-color: rgb(113,170,84); }
td.TdClassName
{
border-color: #71AA54;
}
.TagClassName
{
border-color: #71AA54;
}
</style>