Shades of Asparagus #6EA14A
Tints of Asparagus #6EA14A
RGB
CMYK
RGB Variations
Color information
#6EA14A (or 0x6EA14A) is known color: Asparagus. HEX triplet: 6E, A1 and 4A. RGB value is (110,161,74). Sum of RGB (Red+Green+Blue) = 110+161+74=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA14A is #915EB5. Grayscale: #888888. Windows color (decimal): -9526966 or 4890990. OLE color: 4890990.
HSL color Cylindrical-coordinate representation of color #6EA14A: hue angle of 95.17º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EA14A is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 161 | 74 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.37 |
| HSL | 95.17º | 0.37% | 0.46% | - |
| HSV(B) | 95.17º | 0.54% | 0.63% | - |
| XYZ | 20.41 | 29.3 | 11.06 | - |
| YUV | 135.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 74 | 0.32 | 0 | 0.54 | 0.37 | 95.17 | 0.37 | 0.46 |
| Hex | 6E | A1 | 4A | 20 | 0 | 36 | 25 | 5F | 25 | 2E |
| Octal | 156 | 241 | 112 | 40 | 0 | 66 | 45 | 137 | 45 | 56 |
| Binary | 1101110 | 10100001 | 1001010 | 100000 | 0 | 110110 | 100101 | 1011111 | 100101 | 101110 |
Color Harmonies of #6EA14A
Complementary color
Monochromatic Colors of #6EA14A
Black with #6EA14A
Text Example
Text Example
White with #6EA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA14A; }
p { color: rgb(110,161,74); }
H1.HeaderClassName
{
color: #6EA14A;
}
.AnyTagClassName
{
color: #6EA14A;
}
</style>
background-color css
<style>
a { background-color: #6EA14A; }
a { background-color: rgb(110,161,74); }
div.DivClassName
{
background-color: #6EA14A;
}
.BgClassName
{
background-color: #6EA14A;
}
</style>
border-color css
<style>
span { border-color: #6EA14A; }
span { border-color: rgb(110,161,74); }
td.TdClassName
{
border-color: #6EA14A;
}
.TagClassName
{
border-color: #6EA14A;
}
</style>