#9EC9AD

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

Shades of Chinook #9EC9AD

Tints of Chinook #9EC9AD

Color information

#9EC9AD (or 0x9EC9AD) is unknown color: approx Chinook. HEX triplet: 9E, C9 and AD. RGB value is (158,201,173). Sum of RGB (Red+Green+Blue) = 158+201+173=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC9AD is #613652. Grayscale: #B9B9B9. Windows color (decimal): -6370899 or 11389342. OLE color: 11389342.

HSL color Cylindrical-coordinate representation of color #9EC9AD: hue angle of 140.93º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC9AD is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB158201173-
CMYK0.2100.140.21
HSL140.93º28.48%70.39%-
HSV(B)140.93º21.39%78.82%-
XYZ42.5352.0647.34-
YUV184.95121.25108.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.70%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=29.70%
G=37.78%
B=32.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582011730.2100.140.21140.9328.4870.39
Hex9EC9AD150E158d1c46
Octal236311255250162521534106
Binary10011110110010011010110110101011101010110001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,201,173); }

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

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

 a { background-color: rgb(158,201,173); }

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

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

 span { border-color: rgb(158,201,173); }

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