Shades of Chelsea Cucumber #8EA25D
Tints of Chelsea Cucumber #8EA25D
RGB
CMYK
RGB Variations
Color information
#8EA25D (or 0x8EA25D) is known color: Chelsea Cucumber. HEX triplet: 8E, A2 and 5D. RGB value is (142,162,93). Sum of RGB (Red+Green+Blue) = 142+162+93=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA25D is #715DA2. Grayscale: #949494. Windows color (decimal): -7429539 or 6136462. OLE color: 6136462.
HSL color Cylindrical-coordinate representation of color #8EA25D: hue angle of 77.39º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EA25D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 93 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.36 |
| HSL | 77.39º | 0.27% | 0.5% | - |
| HSV(B) | 77.39º | 0.43% | 0.64% | - |
| XYZ | 26.05 | 32.38 | 15.23 | - |
| YUV | 148.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 93 | 0.12 | 0 | 0.43 | 0.36 | 77.39 | 0.27 | 0.5 |
| Hex | 8E | A2 | 5D | C | 0 | 2B | 24 | 4D | 1B | 32 |
| Octal | 216 | 242 | 135 | 14 | 0 | 53 | 44 | 115 | 33 | 62 |
| Binary | 10001110 | 10100010 | 1011101 | 1100 | 0 | 101011 | 100100 | 1001101 | 11011 | 110010 |
Color Harmonies of #8EA25D
Complementary color
Monochromatic Colors of #8EA25D
Black with #8EA25D
Text Example
Text Example
White with #8EA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA25D; }
p { color: rgb(142,162,93); }
H1.HeaderClassName
{
color: #8EA25D;
}
.AnyTagClassName
{
color: #8EA25D;
}
</style>
background-color css
<style>
a { background-color: #8EA25D; }
a { background-color: rgb(142,162,93); }
div.DivClassName
{
background-color: #8EA25D;
}
.BgClassName
{
background-color: #8EA25D;
}
</style>
border-color css
<style>
span { border-color: #8EA25D; }
span { border-color: rgb(142,162,93); }
td.TdClassName
{
border-color: #8EA25D;
}
.TagClassName
{
border-color: #8EA25D;
}
</style>