#8EA45D

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

Shades of Chelsea Cucumber #8EA45D

Tints of Chelsea Cucumber #8EA45D

Color information

#8EA45D (or 0x8EA45D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A4 and 5D. RGB value is (142,164,93). Sum of RGB (Red+Green+Blue) = 142+164+93=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA45D is #715BA2. Grayscale: #959595. Windows color (decimal): -7429027 or 6136974. OLE color: 6136974.

HSL color Cylindrical-coordinate representation of color #8EA45D: hue angle of 78.59º degrees, saturation: 0.28, 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 #8EA45D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB14216493-
CMYK0.1300.430.36
HSL78.59º28.06%50.39%-
HSV(B)78.59º43.29%64.31%-
XYZ26.4133.0915.35-
YUV149.3396.21122.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 164 (64.45% from 255) = 41.10%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=35.59%
G=41.10%
B=23.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164930.1300.430.3678.5928.0650.39
Hex8EA45DD02B244f1c32
Octal21624413515053441173462
Binary1000111010100100101110111010101011100100100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,93); }

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

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

 a { background-color: rgb(142,164,93); }

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

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

 span { border-color: rgb(142,164,93); }

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