Html Css Color HEX #9ADBA7 Chinook

📋 copy color: '#9ADBA7'

red 154 ◦ green 219 ◦ blue 167

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

Shades of Chinook #9ADBA7

Tints of Chinook #9ADBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.93%

R = 28.52%
G = 40.56%
B = 30.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#9ADBA7 (or 0x9ADBA7) is known color: Chinook. HEX triplet: 9A, DB and A7. RGB value is (154,219,167). Sum of RGB (Red+Green+Blue) = 154+219+167=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBA7 is #652458. Grayscale: #C1C1C1. Windows color (decimal): -6628441 or 11000730. OLE color: 11000730.

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

Color convert

RGB 154 219 167 -
CMYK 0.30 0 0.24 0.14
HSL 132º 0.47% 0.73% -
HSV(B) 132º 0.3% 0.86% -
XYZ 45.63 60.32 45.8 -
YUV 193.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 154 219 167 0.30 0 0.24 0.14 132 0.47 0.73
Hex 9A DB A7 1E 0 18 E 84 2F 49
Octal 232 333 247 36 0 30 16 204 57 111
Binary 10011010 11011011 10100111 11110 0 11000 1110 10000100 101111 1001001

Color Harmonies of #9ADBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBA7

Black with #9ADBA7

Text Example


Text Example

White with #9ADBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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