#8DA39D

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

Shades of Cascade #8DA39D

Tints of Cascade #8DA39D

Color information

#8DA39D (or 0x8DA39D) is unknown color: approx Cascade. HEX triplet: 8D, A3 and 9D. RGB value is (141,163,157). Sum of RGB (Red+Green+Blue) = 141+163+157=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA39D is #725C62. Grayscale: #9B9B9B. Windows color (decimal): -7494755 or 10331021. OLE color: 10331021.

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

Color convert

RGB141163157-
CMYK0.1300.040.36
HSL163.64º10.68%59.61%-
HSV(B)163.64º13.5%63.92%-
XYZ30.1734.2936.93-
YUV155.74128.71117.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=30.59%
G=35.36%
B=34.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411631570.1300.040.36163.6410.6859.61
Hex8DA39DD0424a4b3c
Octal2152432351504442441374
Binary10001101101000111001110111010100100100101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,157); }

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

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

 a { background-color: rgb(141,163,157); }

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

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

 span { border-color: rgb(141,163,157); }

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