#8EAA66

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

Shades of Chelsea Cucumber #8EAA66

Tints of Chelsea Cucumber #8EAA66

Color information

#8EAA66 (or 0x8EAA66) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AA and 66. RGB value is (142,170,102). Sum of RGB (Red+Green+Blue) = 142+170+102=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA66 is #715599. Grayscale: #9A9A9A. Windows color (decimal): -7427482 or 6728334. OLE color: 6728334.

HSL color Cylindrical-coordinate representation of color #8EAA66: hue angle of 84.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EAA66 is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB142170102-
CMYK0.1600.40.33
HSL84.71º28.57%53.33%-
HSV(B)84.71º40%66.67%-
XYZ27.9335.4617.94-
YUV153.8898.72119.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=34.30%
G=41.06%
B=24.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701020.1600.40.3384.7128.5753.33
Hex8EAA661002821551d35
Octal21625214620050411253565
Binary10001110101010101100110100000101000100001101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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