Html Css Color HEX #9ADAA5 Chinook

📋 copy color: '#9ADAA5'

red 154 ◦ green 218 ◦ blue 165

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

Shades of Chinook #9ADAA5

Tints of Chinook #9ADAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 28.68%
G = 40.6%
B = 30.73%

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

#9ADAA5 (or 0x9ADAA5) is known color: Chinook. HEX triplet: 9A, DA and A5. RGB value is (154,218,165). Sum of RGB (Red+Green+Blue) = 154+218+165=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAA5 is #65255A. Grayscale: #C0C0C0. Windows color (decimal): -6628699 or 10869402. OLE color: 10869402.

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

Color convert

RGB 154 218 165 -
CMYK 0.29 0 0.24 0.15
HSL 130.31º 0.46% 0.73% -
HSV(B) 130.31º 0.29% 0.85% -
XYZ 45.19 59.73 44.74 -
YUV 192.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 154 218 165 0.29 0 0.24 0.15 130.31 0.46 0.73
Hex 9A DA A5 1D 0 18 F 82 2E 49
Octal 232 332 245 35 0 30 17 202 56 111
Binary 10011010 11011010 10100101 11101 0 11000 1111 10000010 101110 1001001

Color Harmonies of #9ADAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAA5

Black with #9ADAA5

Text Example


Text Example

White with #9ADAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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