Shades of Chelsea Cucumber #8EA65A
Tints of Chelsea Cucumber #8EA65A
RGB
CMYK
RGB Variations
Color information
#8EA65A (or 0x8EA65A) is known color: Chelsea Cucumber. HEX triplet: 8E, A6 and 5A. RGB value is (142,166,90). Sum of RGB (Red+Green+Blue) = 142+166+90=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA65A is #7159A5. Grayscale: #969696. Windows color (decimal): -7428518 or 5940878. OLE color: 5940878.
HSL color Cylindrical-coordinate representation of color #8EA65A: hue angle of 78.95º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EA65A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 90 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.35 |
| HSL | 78.95º | 0.3% | 0.5% | - |
| HSV(B) | 78.95º | 0.46% | 0.65% | - |
| XYZ | 26.64 | 33.76 | 14.79 | - |
| YUV | 150.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 90 | 0.14 | 0 | 0.46 | 0.35 | 78.95 | 0.3 | 0.5 |
| Hex | 8E | A6 | 5A | E | 0 | 2E | 23 | 4F | 1E | 32 |
| Octal | 216 | 246 | 132 | 16 | 0 | 56 | 43 | 117 | 36 | 62 |
| Binary | 10001110 | 10100110 | 1011010 | 1110 | 0 | 101110 | 100011 | 1001111 | 11110 | 110010 |
Color Harmonies of #8EA65A
Complementary color
Monochromatic Colors of #8EA65A
Black with #8EA65A
Text Example
Text Example
White with #8EA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA65A; }
p { color: rgb(142,166,90); }
H1.HeaderClassName
{
color: #8EA65A;
}
.AnyTagClassName
{
color: #8EA65A;
}
</style>
background-color css
<style>
a { background-color: #8EA65A; }
a { background-color: rgb(142,166,90); }
div.DivClassName
{
background-color: #8EA65A;
}
.BgClassName
{
background-color: #8EA65A;
}
</style>
border-color css
<style>
span { border-color: #8EA65A; }
span { border-color: rgb(142,166,90); }
td.TdClassName
{
border-color: #8EA65A;
}
.TagClassName
{
border-color: #8EA65A;
}
</style>