Shades of Chelsea Cucumber #8EA26C
Tints of Chelsea Cucumber #8EA26C
RGB
CMYK
RGB Variations
Color information
#8EA26C (or 0x8EA26C) is known color: Chelsea Cucumber. HEX triplet: 8E, A2 and 6C. RGB value is (142,162,108). Sum of RGB (Red+Green+Blue) = 142+162+108=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA26C is #715D93. Grayscale: #969696. Windows color (decimal): -7429524 or 7119502. OLE color: 7119502.
HSL color Cylindrical-coordinate representation of color #8EA26C: hue angle of 82.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EA26C is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 108 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.36 |
| HSL | 82.22º | 0.23% | 0.53% | - |
| HSV(B) | 82.22º | 0.33% | 0.64% | - |
| XYZ | 26.78 | 32.67 | 19.08 | - |
| YUV | 149.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 108 | 0.12 | 0 | 0.33 | 0.36 | 82.22 | 0.23 | 0.53 |
| Hex | 8E | A2 | 6C | C | 0 | 21 | 24 | 52 | 16 | 35 |
| Octal | 216 | 242 | 154 | 14 | 0 | 41 | 44 | 122 | 26 | 65 |
| Binary | 10001110 | 10100010 | 1101100 | 1100 | 0 | 100001 | 100100 | 1010010 | 10110 | 110101 |
Color Harmonies of #8EA26C
Complementary color
Monochromatic Colors of #8EA26C
Black with #8EA26C
Text Example
Text Example
White with #8EA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA26C; }
p { color: rgb(142,162,108); }
H1.HeaderClassName
{
color: #8EA26C;
}
.AnyTagClassName
{
color: #8EA26C;
}
</style>
background-color css
<style>
a { background-color: #8EA26C; }
a { background-color: rgb(142,162,108); }
div.DivClassName
{
background-color: #8EA26C;
}
.BgClassName
{
background-color: #8EA26C;
}
</style>
border-color css
<style>
span { border-color: #8EA26C; }
span { border-color: rgb(142,162,108); }
td.TdClassName
{
border-color: #8EA26C;
}
.TagClassName
{
border-color: #8EA26C;
}
</style>