#8CAE5A

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

Shades of Chelsea Cucumber #8CAE5A

Tints of Chelsea Cucumber #8CAE5A

Color information

#8CAE5A (or 0x8CAE5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AE and 5A. RGB value is (140,174,90). Sum of RGB (Red+Green+Blue) = 140+174+90=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE5A is #7351A5. Grayscale: #9A9A9A. Windows color (decimal): -7557542 or 5942924. OLE color: 5942924.

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

Color convert

RGB14017490-
CMYK0.2000.480.32
HSL84.29º34.15%51.76%-
HSV(B)84.29º48.28%68.24%-
XYZ27.836.5915.27-
YUV154.2691.74117.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=34.65%
G=43.07%
B=22.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174900.2000.480.3284.2934.1551.76
Hex8CAE5A1403020542234
Octal21425613224060401244264
Binary100011001010111010110101010001100001000001010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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