Shades of Chelsea Cucumber #8DAC6B
Tints of Chelsea Cucumber #8DAC6B
RGB
CMYK
RGB Variations
Color information
#8DAC6B (or 0x8DAC6B) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 6B. RGB value is (141,172,107). Sum of RGB (Red+Green+Blue) = 141+172+107=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC6B is #725394. Grayscale: #9B9B9B. Windows color (decimal): -7492501 or 7056525. OLE color: 7056525.
HSL color Cylindrical-coordinate representation of color #8DAC6B: hue angle of 88.62º 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 #8DAC6B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 107 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.33 |
| HSL | 88.62º | 0.28% | 0.55% | - |
| HSV(B) | 88.62º | 0.38% | 0.67% | - |
| XYZ | 28.39 | 36.23 | 19.41 | - |
| YUV | 155.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 107 | 0.18 | 0 | 0.38 | 0.33 | 88.62 | 0.28 | 0.55 |
| Hex | 8D | AC | 6B | 12 | 0 | 26 | 21 | 59 | 1C | 37 |
| Octal | 215 | 254 | 153 | 22 | 0 | 46 | 41 | 131 | 34 | 67 |
| Binary | 10001101 | 10101100 | 1101011 | 10010 | 0 | 100110 | 100001 | 1011001 | 11100 | 110111 |
Color Harmonies of #8DAC6B
Complementary color
Monochromatic Colors of #8DAC6B
Black with #8DAC6B
Text Example
Text Example
White with #8DAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC6B; }
p { color: rgb(141,172,107); }
H1.HeaderClassName
{
color: #8DAC6B;
}
.AnyTagClassName
{
color: #8DAC6B;
}
</style>
background-color css
<style>
a { background-color: #8DAC6B; }
a { background-color: rgb(141,172,107); }
div.DivClassName
{
background-color: #8DAC6B;
}
.BgClassName
{
background-color: #8DAC6B;
}
</style>
border-color css
<style>
span { border-color: #8DAC6B; }
span { border-color: rgb(141,172,107); }
td.TdClassName
{
border-color: #8DAC6B;
}
.TagClassName
{
border-color: #8DAC6B;
}
</style>