#8DA399

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

Shades of Cascade #8DA399

Tints of Cascade #8DA399

Color information

#8DA399 (or 0x8DA399) is unknown color: approx Cascade. HEX triplet: 8D, A3 and 99. RGB value is (141,163,153). Sum of RGB (Red+Green+Blue) = 141+163+153=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA399 is #725C66. Grayscale: #9B9B9B. Windows color (decimal): -7494759 or 10068877. OLE color: 10068877.

HSL color Cylindrical-coordinate representation of color #8DA399: hue angle of 152.73º 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 #8DA399 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB141163153-
CMYK0.1300.060.36
HSL152.73º10.68%59.61%-
HSV(B)152.73º13.5%63.92%-
XYZ29.8334.1635.16-
YUV155.28126.71117.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=30.85%
G=35.67%
B=33.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411631530.1300.060.36152.7310.6859.61
Hex8DA399D062499b3c
Octal2152432311506442311374
Binary10001101101000111001100111010110100100100110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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