#9DD1A0

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

Shades of Chinook #9DD1A0

Tints of Chinook #9DD1A0

Color information

#9DD1A0 (or 0x9DD1A0) is unknown color: approx Chinook. HEX triplet: 9D, D1 and A0. RGB value is (157,209,160). Sum of RGB (Red+Green+Blue) = 157+209+160=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1A0 is #622E5F. Grayscale: #BCBCBC. Windows color (decimal): -6434400 or 10539421. OLE color: 10539421.

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

Color convert

RGB157209160-
CMYK0.2500.230.18
HSL123.46º36.11%71.76%-
HSV(B)123.46º24.88%81.96%-
XYZ43.0555.3141.66-
YUV187.87112.27105.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=29.85%
G=39.73%
B=30.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091600.2500.230.18123.4636.1171.76
Hex9DD1A019017127b2448
Octal235321240310272217344110
Binary100111011101000110100000110010101111001011110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,160); }

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

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

 a { background-color: rgb(157,209,160); }

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

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

 span { border-color: rgb(157,209,160); }

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