Shades of Chelsea Cucumber #8EA45A
Tints of Chelsea Cucumber #8EA45A
RGB
CMYK
RGB Variations
Color information
#8EA45A (or 0x8EA45A) is known color: Chelsea Cucumber. HEX triplet: 8E, A4 and 5A. RGB value is (142,164,90). Sum of RGB (Red+Green+Blue) = 142+164+90=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA45A is #715BA5. Grayscale: #959595. Windows color (decimal): -7429030 or 5940366. OLE color: 5940366.
HSL color Cylindrical-coordinate representation of color #8EA45A: hue angle of 77.84º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EA45A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 90 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.36 |
| HSL | 77.84º | 0.29% | 0.5% | - |
| HSV(B) | 77.84º | 0.45% | 0.64% | - |
| XYZ | 26.28 | 33.04 | 14.67 | - |
| YUV | 148.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 90 | 0.13 | 0 | 0.45 | 0.36 | 77.84 | 0.29 | 0.5 |
| Hex | 8E | A4 | 5A | D | 0 | 2D | 24 | 4E | 1D | 32 |
| Octal | 216 | 244 | 132 | 15 | 0 | 55 | 44 | 116 | 35 | 62 |
| Binary | 10001110 | 10100100 | 1011010 | 1101 | 0 | 101101 | 100100 | 1001110 | 11101 | 110010 |
Color Harmonies of #8EA45A
Complementary color
Monochromatic Colors of #8EA45A
Black with #8EA45A
Text Example
Text Example
White with #8EA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA45A; }
p { color: rgb(142,164,90); }
H1.HeaderClassName
{
color: #8EA45A;
}
.AnyTagClassName
{
color: #8EA45A;
}
</style>
background-color css
<style>
a { background-color: #8EA45A; }
a { background-color: rgb(142,164,90); }
div.DivClassName
{
background-color: #8EA45A;
}
.BgClassName
{
background-color: #8EA45A;
}
</style>
border-color css
<style>
span { border-color: #8EA45A; }
span { border-color: rgb(142,164,90); }
td.TdClassName
{
border-color: #8EA45A;
}
.TagClassName
{
border-color: #8EA45A;
}
</style>