Shades of Chelsea Cucumber #8EAC5E
Tints of Chelsea Cucumber #8EAC5E
RGB
CMYK
RGB Variations
Color information
#8EAC5E (or 0x8EAC5E) is known color: Chelsea Cucumber. HEX triplet: 8E, AC and 5E. RGB value is (142,172,94). Sum of RGB (Red+Green+Blue) = 142+172+94=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC5E is #7153A1. Grayscale: #9A9A9A. Windows color (decimal): -7426978 or 6204558. OLE color: 6204558.
HSL color Cylindrical-coordinate representation of color #8EAC5E: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EAC5E is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 94 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.33 |
| HSL | 83.08º | 0.32% | 0.52% | - |
| HSV(B) | 83.08º | 0.45% | 0.67% | - |
| XYZ | 27.93 | 36.06 | 16.08 | - |
| YUV | 154.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 94 | 0.17 | 0 | 0.45 | 0.33 | 83.08 | 0.32 | 0.52 |
| Hex | 8E | AC | 5E | 11 | 0 | 2D | 21 | 53 | 20 | 34 |
| Octal | 216 | 254 | 136 | 21 | 0 | 55 | 41 | 123 | 40 | 64 |
| Binary | 10001110 | 10101100 | 1011110 | 10001 | 0 | 101101 | 100001 | 1010011 | 100000 | 110100 |
Color Harmonies of #8EAC5E
Complementary color
Monochromatic Colors of #8EAC5E
Black with #8EAC5E
Text Example
Text Example
White with #8EAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC5E; }
p { color: rgb(142,172,94); }
H1.HeaderClassName
{
color: #8EAC5E;
}
.AnyTagClassName
{
color: #8EAC5E;
}
</style>
background-color css
<style>
a { background-color: #8EAC5E; }
a { background-color: rgb(142,172,94); }
div.DivClassName
{
background-color: #8EAC5E;
}
.BgClassName
{
background-color: #8EAC5E;
}
</style>
border-color css
<style>
span { border-color: #8EAC5E; }
span { border-color: rgb(142,172,94); }
td.TdClassName
{
border-color: #8EAC5E;
}
.TagClassName
{
border-color: #8EAC5E;
}
</style>