Shades of Chelsea Cucumber #8EA463
Tints of Chelsea Cucumber #8EA463
RGB
CMYK
RGB Variations
Color information
#8EA463 (or 0x8EA463) is known color: Chelsea Cucumber. HEX triplet: 8E, A4 and 63. RGB value is (142,164,99). Sum of RGB (Red+Green+Blue) = 142+164+99=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA463 is #715B9C. Grayscale: #969696. Windows color (decimal): -7429021 or 6530190. OLE color: 6530190.
HSL color Cylindrical-coordinate representation of color #8EA463: hue angle of 80.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EA463 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 99 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.36 |
| HSL | 80.31º | 0.26% | 0.52% | - |
| HSV(B) | 80.31º | 0.4% | 0.64% | - |
| XYZ | 26.68 | 33.2 | 16.81 | - |
| YUV | 150.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 99 | 0.13 | 0 | 0.40 | 0.36 | 80.31 | 0.26 | 0.52 |
| Hex | 8E | A4 | 63 | D | 0 | 28 | 24 | 50 | 1A | 34 |
| Octal | 216 | 244 | 143 | 15 | 0 | 50 | 44 | 120 | 32 | 64 |
| Binary | 10001110 | 10100100 | 1100011 | 1101 | 0 | 101000 | 100100 | 1010000 | 11010 | 110100 |
Color Harmonies of #8EA463
Complementary color
Monochromatic Colors of #8EA463
Black with #8EA463
Text Example
Text Example
White with #8EA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA463; }
p { color: rgb(142,164,99); }
H1.HeaderClassName
{
color: #8EA463;
}
.AnyTagClassName
{
color: #8EA463;
}
</style>
background-color css
<style>
a { background-color: #8EA463; }
a { background-color: rgb(142,164,99); }
div.DivClassName
{
background-color: #8EA463;
}
.BgClassName
{
background-color: #8EA463;
}
</style>
border-color css
<style>
span { border-color: #8EA463; }
span { border-color: rgb(142,164,99); }
td.TdClassName
{
border-color: #8EA463;
}
.TagClassName
{
border-color: #8EA463;
}
</style>