#9ECDA0

Color #9ECDA0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9ECDA0

Tints of Chinook #9ECDA0

Color information

#9ECDA0 (or 0x9ECDA0) is unknown color: approx Chinook. HEX triplet: 9E, CD and A0. RGB value is (158,205,160). Sum of RGB (Red+Green+Blue) = 158+205+160=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECDA0 is #61325F. Grayscale: #B9B9B9. Windows color (decimal): -6369888 or 10538398. OLE color: 10538398.

HSL color Cylindrical-coordinate representation of color #9ECDA0: hue angle of 122.55º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECDA0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB158205160-
CMYK0.2300.220.20
HSL122.55º31.97%71.18%-
HSV(B)122.55º22.93%80.39%-
XYZ42.2853.4741.35-
YUV185.82113.43108.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=30.21%
G=39.20%
B=30.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051600.2300.220.20122.5531.9771.18
Hex9ECDA017016147b2047
Octal236315240270262417340107
Binary100111101100110110100000101110101101010011110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECDA0; }

 p { color: rgb(158,205,160); }

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

<style>
 a { background-color: #9ECDA0; }

 a { background-color: rgb(158,205,160); }

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

<style>
 span { border-color: #9ECDA0; }

 span { border-color: rgb(158,205,160); }

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