#9ADEA2

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

Shades of Chinook #9ADEA2

Tints of Chinook #9ADEA2

Color information

#9ADEA2 (or 0x9ADEA2) is unknown color: approx Chinook. HEX triplet: 9A, DE and A2. RGB value is (154,222,162). Sum of RGB (Red+Green+Blue) = 154+222+162=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEA2 is #65215D. Grayscale: #C2C2C2. Windows color (decimal): -6627678 or 10673818. OLE color: 10673818.

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

Color convert

RGB154222162-
CMYK0.3100.270.13
HSL127.06º50.75%73.73%-
HSV(B)127.06º30.63%87.06%-
XYZ45.9761.7243.67-
YUV194.83109.4798.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=28.62%
G=41.26%
B=30.11%

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
Decimal1542221620.3100.270.13127.0650.7573.73
Hex9ADEA21F01BD7f334a
Octal232336242370331517763112
Binary10011010110111101010001011111011011110111111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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