#9ED1AD

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

Shades of Chinook #9ED1AD

Tints of Chinook #9ED1AD

Color information

#9ED1AD (or 0x9ED1AD) is unknown color: approx Chinook. HEX triplet: 9E, D1 and AD. RGB value is (158,209,173). Sum of RGB (Red+Green+Blue) = 158+209+173=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED1AD is #612E52. Grayscale: #BDBDBD. Windows color (decimal): -6368851 or 11391390. OLE color: 11391390.

HSL color Cylindrical-coordinate representation of color #9ED1AD: hue angle of 137.65º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED1AD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB158209173-
CMYK0.2400.170.18
HSL137.65º35.66%71.96%-
HSV(B)137.65º24.4%81.96%-
XYZ44.4455.8947.98-
YUV189.65118.6105.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 209 (82.03% from 255) = 38.70%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=29.26%
G=38.70%
B=32.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582091730.2400.170.18137.6535.6671.96
Hex9ED1AD18011128a2448
Octal236321255300212221244110
Binary1001111011010001101011011100001000110010100010101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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