#9ADA9E

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

Shades of Chinook #9ADA9E

Tints of Chinook #9ADA9E

Color information

#9ADA9E (or 0x9ADA9E) is unknown color: approx Chinook. HEX triplet: 9A, DA and 9E. RGB value is (154,218,158). Sum of RGB (Red+Green+Blue) = 154+218+158=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA9E is #652561. Grayscale: #C0C0C0. Windows color (decimal): -6628706 or 10410650. OLE color: 10410650.

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

Color convert

RGB154218158-
CMYK0.2900.280.15
HSL123.75º46.38%72.94%-
HSV(B)123.75º29.36%85.49%-
XYZ44.5759.4841.48-
YUV192.02108.8100.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=29.06%
G=41.13%
B=29.81%

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
Decimal1542181580.2900.280.15123.7546.3872.94
Hex9ADA9E1D01CF7c2e49
Octal232332236350341717456111
Binary10011010110110101001111011101011100111111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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