#9DD2AD

Color #9DD2AD Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9DD2AD

Tints of Chinook #9DD2AD

Color information

#9DD2AD (or 0x9DD2AD) is unknown color: approx Chinook. HEX triplet: 9D, D2 and AD. RGB value is (157,210,173). Sum of RGB (Red+Green+Blue) = 157+210+173=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD2AD is #622D52. Grayscale: #BEBEBE. Windows color (decimal): -6434131 or 11391645. OLE color: 11391645.

HSL color Cylindrical-coordinate representation of color #9DD2AD: hue angle of 138.11º degrees, saturation: 0.37, 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 #9DD2AD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB157210173-
CMYK0.2500.180.18
HSL138.11º37.06%71.96%-
HSV(B)138.11º25.24%82.35%-
XYZ44.4956.2848.05-
YUV189.94118.44104.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=29.07%
G=38.89%
B=32.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572101730.2500.180.18138.1137.0671.96
Hex9DD2AD19012128a2548
Octal235322255310222221245110
Binary1001110111010010101011011100101001010010100010101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DD2AD;
 }
 .AnyTagClassName
 {
   color: #9DD2AD;
 }
</style>
background-color css

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

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

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

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

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

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