#8EA666

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

Shades of Chelsea Cucumber #8EA666

Tints of Chelsea Cucumber #8EA666

Color information

#8EA666 (or 0x8EA666) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A6 and 66. RGB value is (142,166,102). Sum of RGB (Red+Green+Blue) = 142+166+102=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA666 is #715999. Grayscale: #979797. Windows color (decimal): -7428506 or 6727310. OLE color: 6727310.

HSL color Cylindrical-coordinate representation of color #8EA666: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EA666 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB142166102-
CMYK0.1400.390.35
HSL82.5º26.45%52.55%-
HSV(B)82.5º38.55%65.1%-
XYZ27.1933.9817.7-
YUV151.53100.05121.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=34.63%
G=40.49%
B=24.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421661020.1400.390.3582.526.4552.55
Hex8EA666E02723521a35
Octal21624614616047431223265
Binary1000111010100110110011011100100111100011101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,102); }

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

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

 a { background-color: rgb(142,166,102); }

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

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

 span { border-color: rgb(142,166,102); }

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