Shades of Chelsea Cucumber #8DA15E
Tints of Chelsea Cucumber #8DA15E
RGB
CMYK
RGB Variations
Color information
#8DA15E (or 0x8DA15E) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 5E. RGB value is (141,161,94). Sum of RGB (Red+Green+Blue) = 141+161+94=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA15E is #725EA1. Grayscale: #939393. Windows color (decimal): -7495330 or 6201741. OLE color: 6201741.
HSL color Cylindrical-coordinate representation of color #8DA15E: hue angle of 77.91º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DA15E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 94 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.37 |
| HSL | 77.91º | 0.26% | 0.5% | - |
| HSV(B) | 77.91º | 0.42% | 0.63% | - |
| XYZ | 25.75 | 31.96 | 15.4 | - |
| YUV | 147.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 94 | 0.12 | 0 | 0.42 | 0.37 | 77.91 | 0.26 | 0.5 |
| Hex | 8D | A1 | 5E | C | 0 | 2A | 25 | 4E | 1A | 32 |
| Octal | 215 | 241 | 136 | 14 | 0 | 52 | 45 | 116 | 32 | 62 |
| Binary | 10001101 | 10100001 | 1011110 | 1100 | 0 | 101010 | 100101 | 1001110 | 11010 | 110010 |
Color Harmonies of #8DA15E
Complementary color
Monochromatic Colors of #8DA15E
Black with #8DA15E
Text Example
Text Example
White with #8DA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA15E; }
p { color: rgb(141,161,94); }
H1.HeaderClassName
{
color: #8DA15E;
}
.AnyTagClassName
{
color: #8DA15E;
}
</style>
background-color css
<style>
a { background-color: #8DA15E; }
a { background-color: rgb(141,161,94); }
div.DivClassName
{
background-color: #8DA15E;
}
.BgClassName
{
background-color: #8DA15E;
}
</style>
border-color css
<style>
span { border-color: #8DA15E; }
span { border-color: rgb(141,161,94); }
td.TdClassName
{
border-color: #8DA15E;
}
.TagClassName
{
border-color: #8DA15E;
}
</style>