Shades of Chelsea Cucumber #8EA470
Tints of Chelsea Cucumber #8EA470
RGB
CMYK
RGB Variations
Color information
#8EA470 (or 0x8EA470) is known color: Chelsea Cucumber. HEX triplet: 8E, A4 and 70. RGB value is (142,164,112). Sum of RGB (Red+Green+Blue) = 142+164+112=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA470 is #715B8F. Grayscale: #979797. Windows color (decimal): -7429008 or 7382158. OLE color: 7382158.
HSL color Cylindrical-coordinate representation of color #8EA470: hue angle of 85.38º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EA470 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 112 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.36 |
| HSL | 85.38º | 0.22% | 0.54% | - |
| HSV(B) | 85.38º | 0.32% | 0.64% | - |
| XYZ | 27.36 | 33.47 | 20.35 | - |
| YUV | 151.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 112 | 0.13 | 0 | 0.32 | 0.36 | 85.38 | 0.22 | 0.54 |
| Hex | 8E | A4 | 70 | D | 0 | 20 | 24 | 55 | 16 | 36 |
| Octal | 216 | 244 | 160 | 15 | 0 | 40 | 44 | 125 | 26 | 66 |
| Binary | 10001110 | 10100100 | 1110000 | 1101 | 0 | 100000 | 100100 | 1010101 | 10110 | 110110 |
Color Harmonies of #8EA470
Complementary color
Monochromatic Colors of #8EA470
Black with #8EA470
Text Example
Text Example
White with #8EA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA470; }
p { color: rgb(142,164,112); }
H1.HeaderClassName
{
color: #8EA470;
}
.AnyTagClassName
{
color: #8EA470;
}
</style>
background-color css
<style>
a { background-color: #8EA470; }
a { background-color: rgb(142,164,112); }
div.DivClassName
{
background-color: #8EA470;
}
.BgClassName
{
background-color: #8EA470;
}
</style>
border-color css
<style>
span { border-color: #8EA470; }
span { border-color: rgb(142,164,112); }
td.TdClassName
{
border-color: #8EA470;
}
.TagClassName
{
border-color: #8EA470;
}
</style>