Shades of Chelsea Cucumber #8EA54A
Tints of Chelsea Cucumber #8EA54A
RGB
CMYK
RGB Variations
Color information
#8EA54A (or 0x8EA54A) is known color: Chelsea Cucumber. HEX triplet: 8E, A5 and 4A. RGB value is (142,165,74). Sum of RGB (Red+Green+Blue) = 142+165+74=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA54A is #715AB5. Grayscale: #949494. Windows color (decimal): -7428790 or 4892046. OLE color: 4892046.
HSL color Cylindrical-coordinate representation of color #8EA54A: hue angle of 75.16º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EA54A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 165 | 74 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.35 |
| HSL | 75.16º | 0.38% | 0.47% | - |
| HSV(B) | 75.16º | 0.55% | 0.65% | - |
| XYZ | 25.85 | 33.16 | 11.52 | - |
| YUV | 147.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 165 | 74 | 0.14 | 0 | 0.55 | 0.35 | 75.16 | 0.38 | 0.47 |
| Hex | 8E | A5 | 4A | E | 0 | 37 | 23 | 4B | 26 | 2F |
| Octal | 216 | 245 | 112 | 16 | 0 | 67 | 43 | 113 | 46 | 57 |
| Binary | 10001110 | 10100101 | 1001010 | 1110 | 0 | 110111 | 100011 | 1001011 | 100110 | 101111 |
Color Harmonies of #8EA54A
Complementary color
Monochromatic Colors of #8EA54A
Black with #8EA54A
Text Example
Text Example
White with #8EA54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA54A; }
p { color: rgb(142,165,74); }
H1.HeaderClassName
{
color: #8EA54A;
}
.AnyTagClassName
{
color: #8EA54A;
}
</style>
background-color css
<style>
a { background-color: #8EA54A; }
a { background-color: rgb(142,165,74); }
div.DivClassName
{
background-color: #8EA54A;
}
.BgClassName
{
background-color: #8EA54A;
}
</style>
border-color css
<style>
span { border-color: #8EA54A; }
span { border-color: rgb(142,165,74); }
td.TdClassName
{
border-color: #8EA54A;
}
.TagClassName
{
border-color: #8EA54A;
}
</style>