Shades of Chelsea Cucumber #8DA96C
Tints of Chelsea Cucumber #8DA96C
RGB
CMYK
RGB Variations
Color information
#8DA96C (or 0x8DA96C) is known color: Chelsea Cucumber. HEX triplet: 8D, A9 and 6C. RGB value is (141,169,108). Sum of RGB (Red+Green+Blue) = 141+169+108=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA96C is #725693. Grayscale: #999999. Windows color (decimal): -7493268 or 7121293. OLE color: 7121293.
HSL color Cylindrical-coordinate representation of color #8DA96C: hue angle of 87.54º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA96C is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 108 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.34 |
| HSL | 87.54º | 0.26% | 0.54% | - |
| HSV(B) | 87.54º | 0.36% | 0.66% | - |
| XYZ | 27.88 | 35.12 | 19.5 | - |
| YUV | 153.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 108 | 0.17 | 0 | 0.36 | 0.34 | 87.54 | 0.26 | 0.54 |
| Hex | 8D | A9 | 6C | 11 | 0 | 24 | 22 | 58 | 1A | 36 |
| Octal | 215 | 251 | 154 | 21 | 0 | 44 | 42 | 130 | 32 | 66 |
| Binary | 10001101 | 10101001 | 1101100 | 10001 | 0 | 100100 | 100010 | 1011000 | 11010 | 110110 |
Color Harmonies of #8DA96C
Complementary color
Monochromatic Colors of #8DA96C
Black with #8DA96C
Text Example
Text Example
White with #8DA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA96C; }
p { color: rgb(141,169,108); }
H1.HeaderClassName
{
color: #8DA96C;
}
.AnyTagClassName
{
color: #8DA96C;
}
</style>
background-color css
<style>
a { background-color: #8DA96C; }
a { background-color: rgb(141,169,108); }
div.DivClassName
{
background-color: #8DA96C;
}
.BgClassName
{
background-color: #8DA96C;
}
</style>
border-color css
<style>
span { border-color: #8DA96C; }
span { border-color: rgb(141,169,108); }
td.TdClassName
{
border-color: #8DA96C;
}
.TagClassName
{
border-color: #8DA96C;
}
</style>