Shades of Chelsea Cucumber #8EA45F
Tints of Chelsea Cucumber #8EA45F
RGB
CMYK
RGB Variations
Color information
#8EA45F (or 0x8EA45F) is known color: Chelsea Cucumber. HEX triplet: 8E, A4 and 5F. RGB value is (142,164,95). Sum of RGB (Red+Green+Blue) = 142+164+95=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA45F is #715BA0. Grayscale: #959595. Windows color (decimal): -7429025 or 6268046. OLE color: 6268046.
HSL color Cylindrical-coordinate representation of color #8EA45F: hue angle of 79.13º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EA45F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 95 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.36 |
| HSL | 79.13º | 0.27% | 0.51% | - |
| HSV(B) | 79.13º | 0.42% | 0.64% | - |
| XYZ | 26.5 | 33.13 | 15.82 | - |
| YUV | 149.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 95 | 0.13 | 0 | 0.42 | 0.36 | 79.13 | 0.27 | 0.51 |
| Hex | 8E | A4 | 5F | D | 0 | 2A | 24 | 4F | 1B | 33 |
| Octal | 216 | 244 | 137 | 15 | 0 | 52 | 44 | 117 | 33 | 63 |
| Binary | 10001110 | 10100100 | 1011111 | 1101 | 0 | 101010 | 100100 | 1001111 | 11011 | 110011 |
Color Harmonies of #8EA45F
Complementary color
Monochromatic Colors of #8EA45F
Black with #8EA45F
Text Example
Text Example
White with #8EA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA45F; }
p { color: rgb(142,164,95); }
H1.HeaderClassName
{
color: #8EA45F;
}
.AnyTagClassName
{
color: #8EA45F;
}
</style>
background-color css
<style>
a { background-color: #8EA45F; }
a { background-color: rgb(142,164,95); }
div.DivClassName
{
background-color: #8EA45F;
}
.BgClassName
{
background-color: #8EA45F;
}
</style>
border-color css
<style>
span { border-color: #8EA45F; }
span { border-color: rgb(142,164,95); }
td.TdClassName
{
border-color: #8EA45F;
}
.TagClassName
{
border-color: #8EA45F;
}
</style>