Shades of Chelsea Cucumber #8DA356
Tints of Chelsea Cucumber #8DA356
RGB
CMYK
RGB Variations
Color information
#8DA356 (or 0x8DA356) is known color: Chelsea Cucumber. HEX triplet: 8D, A3 and 56. RGB value is (141,163,86). Sum of RGB (Red+Green+Blue) = 141+163+86=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA356 is #725CA9. Grayscale: #939393. Windows color (decimal): -7494826 or 5677965. OLE color: 5677965.
HSL color Cylindrical-coordinate representation of color #8DA356: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DA356 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 86 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.36 |
| HSL | 77.14º | 0.31% | 0.49% | - |
| HSV(B) | 77.14º | 0.47% | 0.64% | - |
| XYZ | 25.76 | 32.53 | 13.73 | - |
| YUV | 147.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 86 | 0.13 | 0 | 0.47 | 0.36 | 77.14 | 0.31 | 0.49 |
| Hex | 8D | A3 | 56 | D | 0 | 2F | 24 | 4D | 1F | 31 |
| Octal | 215 | 243 | 126 | 15 | 0 | 57 | 44 | 115 | 37 | 61 |
| Binary | 10001101 | 10100011 | 1010110 | 1101 | 0 | 101111 | 100100 | 1001101 | 11111 | 110001 |
Color Harmonies of #8DA356
Complementary color
Monochromatic Colors of #8DA356
Black with #8DA356
Text Example
Text Example
White with #8DA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA356; }
p { color: rgb(141,163,86); }
H1.HeaderClassName
{
color: #8DA356;
}
.AnyTagClassName
{
color: #8DA356;
}
</style>
background-color css
<style>
a { background-color: #8DA356; }
a { background-color: rgb(141,163,86); }
div.DivClassName
{
background-color: #8DA356;
}
.BgClassName
{
background-color: #8DA356;
}
</style>
border-color css
<style>
span { border-color: #8DA356; }
span { border-color: rgb(141,163,86); }
td.TdClassName
{
border-color: #8DA356;
}
.TagClassName
{
border-color: #8DA356;
}
</style>