#9DDCA8

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

Shades of Chinook #9DDCA8

Tints of Chinook #9DDCA8

Color information

#9DDCA8 (or 0x9DDCA8) is unknown color: approx Chinook. HEX triplet: 9D, DC and A8. RGB value is (157,220,168). Sum of RGB (Red+Green+Blue) = 157+220+168=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCA8 is #622357. Grayscale: #C3C3C3. Windows color (decimal): -6431576 or 11066525. OLE color: 11066525.

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

Color convert

RGB157220168-
CMYK0.2900.240.14
HSL130.48º47.37%73.92%-
HSV(B)130.48º28.64%86.27%-
XYZ46.5761.1846.4-
YUV195.23112.63100.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=28.81%
G=40.37%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1572201680.2900.240.14130.4847.3773.92
Hex9DDCA81D018E822f4a
Octal235334250350301620257112
Binary100111011101110010101000111010110001110100000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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