Shades of Chelsea Cucumber #8CA35D
Tints of Chelsea Cucumber #8CA35D
RGB
CMYK
RGB Variations
Color information
#8CA35D (or 0x8CA35D) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 5D. RGB value is (140,163,93). Sum of RGB (Red+Green+Blue) = 140+163+93=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA35D is #735CA2. Grayscale: #949494. Windows color (decimal): -7560355 or 6136716. OLE color: 6136716.
HSL color Cylindrical-coordinate representation of color #8CA35D: hue angle of 79.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CA35D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 93 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.36 |
| HSL | 79.71º | 0.28% | 0.5% | - |
| HSV(B) | 79.71º | 0.43% | 0.64% | - |
| XYZ | 25.89 | 32.56 | 15.28 | - |
| YUV | 148.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 93 | 0.14 | 0 | 0.43 | 0.36 | 79.71 | 0.28 | 0.5 |
| Hex | 8C | A3 | 5D | E | 0 | 2B | 24 | 50 | 1C | 32 |
| Octal | 214 | 243 | 135 | 16 | 0 | 53 | 44 | 120 | 34 | 62 |
| Binary | 10001100 | 10100011 | 1011101 | 1110 | 0 | 101011 | 100100 | 1010000 | 11100 | 110010 |
Color Harmonies of #8CA35D
Complementary color
Monochromatic Colors of #8CA35D
Black with #8CA35D
Text Example
Text Example
White with #8CA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA35D; }
p { color: rgb(140,163,93); }
H1.HeaderClassName
{
color: #8CA35D;
}
.AnyTagClassName
{
color: #8CA35D;
}
</style>
background-color css
<style>
a { background-color: #8CA35D; }
a { background-color: rgb(140,163,93); }
div.DivClassName
{
background-color: #8CA35D;
}
.BgClassName
{
background-color: #8CA35D;
}
</style>
border-color css
<style>
span { border-color: #8CA35D; }
span { border-color: rgb(140,163,93); }
td.TdClassName
{
border-color: #8CA35D;
}
.TagClassName
{
border-color: #8CA35D;
}
</style>