#9ADCA1

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

Shades of Chinook #9ADCA1

Tints of Chinook #9ADCA1

Color information

#9ADCA1 (or 0x9ADCA1) is unknown color: approx Chinook. HEX triplet: 9A, DC and A1. RGB value is (154,220,161). Sum of RGB (Red+Green+Blue) = 154+220+161=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCA1 is #65235E. Grayscale: #C1C1C1. Windows color (decimal): -6628191 or 10607770. OLE color: 10607770.

HSL color Cylindrical-coordinate representation of color #9ADCA1: hue angle of 126.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCA1 is Cyan = 0.3, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB154220161-
CMYK0.300.270.14
HSL126.36º48.53%73.33%-
HSV(B)126.36º30%86.27%-
XYZ45.3560.6343.03-
YUV193.54109.6399.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=28.79%
G=41.12%
B=30.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201610.300.270.14126.3648.5373.33
Hex9ADCA11E01BE7e3149
Octal232334241360331617661111
Binary10011010110111001010000111110011011111011111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,220,161); }

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

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

 a { background-color: rgb(154,220,161); }

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

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

 span { border-color: rgb(154,220,161); }

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