Html Css Color HEX #9ADEA4 Chinook

📋 copy color: '#9ADEA4'

red 154 ◦ green 222 ◦ blue 164

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

Shades of Chinook #9ADEA4

Tints of Chinook #9ADEA4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

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

R = 28.52%
G = 41.11%
B = 30.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9ADEA4 (or 0x9ADEA4) is known color: Chinook. HEX triplet: 9A, DE and A4. RGB value is (154,222,164). Sum of RGB (Red+Green+Blue) = 154+222+164=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEA4 is #65215B. Grayscale: #C3C3C3. Windows color (decimal): -6627676 or 10804890. OLE color: 10804890.

HSL color Cylindrical-coordinate representation of color #9ADEA4: hue angle of 128.82º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEA4 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 164 -
CMYK 0.31 0 0.26 0.13
HSL 128.82º 0.51% 0.74% -
HSV(B) 128.82º 0.31% 0.87% -
XYZ 46.15 61.79 44.62 -
YUV 195.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 154 222 164 0.31 0 0.26 0.13 128.82 0.51 0.74
Hex 9A DE A4 1F 0 1A D 81 33 4A
Octal 232 336 244 37 0 32 15 201 63 112
Binary 10011010 11011110 10100100 11111 0 11010 1101 10000001 110011 1001010

Color Harmonies of #9ADEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADEA4

Black with #9ADEA4

Text Example


Text Example

White with #9ADEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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