Shades of Chelsea Cucumber #8DA85D
Tints of Chelsea Cucumber #8DA85D
RGB
CMYK
RGB Variations
Color information
#8DA85D (or 0x8DA85D) is known color: Chelsea Cucumber. HEX triplet: 8D, A8 and 5D. RGB value is (141,168,93). Sum of RGB (Red+Green+Blue) = 141+168+93=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA85D is #7257A2. Grayscale: #979797. Windows color (decimal): -7493539 or 6137997. OLE color: 6137997.
HSL color Cylindrical-coordinate representation of color #8DA85D: hue angle of 81.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA85D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 93 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.34 |
| HSL | 81.6º | 0.3% | 0.51% | - |
| HSV(B) | 81.6º | 0.45% | 0.66% | - |
| XYZ | 26.96 | 34.46 | 15.59 | - |
| YUV | 151.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 93 | 0.16 | 0 | 0.45 | 0.34 | 81.6 | 0.3 | 0.51 |
| Hex | 8D | A8 | 5D | 10 | 0 | 2D | 22 | 52 | 1E | 33 |
| Octal | 215 | 250 | 135 | 20 | 0 | 55 | 42 | 122 | 36 | 63 |
| Binary | 10001101 | 10101000 | 1011101 | 10000 | 0 | 101101 | 100010 | 1010010 | 11110 | 110011 |
Color Harmonies of #8DA85D
Complementary color
Monochromatic Colors of #8DA85D
Black with #8DA85D
Text Example
Text Example
White with #8DA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA85D; }
p { color: rgb(141,168,93); }
H1.HeaderClassName
{
color: #8DA85D;
}
.AnyTagClassName
{
color: #8DA85D;
}
</style>
background-color css
<style>
a { background-color: #8DA85D; }
a { background-color: rgb(141,168,93); }
div.DivClassName
{
background-color: #8DA85D;
}
.BgClassName
{
background-color: #8DA85D;
}
</style>
border-color css
<style>
span { border-color: #8DA85D; }
span { border-color: rgb(141,168,93); }
td.TdClassName
{
border-color: #8DA85D;
}
.TagClassName
{
border-color: #8DA85D;
}
</style>