Shades of Chelsea Cucumber #8EA868
Tints of Chelsea Cucumber #8EA868
RGB
CMYK
RGB Variations
Color information
#8EA868 (or 0x8EA868) is known color: Chelsea Cucumber. HEX triplet: 8E, A8 and 68. RGB value is (142,168,104). Sum of RGB (Red+Green+Blue) = 142+168+104=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA868 is #715797. Grayscale: #999999. Windows color (decimal): -7427992 or 6858894. OLE color: 6858894.
HSL color Cylindrical-coordinate representation of color #8EA868: hue angle of 84.38º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EA868 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 168 | 104 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.34 |
| HSL | 84.38º | 0.27% | 0.53% | - |
| HSV(B) | 84.38º | 0.38% | 0.66% | - |
| XYZ | 27.66 | 34.76 | 18.35 | - |
| YUV | 152.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 104 | 0.15 | 0 | 0.38 | 0.34 | 84.38 | 0.27 | 0.53 |
| Hex | 8E | A8 | 68 | F | 0 | 26 | 22 | 54 | 1B | 35 |
| Octal | 216 | 250 | 150 | 17 | 0 | 46 | 42 | 124 | 33 | 65 |
| Binary | 10001110 | 10101000 | 1101000 | 1111 | 0 | 100110 | 100010 | 1010100 | 11011 | 110101 |
Color Harmonies of #8EA868
Complementary color
Monochromatic Colors of #8EA868
Black with #8EA868
Text Example
Text Example
White with #8EA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA868; }
p { color: rgb(142,168,104); }
H1.HeaderClassName
{
color: #8EA868;
}
.AnyTagClassName
{
color: #8EA868;
}
</style>
background-color css
<style>
a { background-color: #8EA868; }
a { background-color: rgb(142,168,104); }
div.DivClassName
{
background-color: #8EA868;
}
.BgClassName
{
background-color: #8EA868;
}
</style>
border-color css
<style>
span { border-color: #8EA868; }
span { border-color: rgb(142,168,104); }
td.TdClassName
{
border-color: #8EA868;
}
.TagClassName
{
border-color: #8EA868;
}
</style>