#9DD1A3

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

Shades of Chinook #9DD1A3

Tints of Chinook #9DD1A3

Color information

#9DD1A3 (or 0x9DD1A3) is unknown color: approx Chinook. HEX triplet: 9D, D1 and A3. RGB value is (157,209,163). Sum of RGB (Red+Green+Blue) = 157+209+163=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1A3 is #622E5C. Grayscale: #BCBCBC. Windows color (decimal): -6434397 or 10736029. OLE color: 10736029.

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

Color convert

RGB157209163-
CMYK0.2500.220.18
HSL126.92º36.11%71.76%-
HSV(B)126.92º24.88%81.96%-
XYZ43.3255.4143.06-
YUV188.21113.77105.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 209 (82.03% from 255) = 39.51%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=29.68%
G=39.51%
B=30.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091630.2500.220.18126.9236.1171.76
Hex9DD1A319016127f2448
Octal235321243310262217744110
Binary100111011101000110100011110010101101001011111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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