Shades of Chelsea Cucumber #8EA45C
Tints of Chelsea Cucumber #8EA45C
RGB
CMYK
RGB Variations
Color information
#8EA45C (or 0x8EA45C) is known color: Chelsea Cucumber. HEX triplet: 8E, A4 and 5C. RGB value is (142,164,92). Sum of RGB (Red+Green+Blue) = 142+164+92=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA45C is #715BA3. Grayscale: #959595. Windows color (decimal): -7429028 or 6071438. OLE color: 6071438.
HSL color Cylindrical-coordinate representation of color #8EA45C: hue angle of 78.33º 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 #8EA45C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 92 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.36 |
| HSL | 78.33º | 0.28% | 0.5% | - |
| HSV(B) | 78.33º | 0.44% | 0.64% | - |
| XYZ | 26.36 | 33.07 | 15.12 | - |
| YUV | 149.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 92 | 0.13 | 0 | 0.44 | 0.36 | 78.33 | 0.28 | 0.5 |
| Hex | 8E | A4 | 5C | D | 0 | 2C | 24 | 4E | 1C | 32 |
| Octal | 216 | 244 | 134 | 15 | 0 | 54 | 44 | 116 | 34 | 62 |
| Binary | 10001110 | 10100100 | 1011100 | 1101 | 0 | 101100 | 100100 | 1001110 | 11100 | 110010 |
Color Harmonies of #8EA45C
Complementary color
Monochromatic Colors of #8EA45C
Black with #8EA45C
Text Example
Text Example
White with #8EA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA45C; }
p { color: rgb(142,164,92); }
H1.HeaderClassName
{
color: #8EA45C;
}
.AnyTagClassName
{
color: #8EA45C;
}
</style>
background-color css
<style>
a { background-color: #8EA45C; }
a { background-color: rgb(142,164,92); }
div.DivClassName
{
background-color: #8EA45C;
}
.BgClassName
{
background-color: #8EA45C;
}
</style>
border-color css
<style>
span { border-color: #8EA45C; }
span { border-color: rgb(142,164,92); }
td.TdClassName
{
border-color: #8EA45C;
}
.TagClassName
{
border-color: #8EA45C;
}
</style>