Shades of Chelsea Cucumber #8DA46C
Tints of Chelsea Cucumber #8DA46C
RGB
CMYK
RGB Variations
Color information
#8DA46C (or 0x8DA46C) is known color: Chelsea Cucumber. HEX triplet: 8D, A4 and 6C. RGB value is (141,164,108). Sum of RGB (Red+Green+Blue) = 141+164+108=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA46C is #725B93. Grayscale: #969696. Windows color (decimal): -7494548 or 7120013. OLE color: 7120013.
HSL color Cylindrical-coordinate representation of color #8DA46C: hue angle of 84.64º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DA46C is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 108 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.36 |
| HSL | 84.64º | 0.24% | 0.53% | - |
| HSV(B) | 84.64º | 0.34% | 0.64% | - |
| XYZ | 26.97 | 33.3 | 19.19 | - |
| YUV | 150.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 108 | 0.14 | 0 | 0.34 | 0.36 | 84.64 | 0.24 | 0.53 |
| Hex | 8D | A4 | 6C | E | 0 | 22 | 24 | 55 | 18 | 35 |
| Octal | 215 | 244 | 154 | 16 | 0 | 42 | 44 | 125 | 30 | 65 |
| Binary | 10001101 | 10100100 | 1101100 | 1110 | 0 | 100010 | 100100 | 1010101 | 11000 | 110101 |
Color Harmonies of #8DA46C
Complementary color
Monochromatic Colors of #8DA46C
Black with #8DA46C
Text Example
Text Example
White with #8DA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA46C; }
p { color: rgb(141,164,108); }
H1.HeaderClassName
{
color: #8DA46C;
}
.AnyTagClassName
{
color: #8DA46C;
}
</style>
background-color css
<style>
a { background-color: #8DA46C; }
a { background-color: rgb(141,164,108); }
div.DivClassName
{
background-color: #8DA46C;
}
.BgClassName
{
background-color: #8DA46C;
}
</style>
border-color css
<style>
span { border-color: #8DA46C; }
span { border-color: rgb(141,164,108); }
td.TdClassName
{
border-color: #8DA46C;
}
.TagClassName
{
border-color: #8DA46C;
}
</style>