#8EA845

Color #8EA845 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8EA845

Tints of Chelsea Cucumber #8EA845

Color information

#8EA845 (or 0x8EA845) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A8 and 45. RGB value is (142,168,69). Sum of RGB (Red+Green+Blue) = 142+168+69=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA845 is #7157BA. Grayscale: #959595. Windows color (decimal): -7428027 or 4565134. OLE color: 4565134.

HSL color Cylindrical-coordinate representation of color #8EA845: hue angle of 75.76º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EA845 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB14216869-
CMYK0.1500.590.34
HSL75.76º41.77%46.47%-
HSV(B)75.76º58.93%65.88%-
XYZ26.2334.1910.85-
YUV148.9482.89123.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 168 (66.02% from 255) = 44.33%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=37.47%
G=44.33%
B=18.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142168690.1500.590.3475.7641.7746.47
Hex8EA845F03B224c2a2e
Octal21625010517073421145256
Binary10001110101010001000101111101110111000101001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA845; }

 p { color: rgb(142,168,69); }

 H1.HeaderClassName
 {
   color: #8EA845;
 }
 .AnyTagClassName
 {
   color: #8EA845;
 }
</style>
background-color css

<style>
 a { background-color: #8EA845; }

 a { background-color: rgb(142,168,69); }

 div.DivClassName
 {
   background-color: #8EA845;
 }
 .BgClassName
 {
   background-color: #8EA845;
 }
</style>
border-color css

<style>
 span { border-color: #8EA845; }

 span { border-color: rgb(142,168,69); }

 td.TdClassName
 {
   border-color: #8EA845;
 }
 .TagClassName
 {
   border-color: #8EA845;
 }
</style>