Shades of Chelsea Cucumber #8DAD5D
Tints of Chelsea Cucumber #8DAD5D
RGB
CMYK
RGB Variations
Color information
#8DAD5D (or 0x8DAD5D) is known color: Chelsea Cucumber. HEX triplet: 8D, AD and 5D. RGB value is (141,173,93). Sum of RGB (Red+Green+Blue) = 141+173+93=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD5D is #7252A2. Grayscale: #9A9A9A. Windows color (decimal): -7492259 or 6139277. OLE color: 6139277.
HSL color Cylindrical-coordinate representation of color #8DAD5D: hue angle of 84º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DAD5D is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 93 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.32 |
| HSL | 84º | 0.33% | 0.52% | - |
| HSV(B) | 84º | 0.46% | 0.68% | - |
| XYZ | 27.9 | 36.34 | 15.9 | - |
| YUV | 154.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 93 | 0.18 | 0 | 0.46 | 0.32 | 84 | 0.33 | 0.52 |
| Hex | 8D | AD | 5D | 12 | 0 | 2E | 20 | 54 | 21 | 34 |
| Octal | 215 | 255 | 135 | 22 | 0 | 56 | 40 | 124 | 41 | 64 |
| Binary | 10001101 | 10101101 | 1011101 | 10010 | 0 | 101110 | 100000 | 1010100 | 100001 | 110100 |
Color Harmonies of #8DAD5D
Complementary color
Monochromatic Colors of #8DAD5D
Black with #8DAD5D
Text Example
Text Example
White with #8DAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD5D; }
p { color: rgb(141,173,93); }
H1.HeaderClassName
{
color: #8DAD5D;
}
.AnyTagClassName
{
color: #8DAD5D;
}
</style>
background-color css
<style>
a { background-color: #8DAD5D; }
a { background-color: rgb(141,173,93); }
div.DivClassName
{
background-color: #8DAD5D;
}
.BgClassName
{
background-color: #8DAD5D;
}
</style>
border-color css
<style>
span { border-color: #8DAD5D; }
span { border-color: rgb(141,173,93); }
td.TdClassName
{
border-color: #8DAD5D;
}
.TagClassName
{
border-color: #8DAD5D;
}
</style>