#96DF9E

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

Shades of Chinook #96DF9E

Tints of Chinook #96DF9E

Color information

#96DF9E (or 0x96DF9E) is unknown color: approx Chinook. HEX triplet: 96, DF and 9E. RGB value is (150,223,158). Sum of RGB (Red+Green+Blue) = 150+223+158=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF9E is #692061. Grayscale: #C1C1C1. Windows color (decimal): -6889570 or 10411926. OLE color: 10411926.

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

Color convert

RGB150223158-
CMYK0.3300.290.13
HSL126.58º53.28%73.14%-
HSV(B)126.58º32.74%87.45%-
XYZ45.1461.7341.88-
YUV193.76107.8296.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 223 (87.5% from 255) = 42.00%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=28.25%
G=42.00%
B=29.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231580.3300.290.13126.5853.2873.14
Hex96DF9E2101DD7f3549
Octal226337236410351517765111
Binary100101101101111110011110100001011101110111111111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,158); }

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

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

 a { background-color: rgb(150,223,158); }

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

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

 span { border-color: rgb(150,223,158); }

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