Shades of Chelsea Cucumber #8DAC64
Tints of Chelsea Cucumber #8DAC64
RGB
CMYK
RGB Variations
Color information
#8DAC64 (or 0x8DAC64) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 64. RGB value is (141,172,100). Sum of RGB (Red+Green+Blue) = 141+172+100=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC64 is #72539B. Grayscale: #9A9A9A. Windows color (decimal): -7492508 or 6597773. OLE color: 6597773.
HSL color Cylindrical-coordinate representation of color #8DAC64: hue angle of 85.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DAC64 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 100 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.33 |
| HSL | 85.83º | 0.3% | 0.53% | - |
| HSV(B) | 85.83º | 0.42% | 0.67% | - |
| XYZ | 28.04 | 36.09 | 17.54 | - |
| YUV | 154.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 100 | 0.18 | 0 | 0.42 | 0.33 | 85.83 | 0.3 | 0.53 |
| Hex | 8D | AC | 64 | 12 | 0 | 2A | 21 | 56 | 1E | 35 |
| Octal | 215 | 254 | 144 | 22 | 0 | 52 | 41 | 126 | 36 | 65 |
| Binary | 10001101 | 10101100 | 1100100 | 10010 | 0 | 101010 | 100001 | 1010110 | 11110 | 110101 |
Color Harmonies of #8DAC64
Complementary color
Monochromatic Colors of #8DAC64
Black with #8DAC64
Text Example
Text Example
White with #8DAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC64; }
p { color: rgb(141,172,100); }
H1.HeaderClassName
{
color: #8DAC64;
}
.AnyTagClassName
{
color: #8DAC64;
}
</style>
background-color css
<style>
a { background-color: #8DAC64; }
a { background-color: rgb(141,172,100); }
div.DivClassName
{
background-color: #8DAC64;
}
.BgClassName
{
background-color: #8DAC64;
}
</style>
border-color css
<style>
span { border-color: #8DAC64; }
span { border-color: rgb(141,172,100); }
td.TdClassName
{
border-color: #8DAC64;
}
.TagClassName
{
border-color: #8DAC64;
}
</style>