#96DDA0

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

Shades of Chinook #96DDA0

Tints of Chinook #96DDA0

Color information

#96DDA0 (or 0x96DDA0) is unknown color: approx Chinook. HEX triplet: 96, DD and A0. RGB value is (150,221,160). Sum of RGB (Red+Green+Blue) = 150+221+160=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA0 is #69225F. Grayscale: #C0C0C0. Windows color (decimal): -6890080 or 10542486. OLE color: 10542486.

HSL color Cylindrical-coordinate representation of color #96DDA0: hue angle of 128.45º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDA0 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB150221160-
CMYK0.3200.280.13
HSL128.45º51.08%72.75%-
HSV(B)128.45º32.13%86.67%-
XYZ44.7860.7442.62-
YUV192.82109.4897.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=28.25%
G=41.62%
B=30.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211600.3200.280.13128.4551.0872.75
Hex96DDA02001CD803349
Octal226335240400341520063111
Binary1001011011011101101000001000000111001101100000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DDA0; }

 p { color: rgb(150,221,160); }

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

<style>
 a { background-color: #96DDA0; }

 a { background-color: rgb(150,221,160); }

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

<style>
 span { border-color: #96DDA0; }

 span { border-color: rgb(150,221,160); }

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