Shades of Chelsea Cucumber #8EA05B
Tints of Chelsea Cucumber #8EA05B
RGB
CMYK
RGB Variations
Color information
#8EA05B (or 0x8EA05B) is known color: Chelsea Cucumber. HEX triplet: 8E, A0 and 5B. RGB value is (142,160,91). Sum of RGB (Red+Green+Blue) = 142+160+91=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA05B is #715FA4. Grayscale: #939393. Windows color (decimal): -7430053 or 6004878. OLE color: 6004878.
HSL color Cylindrical-coordinate representation of color #8EA05B: hue angle of 75.65º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EA05B is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 91 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.37 |
| HSL | 75.65º | 0.27% | 0.49% | - |
| HSV(B) | 75.65º | 0.43% | 0.63% | - |
| XYZ | 25.61 | 31.65 | 14.66 | - |
| YUV | 146.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 91 | 0.11 | 0 | 0.43 | 0.37 | 75.65 | 0.27 | 0.49 |
| Hex | 8E | A0 | 5B | B | 0 | 2B | 25 | 4C | 1B | 31 |
| Octal | 216 | 240 | 133 | 13 | 0 | 53 | 45 | 114 | 33 | 61 |
| Binary | 10001110 | 10100000 | 1011011 | 1011 | 0 | 101011 | 100101 | 1001100 | 11011 | 110001 |
Color Harmonies of #8EA05B
Complementary color
Monochromatic Colors of #8EA05B
Black with #8EA05B
Text Example
Text Example
White with #8EA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA05B; }
p { color: rgb(142,160,91); }
H1.HeaderClassName
{
color: #8EA05B;
}
.AnyTagClassName
{
color: #8EA05B;
}
</style>
background-color css
<style>
a { background-color: #8EA05B; }
a { background-color: rgb(142,160,91); }
div.DivClassName
{
background-color: #8EA05B;
}
.BgClassName
{
background-color: #8EA05B;
}
</style>
border-color css
<style>
span { border-color: #8EA05B; }
span { border-color: rgb(142,160,91); }
td.TdClassName
{
border-color: #8EA05B;
}
.TagClassName
{
border-color: #8EA05B;
}
</style>