Html Css Color HEX #9ADAA6 Chinook

📋 copy color: '#9ADAA6'

red 154 ◦ green 218 ◦ blue 166

#9ADAA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9ADAA6

Tints of Chinook #9ADAA6

RGB

 RED value IS 154 (60.55% from 255) = 28.62%

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 166 (65.23% from 255) = 30.86%

R = 28.62%
G = 40.52%
B = 30.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#9ADAA6 (or 0x9ADAA6) is known color: Chinook. HEX triplet: 9A, DA and A6. RGB value is (154,218,166). Sum of RGB (Red+Green+Blue) = 154+218+166=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAA6 is #652559. Grayscale: #C1C1C1. Windows color (decimal): -6628698 or 10934938. OLE color: 10934938.

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

Color convert

RGB 154 218 166 -
CMYK 0.29 0 0.24 0.15
HSL 131.25º 0.46% 0.73% -
HSV(B) 131.25º 0.29% 0.85% -
XYZ 45.28 59.77 45.23 -
YUV 192.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 154 218 166 0.29 0 0.24 0.15 131.25 0.46 0.73
Hex 9A DA A6 1D 0 18 F 83 2E 49
Octal 232 332 246 35 0 30 17 203 56 111
Binary 10011010 11011010 10100110 11101 0 11000 1111 10000011 101110 1001001

Color Harmonies of #9ADAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAA6

Black with #9ADAA6

Text Example


Text Example

White with #9ADAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ADAA6;
 }
 .AnyTagClassName
 {
   color: #9ADAA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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