Shades of Chelsea Cucumber #8DA66C
Tints of Chelsea Cucumber #8DA66C
RGB
CMYK
RGB Variations
Color information
#8DA66C (or 0x8DA66C) is known color: Chelsea Cucumber. HEX triplet: 8D, A6 and 6C. RGB value is (141,166,108). Sum of RGB (Red+Green+Blue) = 141+166+108=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA66C is #725993. Grayscale: #989898. Windows color (decimal): -7494036 or 7120525. OLE color: 7120525.
HSL color Cylindrical-coordinate representation of color #8DA66C: hue angle of 85.86º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DA66C is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 108 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.35 |
| HSL | 85.86º | 0.25% | 0.54% | - |
| HSV(B) | 85.86º | 0.35% | 0.65% | - |
| XYZ | 27.33 | 34.02 | 19.31 | - |
| YUV | 151.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 108 | 0.15 | 0 | 0.35 | 0.35 | 85.86 | 0.25 | 0.54 |
| Hex | 8D | A6 | 6C | F | 0 | 23 | 23 | 56 | 19 | 36 |
| Octal | 215 | 246 | 154 | 17 | 0 | 43 | 43 | 126 | 31 | 66 |
| Binary | 10001101 | 10100110 | 1101100 | 1111 | 0 | 100011 | 100011 | 1010110 | 11001 | 110110 |
Color Harmonies of #8DA66C
Complementary color
Monochromatic Colors of #8DA66C
Black with #8DA66C
Text Example
Text Example
White with #8DA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA66C; }
p { color: rgb(141,166,108); }
H1.HeaderClassName
{
color: #8DA66C;
}
.AnyTagClassName
{
color: #8DA66C;
}
</style>
background-color css
<style>
a { background-color: #8DA66C; }
a { background-color: rgb(141,166,108); }
div.DivClassName
{
background-color: #8DA66C;
}
.BgClassName
{
background-color: #8DA66C;
}
</style>
border-color css
<style>
span { border-color: #8DA66C; }
span { border-color: rgb(141,166,108); }
td.TdClassName
{
border-color: #8DA66C;
}
.TagClassName
{
border-color: #8DA66C;
}
</style>