#8DA59F

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

Shades of Cascade #8DA59F

Tints of Cascade #8DA59F

Color information

#8DA59F (or 0x8DA59F) is unknown color: approx Cascade. HEX triplet: 8D, A5 and 9F. RGB value is (141,165,159). Sum of RGB (Red+Green+Blue) = 141+165+159=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA59F is #725A60. Grayscale: #9D9D9D. Windows color (decimal): -7494241 or 10462605. OLE color: 10462605.

HSL color Cylindrical-coordinate representation of color #8DA59F: hue angle of 165º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA59F is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB141165159-
CMYK0.1500.040.35
HSL165º11.76%60%-
HSV(B)165º14.55%64.71%-
XYZ30.735.0837.95-
YUV157.14129.05116.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=30.32%
G=35.48%
B=34.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411651590.1500.040.3516511.7660
Hex8DA59FF0423a5c3c
Octal2152452371704432451474
Binary10001101101001011001111111110100100011101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,165,159); }

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

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

 a { background-color: rgb(141,165,159); }

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

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

 span { border-color: rgb(141,165,159); }

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