#9DD3A4

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

Shades of Chinook #9DD3A4

Tints of Chinook #9DD3A4

Color information

#9DD3A4 (or 0x9DD3A4) is unknown color: approx Chinook. HEX triplet: 9D, D3 and A4. RGB value is (157,211,164). Sum of RGB (Red+Green+Blue) = 157+211+164=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD3A4 is #622C5B. Grayscale: #BDBDBD. Windows color (decimal): -6433884 or 10802077. OLE color: 10802077.

HSL color Cylindrical-coordinate representation of color #9DD3A4: hue angle of 127.78º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD3A4 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB157211164-
CMYK0.2600.220.17
HSL127.78º38.03%72.16%-
HSV(B)127.78º25.59%82.75%-
XYZ43.956.4443.7-
YUV189.5113.61104.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=29.51%
G=39.66%
B=30.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572111640.2600.220.17127.7838.0372.16
Hex9DD3A41A01611802648
Octal235323244320262120046110
Binary1001110111010011101001001101001011010001100000001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,211,164); }

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

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

 a { background-color: rgb(157,211,164); }

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

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

 span { border-color: rgb(157,211,164); }

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