#8CA399

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

Shades of Cascade #8CA399

Tints of Cascade #8CA399

Color information

#8CA399 (or 0x8CA399) is unknown color: approx Cascade. HEX triplet: 8C, A3 and 99. RGB value is (140,163,153). Sum of RGB (Red+Green+Blue) = 140+163+153=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA399 is #735C66. Grayscale: #9B9B9B. Windows color (decimal): -7560295 or 10068876. OLE color: 10068876.

HSL color Cylindrical-coordinate representation of color #8CA399: hue angle of 153.91º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA399 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB140163153-
CMYK0.1400.060.36
HSL153.91º11.11%59.41%-
HSV(B)153.91º14.11%63.92%-
XYZ29.6634.0735.15-
YUV154.98126.88117.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=30.70%
G=35.75%
B=33.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631530.1400.060.36153.9111.1159.41
Hex8CA399E06249ab3b
Octal2142432311606442321373
Binary10001100101000111001100111100110100100100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,153); }

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

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

 a { background-color: rgb(140,163,153); }

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

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

 span { border-color: rgb(140,163,153); }

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