#8EAE65

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

Shades of Chelsea Cucumber #8EAE65

Tints of Chelsea Cucumber #8EAE65

Color information

#8EAE65 (or 0x8EAE65) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AE and 65. RGB value is (142,174,101). Sum of RGB (Red+Green+Blue) = 142+174+101=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE65 is #71519A. Grayscale: #9C9C9C. Windows color (decimal): -7426459 or 6663822. OLE color: 6663822.

HSL color Cylindrical-coordinate representation of color #8EAE65: hue angle of 86.3º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EAE65 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB142174101-
CMYK0.1800.420.32
HSL86.3º31.06%53.92%-
HSV(B)86.3º41.95%68.24%-
XYZ28.6436.9617.94-
YUV156.1196.9117.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=34.05%
G=41.73%
B=24.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741010.1800.420.3286.331.0653.92
Hex8EAE651202A20561f36
Octal21625614522052401263766
Binary10001110101011101100101100100101010100000101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,101); }

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

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

 a { background-color: rgb(142,174,101); }

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

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

 span { border-color: rgb(142,174,101); }

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