#9CDDA8

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

Shades of Chinook #9CDDA8

Tints of Chinook #9CDDA8

Color information

#9CDDA8 (or 0x9CDDA8) is unknown color: approx Chinook. HEX triplet: 9C, DD and A8. RGB value is (156,221,168). Sum of RGB (Red+Green+Blue) = 156+221+168=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDA8 is #632257. Grayscale: #C3C3C3. Windows color (decimal): -6496856 or 11066780. OLE color: 11066780.

HSL color Cylindrical-coordinate representation of color #9CDDA8: hue angle of 131.08º degrees, saturation: 0.49, 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 #9CDDA8 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB156221168-
CMYK0.2900.240.13
HSL131.08º48.87%73.92%-
HSV(B)131.08º29.41%86.67%-
XYZ46.6361.6146.48-
YUV195.52112.4799.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=28.62%
G=40.55%
B=30.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211680.2900.240.13131.0848.8773.92
Hex9CDDA81D018D83314a
Octal234335250350301520361112
Binary100111001101110110101000111010110001101100000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,168); }

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

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

 a { background-color: rgb(156,221,168); }

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

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

 span { border-color: rgb(156,221,168); }

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