Shades of Chelsea Cucumber #8EA16E
Tints of Chelsea Cucumber #8EA16E
RGB
CMYK
RGB Variations
Color information
#8EA16E (or 0x8EA16E) is known color: Chelsea Cucumber. HEX triplet: 8E, A1 and 6E. RGB value is (142,161,110). Sum of RGB (Red+Green+Blue) = 142+161+110=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA16E is #715E91. Grayscale: #959595. Windows color (decimal): -7429778 or 7250318. OLE color: 7250318.
HSL color Cylindrical-coordinate representation of color #8EA16E: hue angle of 82.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EA16E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 110 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.37 |
| HSL | 82.35º | 0.21% | 0.53% | - |
| HSV(B) | 82.35º | 0.32% | 0.63% | - |
| XYZ | 26.71 | 32.37 | 19.59 | - |
| YUV | 149.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 110 | 0.12 | 0 | 0.32 | 0.37 | 82.35 | 0.21 | 0.53 |
| Hex | 8E | A1 | 6E | C | 0 | 20 | 25 | 52 | 15 | 35 |
| Octal | 216 | 241 | 156 | 14 | 0 | 40 | 45 | 122 | 25 | 65 |
| Binary | 10001110 | 10100001 | 1101110 | 1100 | 0 | 100000 | 100101 | 1010010 | 10101 | 110101 |
Color Harmonies of #8EA16E
Complementary color
Monochromatic Colors of #8EA16E
Black with #8EA16E
Text Example
Text Example
White with #8EA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA16E; }
p { color: rgb(142,161,110); }
H1.HeaderClassName
{
color: #8EA16E;
}
.AnyTagClassName
{
color: #8EA16E;
}
</style>
background-color css
<style>
a { background-color: #8EA16E; }
a { background-color: rgb(142,161,110); }
div.DivClassName
{
background-color: #8EA16E;
}
.BgClassName
{
background-color: #8EA16E;
}
</style>
border-color css
<style>
span { border-color: #8EA16E; }
span { border-color: rgb(142,161,110); }
td.TdClassName
{
border-color: #8EA16E;
}
.TagClassName
{
border-color: #8EA16E;
}
</style>