Shades of Asparagus #71A24F
Tints of Asparagus #71A24F
RGB
CMYK
RGB Variations
Color information
#71A24F (or 0x71A24F) is known color: Asparagus. HEX triplet: 71, A2 and 4F. RGB value is (113,162,79). Sum of RGB (Red+Green+Blue) = 113+162+79=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #71A24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A24F is #8E5DB0. Grayscale: #8A8A8A. Windows color (decimal): -9330097 or 5218929. OLE color: 5218929.
HSL color Cylindrical-coordinate representation of color #71A24F: hue angle of 95.42º 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 #71A24F is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 79 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.36 |
| HSL | 95.42º | 0.34% | 0.47% | - |
| HSV(B) | 95.42º | 0.51% | 0.64% | - |
| XYZ | 21.14 | 29.92 | 12.06 | - |
| YUV | 137.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 79 | 0.30 | 0 | 0.51 | 0.36 | 95.42 | 0.34 | 0.47 |
| Hex | 71 | A2 | 4F | 1E | 0 | 33 | 24 | 5F | 22 | 2F |
| Octal | 161 | 242 | 117 | 36 | 0 | 63 | 44 | 137 | 42 | 57 |
| Binary | 1110001 | 10100010 | 1001111 | 11110 | 0 | 110011 | 100100 | 1011111 | 100010 | 101111 |
Color Harmonies of #71A24F
Complementary color
Monochromatic Colors of #71A24F
Black with #71A24F
Text Example
Text Example
White with #71A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A24F; }
p { color: rgb(113,162,79); }
H1.HeaderClassName
{
color: #71A24F;
}
.AnyTagClassName
{
color: #71A24F;
}
</style>
background-color css
<style>
a { background-color: #71A24F; }
a { background-color: rgb(113,162,79); }
div.DivClassName
{
background-color: #71A24F;
}
.BgClassName
{
background-color: #71A24F;
}
</style>
border-color css
<style>
span { border-color: #71A24F; }
span { border-color: rgb(113,162,79); }
td.TdClassName
{
border-color: #71A24F;
}
.TagClassName
{
border-color: #71A24F;
}
</style>