#8EA469

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

Shades of Chelsea Cucumber #8EA469

Tints of Chelsea Cucumber #8EA469

Color information

#8EA469 (or 0x8EA469) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A4 and 69. RGB value is (142,164,105). Sum of RGB (Red+Green+Blue) = 142+164+105=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA469 is #715B96. Grayscale: #969696. Windows color (decimal): -7429015 or 6923406. OLE color: 6923406.

HSL color Cylindrical-coordinate representation of color #8EA469: hue angle of 82.37º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA469 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB142164105-
CMYK0.1300.360.36
HSL82.37º24.48%52.75%-
HSV(B)82.37º35.98%64.31%-
XYZ26.9833.3218.37-
YUV150.7102.21121.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=34.55%
G=39.90%
B=25.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641050.1300.360.3682.3724.4852.75
Hex8EA469D02424521835
Octal21624415115044441223065
Binary1000111010100100110100111010100100100100101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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