Shades of Chelsea Cucumber #8EA051
Tints of Chelsea Cucumber #8EA051
RGB
CMYK
RGB Variations
Color information
#8EA051 (or 0x8EA051) is known color: Chelsea Cucumber. HEX triplet: 8E, A0 and 51. RGB value is (142,160,81). Sum of RGB (Red+Green+Blue) = 142+160+81=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA051 is #715FAE. Grayscale: #919191. Windows color (decimal): -7430063 or 5349518. OLE color: 5349518.
HSL color Cylindrical-coordinate representation of color #8EA051: hue angle of 73.67º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EA051 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 81 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.37 |
| HSL | 73.67º | 0.33% | 0.47% | - |
| HSV(B) | 73.67º | 0.49% | 0.63% | - |
| XYZ | 25.21 | 31.49 | 12.53 | - |
| YUV | 145.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 81 | 0.11 | 0 | 0.49 | 0.37 | 73.67 | 0.33 | 0.47 |
| Hex | 8E | A0 | 51 | B | 0 | 31 | 25 | 4A | 21 | 2F |
| Octal | 216 | 240 | 121 | 13 | 0 | 61 | 45 | 112 | 41 | 57 |
| Binary | 10001110 | 10100000 | 1010001 | 1011 | 0 | 110001 | 100101 | 1001010 | 100001 | 101111 |
Color Harmonies of #8EA051
Complementary color
Monochromatic Colors of #8EA051
Black with #8EA051
Text Example
Text Example
White with #8EA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA051; }
p { color: rgb(142,160,81); }
H1.HeaderClassName
{
color: #8EA051;
}
.AnyTagClassName
{
color: #8EA051;
}
</style>
background-color css
<style>
a { background-color: #8EA051; }
a { background-color: rgb(142,160,81); }
div.DivClassName
{
background-color: #8EA051;
}
.BgClassName
{
background-color: #8EA051;
}
</style>
border-color css
<style>
span { border-color: #8EA051; }
span { border-color: rgb(142,160,81); }
td.TdClassName
{
border-color: #8EA051;
}
.TagClassName
{
border-color: #8EA051;
}
</style>