Shades of Chelsea Cucumber #8EA552
Tints of Chelsea Cucumber #8EA552
RGB
CMYK
RGB Variations
Color information
#8EA552 (or 0x8EA552) is known color: Chelsea Cucumber. HEX triplet: 8E, A5 and 52. RGB value is (142,165,82). Sum of RGB (Red+Green+Blue) = 142+165+82=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA552 is #715AAD. Grayscale: #949494. Windows color (decimal): -7428782 or 5416334. OLE color: 5416334.
HSL color Cylindrical-coordinate representation of color #8EA552: hue angle of 76.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EA552 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 165 | 82 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.35 |
| HSL | 76.63º | 0.34% | 0.48% | - |
| HSV(B) | 76.63º | 0.5% | 0.65% | - |
| XYZ | 26.13 | 33.27 | 13.03 | - |
| YUV | 148.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 165 | 82 | 0.14 | 0 | 0.50 | 0.35 | 76.63 | 0.34 | 0.48 |
| Hex | 8E | A5 | 52 | E | 0 | 32 | 23 | 4D | 22 | 30 |
| Octal | 216 | 245 | 122 | 16 | 0 | 62 | 43 | 115 | 42 | 60 |
| Binary | 10001110 | 10100101 | 1010010 | 1110 | 0 | 110010 | 100011 | 1001101 | 100010 | 110000 |
Color Harmonies of #8EA552
Complementary color
Monochromatic Colors of #8EA552
Black with #8EA552
Text Example
Text Example
White with #8EA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA552; }
p { color: rgb(142,165,82); }
H1.HeaderClassName
{
color: #8EA552;
}
.AnyTagClassName
{
color: #8EA552;
}
</style>
background-color css
<style>
a { background-color: #8EA552; }
a { background-color: rgb(142,165,82); }
div.DivClassName
{
background-color: #8EA552;
}
.BgClassName
{
background-color: #8EA552;
}
</style>
border-color css
<style>
span { border-color: #8EA552; }
span { border-color: rgb(142,165,82); }
td.TdClassName
{
border-color: #8EA552;
}
.TagClassName
{
border-color: #8EA552;
}
</style>