Shades of Chelsea Cucumber #8CAD4E
Tints of Chelsea Cucumber #8CAD4E
RGB
CMYK
RGB Variations
Color information
#8CAD4E (or 0x8CAD4E) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 4E. RGB value is (140,173,78). Sum of RGB (Red+Green+Blue) = 140+173+78=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD4E is #7352B1. Grayscale: #989898. Windows color (decimal): -7557810 or 5156236. OLE color: 5156236.
HSL color Cylindrical-coordinate representation of color #8CAD4E: hue angle of 80.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CAD4E is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 78 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.32 |
| HSL | 80.84º | 0.38% | 0.49% | - |
| HSV(B) | 80.84º | 0.55% | 0.68% | - |
| XYZ | 27.13 | 36.01 | 12.73 | - |
| YUV | 152.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 78 | 0.19 | 0 | 0.55 | 0.32 | 80.84 | 0.38 | 0.49 |
| Hex | 8C | AD | 4E | 13 | 0 | 37 | 20 | 51 | 26 | 31 |
| Octal | 214 | 255 | 116 | 23 | 0 | 67 | 40 | 121 | 46 | 61 |
| Binary | 10001100 | 10101101 | 1001110 | 10011 | 0 | 110111 | 100000 | 1010001 | 100110 | 110001 |
Color Harmonies of #8CAD4E
Complementary color
Monochromatic Colors of #8CAD4E
Black with #8CAD4E
Text Example
Text Example
White with #8CAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD4E; }
p { color: rgb(140,173,78); }
H1.HeaderClassName
{
color: #8CAD4E;
}
.AnyTagClassName
{
color: #8CAD4E;
}
</style>
background-color css
<style>
a { background-color: #8CAD4E; }
a { background-color: rgb(140,173,78); }
div.DivClassName
{
background-color: #8CAD4E;
}
.BgClassName
{
background-color: #8CAD4E;
}
</style>
border-color css
<style>
span { border-color: #8CAD4E; }
span { border-color: rgb(140,173,78); }
td.TdClassName
{
border-color: #8CAD4E;
}
.TagClassName
{
border-color: #8CAD4E;
}
</style>