Shades of Chelsea Cucumber #8EA16B
Tints of Chelsea Cucumber #8EA16B
RGB
CMYK
RGB Variations
Color information
#8EA16B (or 0x8EA16B) is known color: Chelsea Cucumber. HEX triplet: 8E, A1 and 6B. RGB value is (142,161,107). Sum of RGB (Red+Green+Blue) = 142+161+107=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA16B is #715E94. Grayscale: #959595. Windows color (decimal): -7429781 or 7053710. OLE color: 7053710.
HSL color Cylindrical-coordinate representation of color #8EA16B: hue angle of 81.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EA16B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 107 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.37 |
| HSL | 81.11º | 0.22% | 0.53% | - |
| HSV(B) | 81.11º | 0.34% | 0.63% | - |
| XYZ | 26.55 | 32.3 | 18.75 | - |
| YUV | 149.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 107 | 0.12 | 0 | 0.34 | 0.37 | 81.11 | 0.22 | 0.53 |
| Hex | 8E | A1 | 6B | C | 0 | 22 | 25 | 51 | 16 | 35 |
| Octal | 216 | 241 | 153 | 14 | 0 | 42 | 45 | 121 | 26 | 65 |
| Binary | 10001110 | 10100001 | 1101011 | 1100 | 0 | 100010 | 100101 | 1010001 | 10110 | 110101 |
Color Harmonies of #8EA16B
Complementary color
Monochromatic Colors of #8EA16B
Black with #8EA16B
Text Example
Text Example
White with #8EA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA16B; }
p { color: rgb(142,161,107); }
H1.HeaderClassName
{
color: #8EA16B;
}
.AnyTagClassName
{
color: #8EA16B;
}
</style>
background-color css
<style>
a { background-color: #8EA16B; }
a { background-color: rgb(142,161,107); }
div.DivClassName
{
background-color: #8EA16B;
}
.BgClassName
{
background-color: #8EA16B;
}
</style>
border-color css
<style>
span { border-color: #8EA16B; }
span { border-color: rgb(142,161,107); }
td.TdClassName
{
border-color: #8EA16B;
}
.TagClassName
{
border-color: #8EA16B;
}
</style>