#9DDCA1

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

Shades of Chinook #9DDCA1

Tints of Chinook #9DDCA1

Color information

#9DDCA1 (or 0x9DDCA1) is unknown color: approx Chinook. HEX triplet: 9D, DC and A1. RGB value is (157,220,161). Sum of RGB (Red+Green+Blue) = 157+220+161=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCA1 is #62235E. Grayscale: #C2C2C2. Windows color (decimal): -6431583 or 10607773. OLE color: 10607773.

HSL color Cylindrical-coordinate representation of color #9DDCA1: hue angle of 123.81º 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 #9DDCA1 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB157220161-
CMYK0.2900.270.14
HSL123.81º47.37%73.92%-
HSV(B)123.81º28.64%86.27%-
XYZ45.9360.9343.06-
YUV194.44109.13101.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 161 (63.28% from 255) = 29.93%
R=29.18%
G=40.89%
B=29.93%

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
Decimal1572201610.2900.270.14123.8147.3773.92
Hex9DDCA11D01BE7c2f4a
Octal235334241350331617457112
Binary10011101110111001010000111101011011111011111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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