#96D6A9

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

Shades of Chinook #96D6A9

Tints of Chinook #96D6A9

Color information

#96D6A9 (or 0x96D6A9) is unknown color: approx Chinook. HEX triplet: 96, D6 and A9. RGB value is (150,214,169). Sum of RGB (Red+Green+Blue) = 150+214+169=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D6A9 is #692956. Grayscale: #BDBDBD. Windows color (decimal): -6891863 or 11130518. OLE color: 11130518.

HSL color Cylindrical-coordinate representation of color #96D6A9: hue angle of 137.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6A9 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB150214169-
CMYK0.3000.210.16
HSL137.81º43.84%71.37%-
HSV(B)137.81º29.91%83.92%-
XYZ43.7957.4446.32-
YUV189.73116.399.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=28.14%
G=40.15%
B=31.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141690.3000.210.16137.8143.8471.37
Hex96D6A91E015108a2c47
Octal226326251360252021254107
Binary1001011011010110101010011111001010110000100010101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,169); }

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

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

 a { background-color: rgb(150,214,169); }

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

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

 span { border-color: rgb(150,214,169); }

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