#8CAE6C

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

Shades of Chelsea Cucumber #8CAE6C

Tints of Chelsea Cucumber #8CAE6C

Color information

#8CAE6C (or 0x8CAE6C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AE and 6C. RGB value is (140,174,108). Sum of RGB (Red+Green+Blue) = 140+174+108=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE6C is #735193. Grayscale: #9C9C9C. Windows color (decimal): -7557524 or 7122572. OLE color: 7122572.

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

Color convert

RGB140174108-
CMYK0.2000.380.32
HSL90.91º28.95%55.29%-
HSV(B)90.91º37.93%68.24%-
XYZ28.6636.9319.81-
YUV156.31100.74116.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=33.18%
G=41.23%
B=25.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401741080.2000.380.3290.9128.9555.29
Hex8CAE6C14026205b1d37
Octal21425615424046401333567
Binary10001100101011101101100101000100110100000101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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