#9ADAA5

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

Shades of Chinook #9ADAA5

Tints of Chinook #9ADAA5

Color information

#9ADAA5 (or 0x9ADAA5) is unknown color: approx Chinook. HEX triplet: 9A, DA and A5. RGB value is (154,218,165). Sum of RGB (Red+Green+Blue) = 154+218+165=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAA5 is #65255A. Grayscale: #C0C0C0. Windows color (decimal): -6628699 or 10869402. OLE color: 10869402.

HSL color Cylindrical-coordinate representation of color #9ADAA5: hue angle of 130.31º 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 #9ADAA5 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB154218165-
CMYK0.2900.240.15
HSL130.31º46.38%72.94%-
HSV(B)130.31º29.36%85.49%-
XYZ45.1959.7344.74-
YUV192.82112.3100.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=28.68%
G=40.60%
B=30.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181650.2900.240.15130.3146.3872.94
Hex9ADAA51D018F822e49
Octal232332245350301720256111
Binary100110101101101010100101111010110001111100000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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