Shades of Chelsea Cucumber #8CA86E
Tints of Chelsea Cucumber #8CA86E
RGB
CMYK
RGB Variations
Color information
#8CA86E (or 0x8CA86E) is known color: Chelsea Cucumber. HEX triplet: 8C, A8 and 6E. RGB value is (140,168,110). Sum of RGB (Red+Green+Blue) = 140+168+110=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA86E is #735791. Grayscale: #999999. Windows color (decimal): -7559058 or 7252108. OLE color: 7252108.
HSL color Cylindrical-coordinate representation of color #8CA86E: hue angle of 88.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CA86E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 110 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.34 |
| HSL | 88.97º | 0.25% | 0.55% | - |
| HSV(B) | 88.97º | 0.35% | 0.66% | - |
| XYZ | 27.63 | 34.71 | 19.99 | - |
| YUV | 153.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 110 | 0.17 | 0 | 0.35 | 0.34 | 88.97 | 0.25 | 0.55 |
| Hex | 8C | A8 | 6E | 11 | 0 | 23 | 22 | 59 | 19 | 37 |
| Octal | 214 | 250 | 156 | 21 | 0 | 43 | 42 | 131 | 31 | 67 |
| Binary | 10001100 | 10101000 | 1101110 | 10001 | 0 | 100011 | 100010 | 1011001 | 11001 | 110111 |
Color Harmonies of #8CA86E
Complementary color
Monochromatic Colors of #8CA86E
Black with #8CA86E
Text Example
Text Example
White with #8CA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA86E; }
p { color: rgb(140,168,110); }
H1.HeaderClassName
{
color: #8CA86E;
}
.AnyTagClassName
{
color: #8CA86E;
}
</style>
background-color css
<style>
a { background-color: #8CA86E; }
a { background-color: rgb(140,168,110); }
div.DivClassName
{
background-color: #8CA86E;
}
.BgClassName
{
background-color: #8CA86E;
}
</style>
border-color css
<style>
span { border-color: #8CA86E; }
span { border-color: rgb(140,168,110); }
td.TdClassName
{
border-color: #8CA86E;
}
.TagClassName
{
border-color: #8CA86E;
}
</style>