Html Css Color HEX #9ADBA4 Chinook

📋 copy color: '#9ADBA4'

red 154 ◦ green 219 ◦ blue 164

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

Shades of Chinook #9ADBA4

Tints of Chinook #9ADBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.54%

R = 28.68%
G = 40.78%
B = 30.54%

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

#9ADBA4 (or 0x9ADBA4) is known color: Chinook. HEX triplet: 9A, DB and A4. RGB value is (154,219,164). Sum of RGB (Red+Green+Blue) = 154+219+164=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBA4 is #65245B. Grayscale: #C1C1C1. Windows color (decimal): -6628444 or 10804122. OLE color: 10804122.

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

Color convert

RGB 154 219 164 -
CMYK 0.30 0 0.25 0.14
HSL 129.23º 0.47% 0.73% -
HSV(B) 129.23º 0.3% 0.86% -
XYZ 45.36 60.21 44.35 -
YUV 193.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 154 219 164 0.30 0 0.25 0.14 129.23 0.47 0.73
Hex 9A DB A4 1E 0 19 E 81 2F 49
Octal 232 333 244 36 0 31 16 201 57 111
Binary 10011010 11011011 10100100 11110 0 11001 1110 10000001 101111 1001001

Color Harmonies of #9ADBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBA4

Black with #9ADBA4

Text Example


Text Example

White with #9ADBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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