Shades of Chelsea Cucumber #8CA964
Tints of Chelsea Cucumber #8CA964
RGB
CMYK
RGB Variations
Color information
#8CA964 (or 0x8CA964) is known color: Chelsea Cucumber. HEX triplet: 8C, A9 and 64. RGB value is (140,169,100). Sum of RGB (Red+Green+Blue) = 140+169+100=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA964 is #73569B. Grayscale: #989898. Windows color (decimal): -7558812 or 6597004. OLE color: 6597004.
HSL color Cylindrical-coordinate representation of color #8CA964: hue angle of 85.22º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA964 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 100 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.34 |
| HSL | 85.22º | 0.29% | 0.53% | - |
| HSV(B) | 85.22º | 0.41% | 0.66% | - |
| XYZ | 27.3 | 34.87 | 17.35 | - |
| YUV | 152.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 100 | 0.17 | 0 | 0.41 | 0.34 | 85.22 | 0.29 | 0.53 |
| Hex | 8C | A9 | 64 | 11 | 0 | 29 | 22 | 55 | 1D | 35 |
| Octal | 214 | 251 | 144 | 21 | 0 | 51 | 42 | 125 | 35 | 65 |
| Binary | 10001100 | 10101001 | 1100100 | 10001 | 0 | 101001 | 100010 | 1010101 | 11101 | 110101 |
Color Harmonies of #8CA964
Complementary color
Monochromatic Colors of #8CA964
Black with #8CA964
Text Example
Text Example
White with #8CA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA964; }
p { color: rgb(140,169,100); }
H1.HeaderClassName
{
color: #8CA964;
}
.AnyTagClassName
{
color: #8CA964;
}
</style>
background-color css
<style>
a { background-color: #8CA964; }
a { background-color: rgb(140,169,100); }
div.DivClassName
{
background-color: #8CA964;
}
.BgClassName
{
background-color: #8CA964;
}
</style>
border-color css
<style>
span { border-color: #8CA964; }
span { border-color: rgb(140,169,100); }
td.TdClassName
{
border-color: #8CA964;
}
.TagClassName
{
border-color: #8CA964;
}
</style>