#9DDFA3

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

Shades of Chinook #9DDFA3

Tints of Chinook #9DDFA3

Color information

#9DDFA3 (or 0x9DDFA3) is unknown color: approx Chinook. HEX triplet: 9D, DF and A3. RGB value is (157,223,163). Sum of RGB (Red+Green+Blue) = 157+223+163=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFA3 is #62205C. Grayscale: #C4C4C4. Windows color (decimal): -6430813 or 10739613. OLE color: 10739613.

HSL color Cylindrical-coordinate representation of color #9DDFA3: hue angle of 125.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFA3 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB157223163-
CMYK0.3000.270.13
HSL125.45º50.77%74.51%-
HSV(B)125.45º29.6%87.45%-
XYZ46.962.5944.26-
YUV196.43109.1399.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=28.91%
G=41.07%
B=30.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231630.3000.270.13125.4550.7774.51
Hex9DDFA31E01BD7d334b
Octal235337243360331517563113
Binary10011101110111111010001111110011011110111111011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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