Shades of Chelsea Cucumber #8DA16D
Tints of Chelsea Cucumber #8DA16D
RGB
CMYK
RGB Variations
Color information
#8DA16D (or 0x8DA16D) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 6D. RGB value is (141,161,109). Sum of RGB (Red+Green+Blue) = 141+161+109=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA16D is #725E92. Grayscale: #959595. Windows color (decimal): -7495315 or 7184781. OLE color: 7184781.
HSL color Cylindrical-coordinate representation of color #8DA16D: hue angle of 83.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA16D is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 109 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.37 |
| HSL | 83.08º | 0.22% | 0.53% | - |
| HSV(B) | 83.08º | 0.32% | 0.63% | - |
| XYZ | 26.49 | 32.26 | 19.3 | - |
| YUV | 149.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 109 | 0.12 | 0 | 0.32 | 0.37 | 83.08 | 0.22 | 0.53 |
| Hex | 8D | A1 | 6D | C | 0 | 20 | 25 | 53 | 16 | 35 |
| Octal | 215 | 241 | 155 | 14 | 0 | 40 | 45 | 123 | 26 | 65 |
| Binary | 10001101 | 10100001 | 1101101 | 1100 | 0 | 100000 | 100101 | 1010011 | 10110 | 110101 |
Color Harmonies of #8DA16D
Complementary color
Monochromatic Colors of #8DA16D
Black with #8DA16D
Text Example
Text Example
White with #8DA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA16D; }
p { color: rgb(141,161,109); }
H1.HeaderClassName
{
color: #8DA16D;
}
.AnyTagClassName
{
color: #8DA16D;
}
</style>
background-color css
<style>
a { background-color: #8DA16D; }
a { background-color: rgb(141,161,109); }
div.DivClassName
{
background-color: #8DA16D;
}
.BgClassName
{
background-color: #8DA16D;
}
</style>
border-color css
<style>
span { border-color: #8DA16D; }
span { border-color: rgb(141,161,109); }
td.TdClassName
{
border-color: #8DA16D;
}
.TagClassName
{
border-color: #8DA16D;
}
</style>