Html Css Color HEX #9DD8AD Chinook

📋 copy color: '#9DD8AD'

red 157 ◦ green 216 ◦ blue 173

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

Shades of Chinook #9DD8AD

Tints of Chinook #9DD8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.56%

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

R = 28.75%
G = 39.56%
B = 31.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#9DD8AD (or 0x9DD8AD) is known color: Chinook. HEX triplet: 9D, D8 and AD. RGB value is (157,216,173). Sum of RGB (Red+Green+Blue) = 157+216+173=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD8AD is #622752. Grayscale: #C1C1C1. Windows color (decimal): -6432595 or 11393181. OLE color: 11393181.

HSL color Cylindrical-coordinate representation of color #9DD8AD: hue angle of 136.27º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD8AD is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 173 -
CMYK 0.27 0 0.20 0.15
HSL 136.27º 0.43% 0.73% -
HSV(B) 136.27º 0.27% 0.85% -
XYZ 46 59.3 48.56 -
YUV 193.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 157 216 173 0.27 0 0.20 0.15 136.27 0.43 0.73
Hex 9D D8 AD 1B 0 14 F 88 2B 49
Octal 235 330 255 33 0 24 17 210 53 111
Binary 10011101 11011000 10101101 11011 0 10100 1111 10001000 101011 1001001

Color Harmonies of #9DD8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD8AD

Black with #9DD8AD

Text Example


Text Example

White with #9DD8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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