Shades of Chelsea Cucumber #8DAC6A
Tints of Chelsea Cucumber #8DAC6A
RGB
CMYK
RGB Variations
Color information
#8DAC6A (or 0x8DAC6A) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 6A. RGB value is (141,172,106). Sum of RGB (Red+Green+Blue) = 141+172+106=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC6A is #725395. Grayscale: #9B9B9B. Windows color (decimal): -7492502 or 6990989. OLE color: 6990989.
HSL color Cylindrical-coordinate representation of color #8DAC6A: hue angle of 88.18º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DAC6A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 106 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.33 |
| HSL | 88.18º | 0.28% | 0.55% | - |
| HSV(B) | 88.18º | 0.38% | 0.67% | - |
| XYZ | 28.34 | 36.21 | 19.13 | - |
| YUV | 155.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 106 | 0.18 | 0 | 0.38 | 0.33 | 88.18 | 0.28 | 0.55 |
| Hex | 8D | AC | 6A | 12 | 0 | 26 | 21 | 58 | 1C | 37 |
| Octal | 215 | 254 | 152 | 22 | 0 | 46 | 41 | 130 | 34 | 67 |
| Binary | 10001101 | 10101100 | 1101010 | 10010 | 0 | 100110 | 100001 | 1011000 | 11100 | 110111 |
Color Harmonies of #8DAC6A
Complementary color
Monochromatic Colors of #8DAC6A
Black with #8DAC6A
Text Example
Text Example
White with #8DAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC6A; }
p { color: rgb(141,172,106); }
H1.HeaderClassName
{
color: #8DAC6A;
}
.AnyTagClassName
{
color: #8DAC6A;
}
</style>
background-color css
<style>
a { background-color: #8DAC6A; }
a { background-color: rgb(141,172,106); }
div.DivClassName
{
background-color: #8DAC6A;
}
.BgClassName
{
background-color: #8DAC6A;
}
</style>
border-color css
<style>
span { border-color: #8DAC6A; }
span { border-color: rgb(141,172,106); }
td.TdClassName
{
border-color: #8DAC6A;
}
.TagClassName
{
border-color: #8DAC6A;
}
</style>