#96CE9A

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

Shades of Chinook #96CE9A

Tints of Chinook #96CE9A

Color information

#96CE9A (or 0x96CE9A) is unknown color: approx Chinook. HEX triplet: 96, CE and 9A. RGB value is (150,206,154). Sum of RGB (Red+Green+Blue) = 150+206+154=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9A is #693165. Grayscale: #B7B7B7. Windows color (decimal): -6893926 or 10145430. OLE color: 10145430.

HSL color Cylindrical-coordinate representation of color #96CE9A: hue angle of 124.29º 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 #96CE9A is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB150206154-
CMYK0.2700.250.19
HSL124.29º36.36%69.8%-
HSV(B)124.29º27.18%80.78%-
XYZ40.4852.9638.66-
YUV183.33111.45104.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=29.41%
G=40.39%
B=30.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061540.2700.250.19124.2936.3669.8
Hex96CE9A1B019137c2446
Octal226316232330312317444106
Binary100101101100111010011010110110110011001111111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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