#9ADFAA

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

Shades of Chinook #9ADFAA

Tints of Chinook #9ADFAA

Color information

#9ADFAA (or 0x9ADFAA) is unknown color: approx Chinook. HEX triplet: 9A, DF and AA. RGB value is (154,223,170). Sum of RGB (Red+Green+Blue) = 154+223+170=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADFAA is #652055. Grayscale: #C4C4C4. Windows color (decimal): -6627414 or 11198362. OLE color: 11198362.

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

Color convert

RGB154223170-
CMYK0.3100.240.13
HSL133.91º51.88%73.92%-
HSV(B)133.91º30.94%87.45%-
XYZ46.9762.5547.63-
YUV196.33113.1497.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=28.15%
G=40.77%
B=31.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542231700.3100.240.13133.9151.8873.92
Hex9ADFAA1F018D86344a
Octal232337252370301520664112
Binary100110101101111110101010111110110001101100001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,223,170); }

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

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

 a { background-color: rgb(154,223,170); }

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

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

 span { border-color: rgb(154,223,170); }

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