Shades of Chelsea Cucumber #8DA85F
Tints of Chelsea Cucumber #8DA85F
RGB
CMYK
RGB Variations
Color information
#8DA85F (or 0x8DA85F) is known color: Chelsea Cucumber. HEX triplet: 8D, A8 and 5F. RGB value is (141,168,95). Sum of RGB (Red+Green+Blue) = 141+168+95=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA85F is #7257A0. Grayscale: #979797. Windows color (decimal): -7493537 or 6269069. OLE color: 6269069.
HSL color Cylindrical-coordinate representation of color #8DA85F: hue angle of 82.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DA85F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 95 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.34 |
| HSL | 82.19º | 0.3% | 0.52% | - |
| HSV(B) | 82.19º | 0.43% | 0.66% | - |
| XYZ | 27.05 | 34.49 | 16.06 | - |
| YUV | 151.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 95 | 0.16 | 0 | 0.43 | 0.34 | 82.19 | 0.3 | 0.52 |
| Hex | 8D | A8 | 5F | 10 | 0 | 2B | 22 | 52 | 1E | 34 |
| Octal | 215 | 250 | 137 | 20 | 0 | 53 | 42 | 122 | 36 | 64 |
| Binary | 10001101 | 10101000 | 1011111 | 10000 | 0 | 101011 | 100010 | 1010010 | 11110 | 110100 |
Color Harmonies of #8DA85F
Complementary color
Monochromatic Colors of #8DA85F
Black with #8DA85F
Text Example
Text Example
White with #8DA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA85F; }
p { color: rgb(141,168,95); }
H1.HeaderClassName
{
color: #8DA85F;
}
.AnyTagClassName
{
color: #8DA85F;
}
</style>
background-color css
<style>
a { background-color: #8DA85F; }
a { background-color: rgb(141,168,95); }
div.DivClassName
{
background-color: #8DA85F;
}
.BgClassName
{
background-color: #8DA85F;
}
</style>
border-color css
<style>
span { border-color: #8DA85F; }
span { border-color: rgb(141,168,95); }
td.TdClassName
{
border-color: #8DA85F;
}
.TagClassName
{
border-color: #8DA85F;
}
</style>