#8EAD68

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

Shades of Chelsea Cucumber #8EAD68

Tints of Chelsea Cucumber #8EAD68

Color information

#8EAD68 (or 0x8EAD68) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AD and 68. RGB value is (142,173,104). Sum of RGB (Red+Green+Blue) = 142+173+104=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD68 is #715297. Grayscale: #9C9C9C. Windows color (decimal): -7426712 or 6860174. OLE color: 6860174.

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

Color convert

RGB142173104-
CMYK0.1800.400.32
HSL86.96º29.61%54.31%-
HSV(B)86.96º39.88%67.84%-
XYZ28.636.6418.66-
YUV155.8698.73118.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=33.89%
G=41.29%
B=24.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421731040.1800.400.3286.9629.6154.31
Hex8EAD681202820571e36
Octal21625515022050401273666
Binary10001110101011011101000100100101000100000101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,104); }

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

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

 a { background-color: rgb(142,173,104); }

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

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

 span { border-color: rgb(142,173,104); }

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