#9ADEA3

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

Shades of Chinook #9ADEA3

Tints of Chinook #9ADEA3

Color information

#9ADEA3 (or 0x9ADEA3) is unknown color: approx Chinook. HEX triplet: 9A, DE and A3. RGB value is (154,222,163). Sum of RGB (Red+Green+Blue) = 154+222+163=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEA3 is #65215C. Grayscale: #C3C3C3. Windows color (decimal): -6627677 or 10739354. OLE color: 10739354.

HSL color Cylindrical-coordinate representation of color #9ADEA3: hue angle of 127.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEA3 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB154222163-
CMYK0.3100.270.13
HSL127.94º50.75%73.73%-
HSV(B)127.94º30.63%87.06%-
XYZ46.0661.7644.14-
YUV194.94109.9798.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.57%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 163 (64.06% from 255) = 30.24%
R=28.57%
G=41.19%
B=30.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221630.3100.270.13127.9450.7573.73
Hex9ADEA31F01BD80334a
Octal232336243370331520063112
Binary100110101101111010100011111110110111101100000001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,222,163); }

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

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

 a { background-color: rgb(154,222,163); }

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

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

 span { border-color: rgb(154,222,163); }

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