#9DDEA5

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

Shades of Chinook #9DDEA5

Tints of Chinook #9DDEA5

Color information

#9DDEA5 (or 0x9DDEA5) is unknown color: approx Chinook. HEX triplet: 9D, DE and A5. RGB value is (157,222,165). Sum of RGB (Red+Green+Blue) = 157+222+165=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA5 is #62215A. Grayscale: #C4C4C4. Windows color (decimal): -6431067 or 10870429. OLE color: 10870429.

HSL color Cylindrical-coordinate representation of color #9DDEA5: hue angle of 127.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEA5 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB157222165-
CMYK0.2900.260.13
HSL127.38º49.62%74.31%-
HSV(B)127.38º29.28%87.06%-
XYZ46.8262.1345.12-
YUV196.07110.47100.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.86%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=28.86%
G=40.81%
B=30.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221650.2900.260.13127.3849.6274.31
Hex9DDEA51D01AD7f324a
Octal235336245350321517762112
Binary10011101110111101010010111101011010110111111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,165); }

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

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

 a { background-color: rgb(157,222,165); }

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

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

 span { border-color: rgb(157,222,165); }

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