#96CE9F

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

Shades of Chinook #96CE9F

Tints of Chinook #96CE9F

Color information

#96CE9F (or 0x96CE9F) is unknown color: approx Chinook. HEX triplet: 96, CE and 9F. RGB value is (150,206,159). Sum of RGB (Red+Green+Blue) = 150+206+159=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9F is #693160. Grayscale: #B8B8B8. Windows color (decimal): -6893921 or 10473110. OLE color: 10473110.

HSL color Cylindrical-coordinate representation of color #96CE9F: hue angle of 129.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CE9F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB150206159-
CMYK0.2700.230.19
HSL129.64º36.36%69.8%-
HSV(B)129.64º27.18%80.78%-
XYZ40.9153.1340.9-
YUV183.9113.95103.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=29.13%
G=40%
B=30.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061590.2700.230.19129.6436.3669.8
Hex96CE9F1B01713822446
Octal226316237330272320244106
Binary1001011011001110100111111101101011110011100000101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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