Shades of Chelsea Cucumber #8EA750
Tints of Chelsea Cucumber #8EA750
RGB
CMYK
RGB Variations
Color information
#8EA750 (or 0x8EA750) is known color: Chelsea Cucumber. HEX triplet: 8E, A7 and 50. RGB value is (142,167,80). Sum of RGB (Red+Green+Blue) = 142+167+80=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA750 is #7158AF. Grayscale: #959595. Windows color (decimal): -7428272 or 5285774. OLE color: 5285774.
HSL color Cylindrical-coordinate representation of color #8EA750: hue angle of 77.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EA750 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 167 | 80 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.35 |
| HSL | 77.24º | 0.35% | 0.48% | - |
| HSV(B) | 77.24º | 0.52% | 0.65% | - |
| XYZ | 26.42 | 33.97 | 12.75 | - |
| YUV | 149.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 167 | 80 | 0.15 | 0 | 0.52 | 0.35 | 77.24 | 0.35 | 0.48 |
| Hex | 8E | A7 | 50 | F | 0 | 34 | 23 | 4D | 23 | 30 |
| Octal | 216 | 247 | 120 | 17 | 0 | 64 | 43 | 115 | 43 | 60 |
| Binary | 10001110 | 10100111 | 1010000 | 1111 | 0 | 110100 | 100011 | 1001101 | 100011 | 110000 |
Color Harmonies of #8EA750
Complementary color
Monochromatic Colors of #8EA750
Black with #8EA750
Text Example
Text Example
White with #8EA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA750; }
p { color: rgb(142,167,80); }
H1.HeaderClassName
{
color: #8EA750;
}
.AnyTagClassName
{
color: #8EA750;
}
</style>
background-color css
<style>
a { background-color: #8EA750; }
a { background-color: rgb(142,167,80); }
div.DivClassName
{
background-color: #8EA750;
}
.BgClassName
{
background-color: #8EA750;
}
</style>
border-color css
<style>
span { border-color: #8EA750; }
span { border-color: rgb(142,167,80); }
td.TdClassName
{
border-color: #8EA750;
}
.TagClassName
{
border-color: #8EA750;
}
</style>