Shades of Chelsea Cucumber #8EA471
Tints of Chelsea Cucumber #8EA471
RGB
CMYK
RGB Variations
Color information
#8EA471 (or 0x8EA471) is known color: Chelsea Cucumber. HEX triplet: 8E, A4 and 71. RGB value is (142,164,113). Sum of RGB (Red+Green+Blue) = 142+164+113=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA471 is #715B8E. Grayscale: #979797. Windows color (decimal): -7429007 or 7447694. OLE color: 7447694.
HSL color Cylindrical-coordinate representation of color #8EA471: hue angle of 85.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA471 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 113 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.36 |
| HSL | 85.88º | 0.22% | 0.54% | - |
| HSV(B) | 85.88º | 0.31% | 0.64% | - |
| XYZ | 27.41 | 33.49 | 20.64 | - |
| YUV | 151.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 113 | 0.13 | 0 | 0.31 | 0.36 | 85.88 | 0.22 | 0.54 |
| Hex | 8E | A4 | 71 | D | 0 | 1F | 24 | 56 | 16 | 36 |
| Octal | 216 | 244 | 161 | 15 | 0 | 37 | 44 | 126 | 26 | 66 |
| Binary | 10001110 | 10100100 | 1110001 | 1101 | 0 | 11111 | 100100 | 1010110 | 10110 | 110110 |
Color Harmonies of #8EA471
Complementary color
Monochromatic Colors of #8EA471
Black with #8EA471
Text Example
Text Example
White with #8EA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA471; }
p { color: rgb(142,164,113); }
H1.HeaderClassName
{
color: #8EA471;
}
.AnyTagClassName
{
color: #8EA471;
}
</style>
background-color css
<style>
a { background-color: #8EA471; }
a { background-color: rgb(142,164,113); }
div.DivClassName
{
background-color: #8EA471;
}
.BgClassName
{
background-color: #8EA471;
}
</style>
border-color css
<style>
span { border-color: #8EA471; }
span { border-color: rgb(142,164,113); }
td.TdClassName
{
border-color: #8EA471;
}
.TagClassName
{
border-color: #8EA471;
}
</style>