Shades of Asparagus #6CA25A
Tints of Asparagus #6CA25A
RGB
CMYK
RGB Variations
Color information
#6CA25A (or 0x6CA25A) is known color: Asparagus. HEX triplet: 6C, A2 and 5A. RGB value is (108,162,90). Sum of RGB (Red+Green+Blue) = 108+162+90=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA25A is #935DA5. Grayscale: #898989. Windows color (decimal): -9657766 or 5939820. OLE color: 5939820.
HSL color Cylindrical-coordinate representation of color #6CA25A: hue angle of 105º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CA25A is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 90 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.36 |
| HSL | 105º | 0.29% | 0.49% | - |
| HSV(B) | 105º | 0.44% | 0.64% | - |
| XYZ | 20.95 | 29.77 | 14.31 | - |
| YUV | 137.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 90 | 0.33 | 0 | 0.44 | 0.36 | 105 | 0.29 | 0.49 |
| Hex | 6C | A2 | 5A | 21 | 0 | 2C | 24 | 69 | 1D | 31 |
| Octal | 154 | 242 | 132 | 41 | 0 | 54 | 44 | 151 | 35 | 61 |
| Binary | 1101100 | 10100010 | 1011010 | 100001 | 0 | 101100 | 100100 | 1101001 | 11101 | 110001 |
Color Harmonies of #6CA25A
Complementary color
Monochromatic Colors of #6CA25A
Black with #6CA25A
Text Example
Text Example
White with #6CA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA25A; }
p { color: rgb(108,162,90); }
H1.HeaderClassName
{
color: #6CA25A;
}
.AnyTagClassName
{
color: #6CA25A;
}
</style>
background-color css
<style>
a { background-color: #6CA25A; }
a { background-color: rgb(108,162,90); }
div.DivClassName
{
background-color: #6CA25A;
}
.BgClassName
{
background-color: #6CA25A;
}
</style>
border-color css
<style>
span { border-color: #6CA25A; }
span { border-color: rgb(108,162,90); }
td.TdClassName
{
border-color: #6CA25A;
}
.TagClassName
{
border-color: #6CA25A;
}
</style>