#8CAE69

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

Shades of Chelsea Cucumber #8CAE69

Tints of Chelsea Cucumber #8CAE69

Color information

#8CAE69 (or 0x8CAE69) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AE and 69. RGB value is (140,174,105). Sum of RGB (Red+Green+Blue) = 140+174+105=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE69 is #735196. Grayscale: #9C9C9C. Windows color (decimal): -7557527 or 6925964. OLE color: 6925964.

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

Color convert

RGB140174105-
CMYK0.2000.400.32
HSL89.57º29.87%54.71%-
HSV(B)89.57º39.66%68.24%-
XYZ28.536.8718.98-
YUV155.9799.24116.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=33.41%
G=41.53%
B=25.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401741050.2000.400.3289.5729.8754.71
Hex8CAE6914028205a1e37
Octal21425615124050401323667
Binary10001100101011101101001101000101000100000101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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