#9DDBA9

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

Shades of Chinook #9DDBA9

Tints of Chinook #9DDBA9

Color information

#9DDBA9 (or 0x9DDBA9) is unknown color: approx Chinook. HEX triplet: 9D, DB and A9. RGB value is (157,219,169). Sum of RGB (Red+Green+Blue) = 157+219+169=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBA9 is #622456. Grayscale: #C2C2C2. Windows color (decimal): -6431831 or 11131805. OLE color: 11131805.

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

Color convert

RGB157219169-
CMYK0.2800.230.14
HSL131.61º46.27%73.73%-
HSV(B)131.61º28.31%85.88%-
XYZ46.460.746.81-
YUV194.76113.46101.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=28.81%
G=40.18%
B=31.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191690.2800.230.14131.6146.2773.73
Hex9DDBA91C017E842e4a
Octal235333251340271620456112
Binary100111011101101110101001111000101111110100001001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,169); }

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

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

 a { background-color: rgb(157,219,169); }

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

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

 span { border-color: rgb(157,219,169); }

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