Shades of Chelsea Cucumber #8EA666
Tints of Chelsea Cucumber #8EA666
RGB
CMYK
RGB Variations
Color information
#8EA666 (or 0x8EA666) is known color: Chelsea Cucumber. HEX triplet: 8E, A6 and 66. RGB value is (142,166,102). Sum of RGB (Red+Green+Blue) = 142+166+102=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA666 is #715999. Grayscale: #979797. Windows color (decimal): -7428506 or 6727310. OLE color: 6727310.
HSL color Cylindrical-coordinate representation of color #8EA666: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EA666 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 102 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.35 |
| HSL | 82.5º | 0.26% | 0.53% | - |
| HSV(B) | 82.5º | 0.39% | 0.65% | - |
| XYZ | 27.19 | 33.98 | 17.7 | - |
| YUV | 151.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 102 | 0.14 | 0 | 0.39 | 0.35 | 82.5 | 0.26 | 0.53 |
| Hex | 8E | A6 | 66 | E | 0 | 27 | 23 | 52 | 1A | 35 |
| Octal | 216 | 246 | 146 | 16 | 0 | 47 | 43 | 122 | 32 | 65 |
| Binary | 10001110 | 10100110 | 1100110 | 1110 | 0 | 100111 | 100011 | 1010010 | 11010 | 110101 |
Color Harmonies of #8EA666
Complementary color
Monochromatic Colors of #8EA666
Black with #8EA666
Text Example
Text Example
White with #8EA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA666; }
p { color: rgb(142,166,102); }
H1.HeaderClassName
{
color: #8EA666;
}
.AnyTagClassName
{
color: #8EA666;
}
</style>
background-color css
<style>
a { background-color: #8EA666; }
a { background-color: rgb(142,166,102); }
div.DivClassName
{
background-color: #8EA666;
}
.BgClassName
{
background-color: #8EA666;
}
</style>
border-color css
<style>
span { border-color: #8EA666; }
span { border-color: rgb(142,166,102); }
td.TdClassName
{
border-color: #8EA666;
}
.TagClassName
{
border-color: #8EA666;
}
</style>