#8DAE5D

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

Shades of Chelsea Cucumber #8DAE5D

Tints of Chelsea Cucumber #8DAE5D

Color information

#8DAE5D (or 0x8DAE5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AE and 5D. RGB value is (141,174,93). Sum of RGB (Red+Green+Blue) = 141+174+93=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE5D is #7251A2. Grayscale: #9B9B9B. Windows color (decimal): -7492003 or 6139533. OLE color: 6139533.

HSL color Cylindrical-coordinate representation of color #8DAE5D: hue angle of 84.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DAE5D is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB14117493-
CMYK0.1900.470.32
HSL84.44º33.33%52.35%-
HSV(B)84.44º46.55%68.24%-
XYZ28.136.7315.96-
YUV154.993.07118.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=34.56%
G=42.65%
B=22.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141174930.1900.470.3284.4433.3352.35
Hex8DAE5D1302F20542134
Octal21525613523057401244164
Binary100011011010111010111011001101011111000001010100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,93); }

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

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

 a { background-color: rgb(141,174,93); }

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

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

 span { border-color: rgb(141,174,93); }

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