#96DC9F

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

Shades of Chinook #96DC9F

Tints of Chinook #96DC9F

Color information

#96DC9F (or 0x96DC9F) is unknown color: approx Chinook. HEX triplet: 96, DC and 9F. RGB value is (150,220,159). Sum of RGB (Red+Green+Blue) = 150+220+159=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC9F is #692360. Grayscale: #C0C0C0. Windows color (decimal): -6890337 or 10476694. OLE color: 10476694.

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

Color convert

RGB150220159-
CMYK0.3200.280.14
HSL127.71º50%72.55%-
HSV(B)127.71º31.82%86.27%-
XYZ44.4360.1742.07-
YUV192.12109.3197.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=28.36%
G=41.59%
B=30.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201590.3200.280.14127.715072.55
Hex96DC9F2001CE803249
Octal226334237400341620062111
Binary1001011011011100100111111000000111001110100000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,159); }

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

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

 a { background-color: rgb(150,220,159); }

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

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

 span { border-color: rgb(150,220,159); }

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