Html Css Color HEX #9DD0AD Chinook

📋 copy color: '#9DD0AD'

red 157 ◦ green 208 ◦ blue 173

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

Shades of Chinook #9DD0AD

Tints of Chinook #9DD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.66%

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 29.18%
G = 38.66%
B = 32.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#9DD0AD (or 0x9DD0AD) is known color: Chinook. HEX triplet: 9D, D0 and AD. RGB value is (157,208,173). Sum of RGB (Red+Green+Blue) = 157+208+173=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD0AD is #622F52. Grayscale: #BCBCBC. Windows color (decimal): -6434643 or 11391133. OLE color: 11391133.

HSL color Cylindrical-coordinate representation of color #9DD0AD: hue angle of 138.82º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD0AD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 173 -
CMYK 0.25 0 0.17 0.18
HSL 138.82º 0.35% 0.72% -
HSV(B) 138.82º 0.25% 0.82% -
XYZ 44 55.3 47.89 -
YUV 188.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 157 208 173 0.25 0 0.17 0.18 138.82 0.35 0.72
Hex 9D D0 AD 19 0 11 12 8B 23 48
Octal 235 320 255 31 0 21 22 213 43 110
Binary 10011101 11010000 10101101 11001 0 10001 10010 10001011 100011 1001000

Color Harmonies of #9DD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD0AD

Black with #9DD0AD

Text Example


Text Example

White with #9DD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,208,173); }

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

background-color css

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

 a { background-color: rgb(157,208,173); }

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

border-color css

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

 span { border-color: rgb(157,208,173); }

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