Html Css Color HEX #9DDEA9 Chinook

📋 copy color: '#9DDEA9'

red 157 ◦ green 222 ◦ blue 169

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

Shades of Chinook #9DDEA9

Tints of Chinook #9DDEA9

RGB

 RED value IS 157 (61.72% from 255) = 28.65%

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

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

R = 28.65%
G = 40.51%
B = 30.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#9DDEA9 (or 0x9DDEA9) is known color: Chinook. HEX triplet: 9D, DE and A9. RGB value is (157,222,169). Sum of RGB (Red+Green+Blue) = 157+222+169=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA9 is #622156. Grayscale: #C4C4C4. Windows color (decimal): -6431063 or 11132573. OLE color: 11132573.

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

Color convert

RGB 157 222 169 -
CMYK 0.29 0 0.24 0.13
HSL 131.08º 0.5% 0.74% -
HSV(B) 131.08º 0.29% 0.87% -
XYZ 47.19 62.28 47.07 -
YUV 196.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 157 222 169 0.29 0 0.24 0.13 131.08 0.5 0.74
Hex 9D DE A9 1D 0 18 D 83 32 4A
Octal 235 336 251 35 0 30 15 203 62 112
Binary 10011101 11011110 10101001 11101 0 11000 1101 10000011 110010 1001010

Color Harmonies of #9DDEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEA9

Black with #9DDEA9

Text Example


Text Example

White with #9DDEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,169); }

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

background-color css

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

 a { background-color: rgb(157,222,169); }

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

border-color css

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

 span { border-color: rgb(157,222,169); }

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