Shades of Chelsea Cucumber #8EA35B
Tints of Chelsea Cucumber #8EA35B
RGB
CMYK
RGB Variations
Color information
#8EA35B (or 0x8EA35B) is known color: Chelsea Cucumber. HEX triplet: 8E, A3 and 5B. RGB value is (142,163,91). Sum of RGB (Red+Green+Blue) = 142+163+91=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA35B is #715CA4. Grayscale: #949494. Windows color (decimal): -7429285 or 6005646. OLE color: 6005646.
HSL color Cylindrical-coordinate representation of color #8EA35B: hue angle of 77.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA35B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 163 | 91 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.36 |
| HSL | 77.5º | 0.28% | 0.5% | - |
| HSV(B) | 77.5º | 0.44% | 0.64% | - |
| XYZ | 26.14 | 32.7 | 14.83 | - |
| YUV | 148.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 91 | 0.13 | 0 | 0.44 | 0.36 | 77.5 | 0.28 | 0.5 |
| Hex | 8E | A3 | 5B | D | 0 | 2C | 24 | 4E | 1C | 32 |
| Octal | 216 | 243 | 133 | 15 | 0 | 54 | 44 | 116 | 34 | 62 |
| Binary | 10001110 | 10100011 | 1011011 | 1101 | 0 | 101100 | 100100 | 1001110 | 11100 | 110010 |
Color Harmonies of #8EA35B
Complementary color
Monochromatic Colors of #8EA35B
Black with #8EA35B
Text Example
Text Example
White with #8EA35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA35B; }
p { color: rgb(142,163,91); }
H1.HeaderClassName
{
color: #8EA35B;
}
.AnyTagClassName
{
color: #8EA35B;
}
</style>
background-color css
<style>
a { background-color: #8EA35B; }
a { background-color: rgb(142,163,91); }
div.DivClassName
{
background-color: #8EA35B;
}
.BgClassName
{
background-color: #8EA35B;
}
</style>
border-color css
<style>
span { border-color: #8EA35B; }
span { border-color: rgb(142,163,91); }
td.TdClassName
{
border-color: #8EA35B;
}
.TagClassName
{
border-color: #8EA35B;
}
</style>