Shades of Chelsea Cucumber #8DA86D
Tints of Chelsea Cucumber #8DA86D
RGB
CMYK
RGB Variations
Color information
#8DA86D (or 0x8DA86D) is known color: Chelsea Cucumber. HEX triplet: 8D, A8 and 6D. RGB value is (141,168,109). Sum of RGB (Red+Green+Blue) = 141+168+109=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA86D is #725792. Grayscale: #999999. Windows color (decimal): -7493523 or 7186573. OLE color: 7186573.
HSL color Cylindrical-coordinate representation of color #8DA86D: hue angle of 87.46º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DA86D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 109 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.34 |
| HSL | 87.46º | 0.25% | 0.54% | - |
| HSV(B) | 87.46º | 0.35% | 0.66% | - |
| XYZ | 27.75 | 34.77 | 19.72 | - |
| YUV | 153.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 109 | 0.16 | 0 | 0.35 | 0.34 | 87.46 | 0.25 | 0.54 |
| Hex | 8D | A8 | 6D | 10 | 0 | 23 | 22 | 57 | 19 | 36 |
| Octal | 215 | 250 | 155 | 20 | 0 | 43 | 42 | 127 | 31 | 66 |
| Binary | 10001101 | 10101000 | 1101101 | 10000 | 0 | 100011 | 100010 | 1010111 | 11001 | 110110 |
Color Harmonies of #8DA86D
Complementary color
Monochromatic Colors of #8DA86D
Black with #8DA86D
Text Example
Text Example
White with #8DA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA86D; }
p { color: rgb(141,168,109); }
H1.HeaderClassName
{
color: #8DA86D;
}
.AnyTagClassName
{
color: #8DA86D;
}
</style>
background-color css
<style>
a { background-color: #8DA86D; }
a { background-color: rgb(141,168,109); }
div.DivClassName
{
background-color: #8DA86D;
}
.BgClassName
{
background-color: #8DA86D;
}
</style>
border-color css
<style>
span { border-color: #8DA86D; }
span { border-color: rgb(141,168,109); }
td.TdClassName
{
border-color: #8DA86D;
}
.TagClassName
{
border-color: #8DA86D;
}
</style>