#8EAC66

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

Shades of Chelsea Cucumber #8EAC66

Tints of Chelsea Cucumber #8EAC66

Color information

#8EAC66 (or 0x8EAC66) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AC and 66. RGB value is (142,172,102). Sum of RGB (Red+Green+Blue) = 142+172+102=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC66 is #715399. Grayscale: #9B9B9B. Windows color (decimal): -7426970 or 6728846. OLE color: 6728846.

HSL color Cylindrical-coordinate representation of color #8EAC66: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EAC66 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB142172102-
CMYK0.1700.410.33
HSL85.71º29.66%53.73%-
HSV(B)85.71º40.7%67.45%-
XYZ28.3136.2218.07-
YUV155.0598.06118.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=34.13%
G=41.35%
B=24.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421721020.1700.410.3385.7129.6653.73
Hex8EAC661102921561e36
Octal21625414621051411263666
Binary10001110101011001100110100010101001100001101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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