#96E09D

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

Shades of Chinook #96E09D

Tints of Chinook #96E09D

Color information

#96E09D (or 0x96E09D) is unknown color: approx Chinook. HEX triplet: 96, E0 and 9D. RGB value is (150,224,157). Sum of RGB (Red+Green+Blue) = 150+224+157=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #96E09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E09D is #691F62. Grayscale: #C2C2C2. Windows color (decimal): -6889315 or 10346646. OLE color: 10346646.

HSL color Cylindrical-coordinate representation of color #96E09D: hue angle of 125.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E09D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB150224157-
CMYK0.3300.300.12
HSL125.68º54.41%73.33%-
HSV(B)125.68º33.04%87.84%-
XYZ45.3262.2341.52-
YUV194.24106.9896.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 224 (87.89% from 255) = 42.18%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=28.25%
G=42.18%
B=29.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241570.3300.300.12125.6854.4173.33
Hex96E09D2101EC7e3649
Octal226340235410361417666111
Binary100101101110000010011101100001011110110011111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,157); }

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

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

 a { background-color: rgb(150,224,157); }

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

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

 span { border-color: rgb(150,224,157); }

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