Shades of Chelsea Cucumber #8CA36C
Tints of Chelsea Cucumber #8CA36C
RGB
CMYK
RGB Variations
Color information
#8CA36C (or 0x8CA36C) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 6C. RGB value is (140,163,108). Sum of RGB (Red+Green+Blue) = 140+163+108=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA36C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA36C is #735C93. Grayscale: #969696. Windows color (decimal): -7560340 or 7119756. OLE color: 7119756.
HSL color Cylindrical-coordinate representation of color #8CA36C: hue angle of 85.09º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CA36C is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 108 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.36 |
| HSL | 85.09º | 0.23% | 0.53% | - |
| HSV(B) | 85.09º | 0.34% | 0.64% | - |
| XYZ | 26.62 | 32.85 | 19.13 | - |
| YUV | 149.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 108 | 0.14 | 0 | 0.34 | 0.36 | 85.09 | 0.23 | 0.53 |
| Hex | 8C | A3 | 6C | E | 0 | 22 | 24 | 55 | 17 | 35 |
| Octal | 214 | 243 | 154 | 16 | 0 | 42 | 44 | 125 | 27 | 65 |
| Binary | 10001100 | 10100011 | 1101100 | 1110 | 0 | 100010 | 100100 | 1010101 | 10111 | 110101 |
Color Harmonies of #8CA36C
Complementary color
Monochromatic Colors of #8CA36C
Black with #8CA36C
Text Example
Text Example
White with #8CA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA36C; }
p { color: rgb(140,163,108); }
H1.HeaderClassName
{
color: #8CA36C;
}
.AnyTagClassName
{
color: #8CA36C;
}
</style>
background-color css
<style>
a { background-color: #8CA36C; }
a { background-color: rgb(140,163,108); }
div.DivClassName
{
background-color: #8CA36C;
}
.BgClassName
{
background-color: #8CA36C;
}
</style>
border-color css
<style>
span { border-color: #8CA36C; }
span { border-color: rgb(140,163,108); }
td.TdClassName
{
border-color: #8CA36C;
}
.TagClassName
{
border-color: #8CA36C;
}
</style>