#8cae5e

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

Shades of Chelsea Cucumber #8CAE5E

Tints of Chelsea Cucumber #8CAE5E

Color information

#8CAE5E (or 0x8CAE5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AE and 5E. RGB value is (140,174,94). Sum of RGB (Red+Green+Blue) = 140+174+94=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE5E is #7351A1. Grayscale: #9B9B9B. Windows color (decimal): -7557538 or 6205068. OLE color: 6205068.

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

Color convert

RGB14017494-
CMYK0.2000.460.32
HSL85.5º33.06%52.55%-
HSV(B)85.5º45.98%68.24%-
XYZ27.9736.6616.19-
YUV154.7193.74117.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=34.31%
G=42.65%
B=23.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174940.2000.460.3285.533.0652.55
Hex8CAE5E1402E20562135
Octal21425613624056401264165
Binary100011001010111010111101010001011101000001010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cae5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,94); }

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

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

 a { background-color: rgb(140,174,94); }

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

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

 span { border-color: rgb(140,174,94); }

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