#9DDCA0

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

Shades of Chinook #9DDCA0

Tints of Chinook #9DDCA0

Color information

#9DDCA0 (or 0x9DDCA0) is unknown color: approx Chinook. HEX triplet: 9D, DC and A0. RGB value is (157,220,160). Sum of RGB (Red+Green+Blue) = 157+220+160=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCA0 is #62235F. Grayscale: #C2C2C2. Windows color (decimal): -6431584 or 10542237. OLE color: 10542237.

HSL color Cylindrical-coordinate representation of color #9DDCA0: hue angle of 122.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCA0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB157220160-
CMYK0.2900.270.14
HSL122.86º47.37%73.92%-
HSV(B)122.86º28.64%86.27%-
XYZ45.8460.8942.59-
YUV194.32108.63101.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=29.24%
G=40.97%
B=29.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201600.2900.270.14122.8647.3773.92
Hex9DDCA01D01BE7b2f4a
Octal235334240350331617357112
Binary10011101110111001010000011101011011111011110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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