Html Css Color HEX #9ADBA5 Chinook

📋 copy color: '#9ADBA5'

red 154 ◦ green 219 ◦ blue 165

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

Shades of Chinook #9ADBA5

Tints of Chinook #9ADBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 28.62%
G = 40.71%
B = 30.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#9ADBA5 (or 0x9ADBA5) is known color: Chinook. HEX triplet: 9A, DB and A5. RGB value is (154,219,165). Sum of RGB (Red+Green+Blue) = 154+219+165=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBA5 is #65245A. Grayscale: #C1C1C1. Windows color (decimal): -6628443 or 10869658. OLE color: 10869658.

HSL color Cylindrical-coordinate representation of color #9ADBA5: hue angle of 130.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBA5 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 165 -
CMYK 0.30 0 0.25 0.14
HSL 130.15º 0.47% 0.73% -
HSV(B) 130.15º 0.3% 0.86% -
XYZ 45.45 60.25 44.83 -
YUV 193.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 154 219 165 0.30 0 0.25 0.14 130.15 0.47 0.73
Hex 9A DB A5 1E 0 19 E 82 2F 49
Octal 232 333 245 36 0 31 16 202 57 111
Binary 10011010 11011011 10100101 11110 0 11001 1110 10000010 101111 1001001

Color Harmonies of #9ADBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBA5

Black with #9ADBA5

Text Example


Text Example

White with #9ADBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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