Shades of Chelsea Cucumber #8C9F4E
Tints of Chelsea Cucumber #8C9F4E
RGB
CMYK
RGB Variations
Color information
#8C9F4E (or 0x8C9F4E) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 4E. RGB value is (140,159,78). Sum of RGB (Red+Green+Blue) = 140+159+78=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F4E is #7360B1. Grayscale: #909090. Windows color (decimal): -7561394 or 5152652. OLE color: 5152652.
HSL color Cylindrical-coordinate representation of color #8C9F4E: hue angle of 74.07º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C9F4E is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 78 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.38 |
| HSL | 74.07º | 0.34% | 0.46% | - |
| HSV(B) | 74.07º | 0.51% | 0.62% | - |
| XYZ | 24.59 | 30.92 | 11.88 | - |
| YUV | 144.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 78 | 0.12 | 0 | 0.51 | 0.38 | 74.07 | 0.34 | 0.46 |
| Hex | 8C | 9F | 4E | C | 0 | 33 | 26 | 4A | 22 | 2E |
| Octal | 214 | 237 | 116 | 14 | 0 | 63 | 46 | 112 | 42 | 56 |
| Binary | 10001100 | 10011111 | 1001110 | 1100 | 0 | 110011 | 100110 | 1001010 | 100010 | 101110 |
Color Harmonies of #8C9F4E
Complementary color
Monochromatic Colors of #8C9F4E
Black with #8C9F4E
Text Example
Text Example
White with #8C9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F4E; }
p { color: rgb(140,159,78); }
H1.HeaderClassName
{
color: #8C9F4E;
}
.AnyTagClassName
{
color: #8C9F4E;
}
</style>
background-color css
<style>
a { background-color: #8C9F4E; }
a { background-color: rgb(140,159,78); }
div.DivClassName
{
background-color: #8C9F4E;
}
.BgClassName
{
background-color: #8C9F4E;
}
</style>
border-color css
<style>
span { border-color: #8C9F4E; }
span { border-color: rgb(140,159,78); }
td.TdClassName
{
border-color: #8C9F4E;
}
.TagClassName
{
border-color: #8C9F4E;
}
</style>