Shades of Chelsea Cucumber #8EA65E
Tints of Chelsea Cucumber #8EA65E
RGB
CMYK
RGB Variations
Color information
#8EA65E (or 0x8EA65E) is known color: Chelsea Cucumber. HEX triplet: 8E, A6 and 5E. RGB value is (142,166,94). Sum of RGB (Red+Green+Blue) = 142+166+94=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA65E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA65E is #7159A1. Grayscale: #969696. Windows color (decimal): -7428514 or 6203022. OLE color: 6203022.
HSL color Cylindrical-coordinate representation of color #8EA65E: hue angle of 80º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EA65E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 94 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.35 |
| HSL | 80º | 0.29% | 0.51% | - |
| HSV(B) | 80º | 0.43% | 0.65% | - |
| XYZ | 26.81 | 33.83 | 15.71 | - |
| YUV | 150.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 94 | 0.14 | 0 | 0.43 | 0.35 | 80 | 0.29 | 0.51 |
| Hex | 8E | A6 | 5E | E | 0 | 2B | 23 | 50 | 1D | 33 |
| Octal | 216 | 246 | 136 | 16 | 0 | 53 | 43 | 120 | 35 | 63 |
| Binary | 10001110 | 10100110 | 1011110 | 1110 | 0 | 101011 | 100011 | 1010000 | 11101 | 110011 |
Color Harmonies of #8EA65E
Complementary color
Monochromatic Colors of #8EA65E
Black with #8EA65E
Text Example
Text Example
White with #8EA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA65E; }
p { color: rgb(142,166,94); }
H1.HeaderClassName
{
color: #8EA65E;
}
.AnyTagClassName
{
color: #8EA65E;
}
</style>
background-color css
<style>
a { background-color: #8EA65E; }
a { background-color: rgb(142,166,94); }
div.DivClassName
{
background-color: #8EA65E;
}
.BgClassName
{
background-color: #8EA65E;
}
</style>
border-color css
<style>
span { border-color: #8EA65E; }
span { border-color: rgb(142,166,94); }
td.TdClassName
{
border-color: #8EA65E;
}
.TagClassName
{
border-color: #8EA65E;
}
</style>