#9ADEA0

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

Shades of Chinook #9ADEA0

Tints of Chinook #9ADEA0

Color information

#9ADEA0 (or 0x9ADEA0) is unknown color: approx Chinook. HEX triplet: 9A, DE and A0. RGB value is (154,222,160). Sum of RGB (Red+Green+Blue) = 154+222+160=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEA0 is #65215F. Grayscale: #C2C2C2. Windows color (decimal): -6627680 or 10542746. OLE color: 10542746.

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

Color convert

RGB154222160-
CMYK0.3100.280.13
HSL125.29º50.75%73.73%-
HSV(B)125.29º30.63%87.06%-
XYZ45.7961.6542.74-
YUV194.6108.4799.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=28.73%
G=41.42%
B=29.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221600.3100.280.13125.2950.7573.73
Hex9ADEA01F01CD7d334a
Octal232336240370341517563112
Binary10011010110111101010000011111011100110111111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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