#9ADAAA

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

Shades of Chinook #9ADAAA

Tints of Chinook #9ADAAA

Color information

#9ADAAA (or 0x9ADAAA) is unknown color: approx Chinook. HEX triplet: 9A, DA and AA. RGB value is (154,218,170). Sum of RGB (Red+Green+Blue) = 154+218+170=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAAA is #652555. Grayscale: #C1C1C1. Windows color (decimal): -6628694 or 11197082. OLE color: 11197082.

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

Color convert

RGB154218170-
CMYK0.2900.220.15
HSL135º46.38%72.94%-
HSV(B)135º29.36%85.49%-
XYZ45.6559.9247.19-
YUV193.39114.899.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.41%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=28.41%
G=40.22%
B=31.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181700.2900.220.1513546.3872.94
Hex9ADAAA1D016F872e49
Octal232332252350261720756111
Binary100110101101101010101010111010101101111100001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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