Shades of Chelsea Cucumber #8DAE68
Tints of Chelsea Cucumber #8DAE68
RGB
CMYK
RGB Variations
Color information
#8DAE68 (or 0x8DAE68) is known color: Chelsea Cucumber. HEX triplet: 8D, AE and 68. RGB value is (141,174,104). Sum of RGB (Red+Green+Blue) = 141+174+104=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE68 is #725197. Grayscale: #9C9C9C. Windows color (decimal): -7491992 or 6860429. OLE color: 6860429.
HSL color Cylindrical-coordinate representation of color #8DAE68: hue angle of 88.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DAE68 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 104 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.32 |
| HSL | 88.29º | 0.3% | 0.55% | - |
| HSV(B) | 88.29º | 0.4% | 0.68% | - |
| XYZ | 28.62 | 36.93 | 18.72 | - |
| YUV | 156.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 104 | 0.19 | 0 | 0.40 | 0.32 | 88.29 | 0.3 | 0.55 |
| Hex | 8D | AE | 68 | 13 | 0 | 28 | 20 | 58 | 1E | 37 |
| Octal | 215 | 256 | 150 | 23 | 0 | 50 | 40 | 130 | 36 | 67 |
| Binary | 10001101 | 10101110 | 1101000 | 10011 | 0 | 101000 | 100000 | 1011000 | 11110 | 110111 |
Color Harmonies of #8DAE68
Complementary color
Monochromatic Colors of #8DAE68
Black with #8DAE68
Text Example
Text Example
White with #8DAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE68; }
p { color: rgb(141,174,104); }
H1.HeaderClassName
{
color: #8DAE68;
}
.AnyTagClassName
{
color: #8DAE68;
}
</style>
background-color css
<style>
a { background-color: #8DAE68; }
a { background-color: rgb(141,174,104); }
div.DivClassName
{
background-color: #8DAE68;
}
.BgClassName
{
background-color: #8DAE68;
}
</style>
border-color css
<style>
span { border-color: #8DAE68; }
span { border-color: rgb(141,174,104); }
td.TdClassName
{
border-color: #8DAE68;
}
.TagClassName
{
border-color: #8DAE68;
}
</style>