Shades of Chelsea Cucumber #8EA06B
Tints of Chelsea Cucumber #8EA06B
RGB
CMYK
RGB Variations
Color information
#8EA06B (or 0x8EA06B) is known color: Chelsea Cucumber. HEX triplet: 8E, A0 and 6B. RGB value is (142,160,107). Sum of RGB (Red+Green+Blue) = 142+160+107=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA06B is #715F94. Grayscale: #949494. Windows color (decimal): -7430037 or 7053454. OLE color: 7053454.
HSL color Cylindrical-coordinate representation of color #8EA06B: hue angle of 80.38º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EA06B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 107 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.37 |
| HSL | 80.38º | 0.22% | 0.52% | - |
| HSV(B) | 80.38º | 0.33% | 0.63% | - |
| XYZ | 26.38 | 31.95 | 18.69 | - |
| YUV | 148.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 107 | 0.11 | 0 | 0.33 | 0.37 | 80.38 | 0.22 | 0.52 |
| Hex | 8E | A0 | 6B | B | 0 | 21 | 25 | 50 | 16 | 34 |
| Octal | 216 | 240 | 153 | 13 | 0 | 41 | 45 | 120 | 26 | 64 |
| Binary | 10001110 | 10100000 | 1101011 | 1011 | 0 | 100001 | 100101 | 1010000 | 10110 | 110100 |
Color Harmonies of #8EA06B
Complementary color
Monochromatic Colors of #8EA06B
Black with #8EA06B
Text Example
Text Example
White with #8EA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA06B; }
p { color: rgb(142,160,107); }
H1.HeaderClassName
{
color: #8EA06B;
}
.AnyTagClassName
{
color: #8EA06B;
}
</style>
background-color css
<style>
a { background-color: #8EA06B; }
a { background-color: rgb(142,160,107); }
div.DivClassName
{
background-color: #8EA06B;
}
.BgClassName
{
background-color: #8EA06B;
}
</style>
border-color css
<style>
span { border-color: #8EA06B; }
span { border-color: rgb(142,160,107); }
td.TdClassName
{
border-color: #8EA06B;
}
.TagClassName
{
border-color: #8EA06B;
}
</style>