#9ADA9D

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

Shades of Chinook #9ADA9D

Tints of Chinook #9ADA9D

Color information

#9ADA9D (or 0x9ADA9D) is unknown color: approx Chinook. HEX triplet: 9A, DA and 9D. RGB value is (154,218,157). Sum of RGB (Red+Green+Blue) = 154+218+157=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA9D is #652562. Grayscale: #C0C0C0. Windows color (decimal): -6628707 or 10345114. OLE color: 10345114.

HSL color Cylindrical-coordinate representation of color #9ADA9D: hue angle of 122.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADA9D is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB154218157-
CMYK0.2900.280.15
HSL122.81º46.38%72.94%-
HSV(B)122.81º29.36%85.49%-
XYZ44.4859.4541.03-
YUV191.91108.3100.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=29.11%
G=41.21%
B=29.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181570.2900.280.15122.8146.3872.94
Hex9ADA9D1D01CF7b2e49
Octal232332235350341717356111
Binary10011010110110101001110111101011100111111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,157); }

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

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

 a { background-color: rgb(154,218,157); }

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

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

 span { border-color: rgb(154,218,157); }

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