Html Css Color HEX #9DCDAA Chinook

📋 copy color: '#9DCDAA'

red 157 ◦ green 205 ◦ blue 170

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

Shades of Chinook #9DCDAA

Tints of Chinook #9DCDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

 BLUE value IS 170 (66.8% from 255) = 31.95%

R = 29.51%
G = 38.53%
B = 31.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#9DCDAA (or 0x9DCDAA) is known color: Chinook. HEX triplet: 9D, CD and AA. RGB value is (157,205,170). Sum of RGB (Red+Green+Blue) = 157+205+170=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDAA is #623255. Grayscale: #BABABA. Windows color (decimal): -6435414 or 11193757. OLE color: 11193757.

HSL color Cylindrical-coordinate representation of color #9DCDAA: hue angle of 136.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDAA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 170 -
CMYK 0.23 0 0.17 0.20
HSL 136.25º 0.32% 0.71% -
HSV(B) 136.25º 0.23% 0.8% -
XYZ 42.99 53.73 46.14 -
YUV 186.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 157 205 170 0.23 0 0.17 0.20 136.25 0.32 0.71
Hex 9D CD AA 17 0 11 14 88 20 47
Octal 235 315 252 27 0 21 24 210 40 107
Binary 10011101 11001101 10101010 10111 0 10001 10100 10001000 100000 1000111

Color Harmonies of #9DCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDAA

Black with #9DCDAA

Text Example


Text Example

White with #9DCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,170); }

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

background-color css

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

 a { background-color: rgb(157,205,170); }

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

border-color css

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

 span { border-color: rgb(157,205,170); }

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