Html Css Color HEX #9ADDA9 Chinook

📋 copy color: '#9ADDA9'

red 154 ◦ green 221 ◦ blue 169

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

Shades of Chinook #9ADDA9

Tints of Chinook #9ADDA9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 169 (66.41% from 255) = 31.07%

R = 28.31%
G = 40.63%
B = 31.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#9ADDA9 (or 0x9ADDA9) is known color: Chinook. HEX triplet: 9A, DD and A9. RGB value is (154,221,169). Sum of RGB (Red+Green+Blue) = 154+221+169=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDA9 is #652256. Grayscale: #C3C3C3. Windows color (decimal): -6627927 or 11132314. OLE color: 11132314.

HSL color Cylindrical-coordinate representation of color #9ADDA9: hue angle of 133.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDA9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 169 -
CMYK 0.30 0 0.24 0.13
HSL 133.43º 0.5% 0.74% -
HSV(B) 133.43º 0.3% 0.87% -
XYZ 46.34 61.45 46.95 -
YUV 195.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 154 221 169 0.30 0 0.24 0.13 133.43 0.5 0.74
Hex 9A DD A9 1E 0 18 D 85 32 4A
Octal 232 335 251 36 0 30 15 205 62 112
Binary 10011010 11011101 10101001 11110 0 11000 1101 10000101 110010 1001010

Color Harmonies of #9ADDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDA9

Black with #9ADDA9

Text Example


Text Example

White with #9ADDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,169); }

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

background-color css

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

 a { background-color: rgb(154,221,169); }

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

border-color css

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

 span { border-color: rgb(154,221,169); }

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